File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11package 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.
77var ReleaseCandidate = "rc.1"
You can’t perform that action at this time.
0 commit comments