charts: bump Console to v3.8.0; cut redpanda + operator v26.1.8#1640
Merged
Conversation
## [v3.8.0](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fconsole%2Fv3.8.0) - 2026-07-03 ### Changed * Bump chart version to install v3.8.0 release by default - https://github.com/redpanda-data/console/releases/tag/v3.8.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Cut the redpanda chart and operator v26.1.8 releases together. Both bump the bundled Console dependency to v3.8.0, and the redpanda chart's sideCars.image.tag is bumped to v26.1.8 to match the new operator release. ## [v26.1.8](https://github.com/redpanda-data/redpanda-operator/releases/tag/charts%2Fredpanda%2Fv26.1.8) - 2026-07-03 ### Changed * Bump bundled Console subchart to v3.8.0 - https://github.com/redpanda-data/console/releases/tag/v3.8.0 ## [v26.1.8](https://github.com/redpanda-data/redpanda-operator/releases/tag/operator%2Fv26.1.8) - 2026-07-03 ### Changed * Bump bundled Console dependency to v3.8.0 - https://github.com/redpanda-data/console/releases/tag/v3.8.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
71a1991 to
948880c
Compare
Contributor
|
Did this need to go to main too? |
Contributor
Author
Yes, the console bump should go to main. |
Contributor
Author
|
PR opened #1641 |
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
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.
Updates the bundled Redpanda Console to v3.8.0 and cuts the corresponding releases on the
release/v26.1.xline, following the pattern of #1365.Console Helm Chart — v3.8.0
github.com/redpanda-data/console/backendGo dependency to thev3.8.0tag (d73b703)render.goAppVersion,Chart.yaml(version/appVersion/artifacthub image), templates, and README badge → v3.8.0zz_generated.config.go(picks up the newsqlconfig section) and golden fixturesRedpanda Helm Chart — v26.1.8
>=3.8.0-0;Chart.lockregeneratedsideCars.image.tagbumped tov26.1.8to match the new operator releaseOperator — v26.1.8
changie batch -j operator v26.1.8(auto-bumpsoperator/chartversion/appVersion/image, the redpanda sidecar tag, and golden files)The redpanda-chart and operator releases are combined into a single commit; the console release is a separate commit.
Verification
task generateis idempotent (CIgit diff --exit-codegate)golangci-lint,helm lint --strict,actionlintall cleanTestAppVersionpasses (v3.8.0 git tag matches the pinned Go module)TestTemplate, console-controller, and lifecycle golden tests all passv26.1.7refs in stretch-cluster goldens are hardcoded test inputs)🤖 Generated with Claude Code