You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps version strings to v2.9.0 across the codebase (`make prep
RELEASE=v2.9.0`) and rolls the `serviceTemplate` changelog entry into a
dated 2.9.0 section. Minor bump for the new backward-compatible
`serviceTemplate` Workspace field (#1280).
## Test plan
- `make prep RELEASE=v2.9.0` ran clean; no stray `v2.8.0` strings remain
outside CHANGELOG history.
- `operator/version/version.go` and `agent/version/version.go` both
report `v2.9.0`; Helm Chart `version`/`appVersion` bumped to
`2.9.0`/`v2.9.0`.
- Merge, then tag the head `v2.9.0` and push the tag to trigger
`.github/workflows/release.yaml`.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ CHANGELOG
3
3
4
4
## Unreleased
5
5
6
+
## 2.9.0 (2026-07-29)
7
+
6
8
- Add `serviceTemplate` to the Workspace spec, allowing custom annotations and labels on the headless Service that fronts a workspace's pods; settable from a Stack via `spec.workspaceTemplate.spec.serviceTemplate.metadata`[#1280](https://github.com/pulumi/pulumi-kubernetes-operator/pull/1280)
0 commit comments