Prepare release v2.9.0 - #1286
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SzFokvgrkLereUs1rAKHRu
Contributor
There was a problem hiding this comment.
Approving as a mechanical release bump: all version strings consistently updated to v2.9.0, CHANGELOG entry moved to a dated 2.9.0 section, and install.yaml changes are a generated CRD refresh.
Reviewed by Internal Trusted PR Reviewer
Add this agentic workflows to your repo
To install this agentic workflow, run
gh aw add pulumi-labs/gh-aw-internal/.github/workflows/gh-aw-pr-review.md@fccb0509de811cdc59bfe4e77504af0d4b5ebaa1
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1286 +/- ##
==========================================
+ Coverage 55.95% 56.56% +0.61%
==========================================
Files 34 35 +1
Lines 4130 4506 +376
==========================================
+ Hits 2311 2549 +238
- Misses 1594 1720 +126
- Partials 225 237 +12 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Bumps version strings to v2.9.0 across the codebase (
make prep RELEASE=v2.9.0) and rolls theserviceTemplatechangelog entry into a dated 2.9.0 section. Minor bump for the new backward-compatibleserviceTemplateWorkspace field (#1280).Test plan
make prep RELEASE=v2.9.0ran clean; no strayv2.8.0strings remain outside CHANGELOG history.operator/version/version.goandagent/version/version.goboth reportv2.9.0; Helm Chartversion/appVersionbumped to2.9.0/v2.9.0.v2.9.0and push the tag to trigger.github/workflows/release.yaml.