-
Notifications
You must be signed in to change notification settings - Fork 62
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
chore: pre-relase branches #663
Open
kalinkrustev
wants to merge
125
commits into
feat/fx-impl
Choose a base branch
from
minor/iso
base: feat/fx-impl
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
+2,497
−335
Conversation
This file contains 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
kalinkrustev
requested review from
mdebarros,
elnyry-sam-k,
vijayg10 and
oderayi
as code owners
October 17, 2024 12:02
* feat(csi-106): updated ALS version * feat: ttk bump * feat(csi-107): updated QS version * feat(csi-107): updated ALS and QS versions to use iso images * fix: interscheme * chore: fx upstream merge (#664) * fix: reload on config-override change (#662) * feat: added script to rebuild images for arm * chore: update mysql version in initcontainers * chore: readme * chore: added doc * chore: doc * fix: ttk ulid * chore: changed helmfile * fix: versions * fix: version * fix: interscheme --------- Co-authored-by: Kalin Krustev <[email protected]> * chore: cleanup * fix: json * fix: ttk testcase * feat: enabled iso config for ml-api-adapter * fix: ns * feat: added helmfile for iso * fix: header issues * chore: bump * chore: ttk bump * chore: testcases tag * chore: ml-api bump * fix(csi-809): updated ALS version * chore: ml api bump * fix: cl an ml --------- Co-authored-by: Vijay <[email protected]> Co-authored-by: vijayg10 <[email protected]> Co-authored-by: Kalin Krustev <[email protected]>
* feat(csi-704): updated PDB to als-admin * feat(csi-704): updated rollingUpdate section for handlers * feat(csi-704): removed pdb example
…e with Apple Silicon
feat(csi-704): updated PDB to als-admin
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
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.
Build a pre-relase version from pre-relase branches major/name, minor/name, patch/name
Can be used with helm upgrade --version '>=x.x.x-name.0 <x.x.x-name.999999' to avoid picking
unintended versions from multiple active branches doing snapshot releases
This will also allow proper tracking of semver compatible pre-relase tags in continuous deployment scripts.