chore(releasing): Merge develop into master for 0.57.0#573
chore(releasing): Merge develop into master for 0.57.0#573vectordotdev-bot[bot] wants to merge 1 commit into
Conversation
Co-authored-by: vectordotdev-bot[bot] <vectordotdev-bot[bot]@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1595b1771b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| apiVersion: v2 | ||
| name: vector | ||
| version: "0.56.0" | ||
| version: "0.57.0" |
There was a problem hiding this comment.
Keep chart version aligned with Vector
On a master-sync commit, .github/workflows/release.yaml runs chart-releaser for pushes touching charts/**, so this change would publish chart 0.57.0 while appVersion and the advertised/default Vector image remain 0.56.0. The chart now tracks Vector releases one-to-one, and the default deployment tag is derived from .Chart.AppVersion, so users installing chart 0.57.0 would still run Vector 0.56.0; keep the chart at 0.56.0 for this release or bump the appVersion/image refs to the actual 0.57.0 release.
Useful? React with 👍 / 👎.
Post release: sync master with the release changes from develop for 0.57.0.