forked from kyma-project/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Heglebegle #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anoipm
wants to merge
21
commits into
main
Choose a base branch
from
heglebegle
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Heglebegle #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add module template generation - A template is generated when a module is pushed to a registry. - Added small validation improvements. Signed-off-by: Borja Clemente <[email protected]> * Update docs Signed-off-by: Borja Clemente <[email protected]> * Use remote descriptor on template and fix format Signed-off-by: Borja Clemente <[email protected]> * Check error Signed-off-by: Borja Clemente <[email protected]> * Update docs/gen-docs/kyma_alpha_create_module.md Co-authored-by: Maja Szostok <[email protected]> * update docs * redo doc fix Signed-off-by: Borja Clemente <[email protected]> Co-authored-by: Jakob Möller <[email protected]> Co-authored-by: Maja Szostok <[email protected]>
…a-project#1343) * bump reconciler with labeling namespaces and updated reset proxy * bump reconciler with labeling namespaces and updated reset proxy * bump reconciler with labeling namespaces and updated reset proxy
* fix whitesource vulnerabilities * fix replace directive formatting
* fix whitesource vulnerabilities * fix replace directive formatting * update go-crypto to latest and rm unnecessary replace directive * update golang.org/x/net to latest * remove redundant go mod replace directive * updated k8s.io/client-go to latest and rm duplicate replace directives * remove many unneeded replace directives * update github.com/prometheus/client_golang to latest * update go mod version to 1.18 * update github.com/containerd/containerd to latest * bump reconciler to latest and test make resolve
* fix whitesource vulnerabilities * fix replace directive formatting * update go-crypto to latest and rm unnecessary replace directive * update golang.org/x/net to latest * remove redundant go mod replace directive * updated k8s.io/client-go to latest and rm duplicate replace directives * remove many unneeded replace directives * update github.com/prometheus/client_golang to latest * update go mod version to 1.18 * update github.com/containerd/containerd to latest * bump reconciler to latest and test make resolve * update github.com/moby/moby to latest
* bump hydroform api * update go.sum
* Integrate Kustomize and first draft of deploy cmd - Kustomize integrated for rendering of kubebuilder operators - Added first version f the deploy command that installs lifecycle and module managers via kustmize - Added dry run mode: prints all manifests to stdout but doe snot apply them. Signed-off-by: Borja Clemente <[email protected]> * Generate docs Signed-off-by: Borja Clemente <[email protected]> * Fix test to be OS independent Signed-off-by: Borja Clemente <[email protected]> * Fix wrong local repo path generation Signed-off-by: Borja Clemente <[email protected]> * Fix sometimes accidental read from closed channel Signed-off-by: Borja Clemente <[email protected]> Signed-off-by: Borja Clemente <[email protected]>
* Bump istio to 1.14.4 * Remove previous
* Update go linter to work with go 1.18+ Signed-off-by: Borja Clemente <[email protected]> * Remove deprecated linter Signed-off-by: Borja Clemente <[email protected]> * Remove deprecated linters (replaced by unused) Signed-off-by: Borja Clemente <[email protected]> * Fix new linter errors Signed-off-by: Borja Clemente <[email protected]> * Fix linting issues Signed-off-by: Borja Clemente <[email protected]> * Remove comment commited by accident Signed-off-by: Borja Clemente <[email protected]> * Fix installation URL Signed-off-by: Borja Clemente <[email protected]> Signed-off-by: Borja Clemente <[email protected]>
Signed-off-by: Borja Clemente <[email protected]> Signed-off-by: Borja Clemente <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Changes proposed in this pull request:
Related issue(s)