Skip to content

Commit 64dcfb5

Browse files
authored
chore: release notes and version bump for v0.26.9 (#755)
1 parent fe6a2fd commit 64dcfb5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/release_notes/v0.26.9.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release v0.26.9
2+
3+
- fix: manually set client-side ratelimiting to previous values (#754)
4+
- fix(deps): remove ocm dependent pins from go mod (#739)
5+
- fix: rename the helm podinfo deployer as it collides with ocm test (#736)
6+
- chore: add more log output to the e2e tests (#724)
7+
8+
## 🧰 Maintenance
9+
10+
- chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in the go\_modules group (#735)
11+
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go\_modules group (#732)
12+
- chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 in the go\_modules group (#722)
13+
14+
## ⬆️ Dependencies
15+
16+
- chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in the go\_modules group (#735)
17+
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go\_modules group (#732)
18+
- chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 in the go\_modules group (#722)

pkg/version/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
4-
var ReleaseVersion = "v0.26.8"
4+
var ReleaseVersion = "v0.26.9"
55

66
// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
77
var ReleaseCandidate = "rc.1"

0 commit comments

Comments
 (0)