Skip to content

Commit 62f9ecd

Browse files
authored
chore: release notes for v0.26.2 (#672)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Signed-off-by: Gergely Brautigam <[email protected]>
1 parent 26970ef commit 62f9ecd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/release_notes/v0.26.2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release v0.26.2
2+
3+
- Allow add of labels to clusterrole (#669)
4+
5+
## 🧰 Maintenance
6+
7+
- chore(deps): bump helm.sh/helm/v3 from 3.18.1 to 3.18.2 in the go group (#671)
8+
- chore(deps): bump the go group with 5 updates (#667)
9+
- chore(deps): bump the go group with 5 updates (#666)
10+
11+
## ⬆️ Dependencies
12+
13+
- chore(deps): bump helm.sh/helm/v3 from 3.18.1 to 3.18.2 in the go group (#671)
14+
- chore(deps): bump the go group with 5 updates (#667)
15+
- chore(deps): bump the go group with 5 updates (#666)

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.1"
4+
var ReleaseVersion = "v0.26.2"
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)