-
Notifications
You must be signed in to change notification settings - Fork 119
simplify ama-logs release process #1744
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
zanejohnson-azure
wants to merge
15
commits into
ci_prod
Choose a base branch
from
zanejohnson-azure-helm-package-ama-logs-build
base: ci_prod
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
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
bc5229f
Add VERSION-based SEMVER and helm package step to ama-logs build pipe…
zanejohnson-azure 1dbfec4
Package and promote -arc Helm chart variant for ama-logs
zanejohnson-azure e32aa21
Derive ama-logs prod release version from build runName
zanejohnson-azure 9cfaf5f
Ungate build chart push and set VERSION to 3.5.0
zanejohnson-azure 7ee0026
Add .helmignore to exclude chart generator files from package
zanejohnson-azure 58114ad
Source prod release version solely from build runName; drop dormant S…
zanejohnson-azure 3c7e3c7
Collapse CDPX tag vars into single AgentImageTagSuffix (ama-metrics p…
zanejohnson-azure 3d7aaa3
Arc prod-release: consume promoted ciprod -arc chart, drop in-pipelin…
zanejohnson-azure 3d3c247
Restructure MCR chart path with helmchart/ prefix; push build chart t…
zanejohnson-azure ad544a9
Add early -arc chart availability preflight to Arc prod release pipeline
zanejohnson-azure 294d259
TEMP(test): version 3.4.0 + AKS chart-only promotion (disable image t…
zanejohnson-azure d878a94
Remove unused generate_helm_files.sh dev helper
zanejohnson-azure 18d146d
Re-enable Linux/Windows image transfer in AKS prod EV2 rollout
zanejohnson-azure e440e56
Revert Arc prod-release changes for current release
zanejohnson-azure 36c8b40
Revert temp test scaffolding to GA state
zanejohnson-azure File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 3.5.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Patterns to ignore when building Helm packages. | ||
| # Files here are excluded from the packaged .tgz (matched by basename unless | ||
| # anchored with a leading /). Generation of Chart.yaml/values.yaml happens | ||
| # before `helm package`, so ignoring the *-template sources is safe. | ||
|
|
||
| # Common VCS / editor / OS cruft | ||
| .git/ | ||
| .gitignore | ||
| .DS_Store | ||
| *.swp | ||
| *.bak | ||
| *.tmp | ||
| *.orig | ||
| *~ | ||
|
|
||
| # Chart source files — the build substitutes these into the real | ||
| # Chart.yaml/values.yaml before packaging, so the templates must not | ||
| # ship inside the chart. | ||
| Chart-template.yaml | ||
| values-template.yaml |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this commit id trimmed for the maximum characters? because i think image tags and chart tags might have a limit on the length
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see you are doing it below in COMMIT_SHA?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes and commit_sha was trimmed