Skip to content

Commit 2213531

Browse files
committed
chore: release docs for v0.26.7
Signed-off-by: Gergely Brautigam <[email protected]>
1 parent 72f9110 commit 2213531

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/release_notes/v0.26.7.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release v0.26.7
2+
3+
- generate bootstrap issuer and certificates in ocm controller helm charts (#714)
4+
- fix indentation for registry deployment resource block (#712)
5+
6+
## 🧰 Maintenance
7+
8+
- chore(deps): bump the go group across 1 directory with 7 updates (#710)
9+
- chore(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible in the go\_modules group (#708)
10+
11+
## ⬆️ Dependencies
12+
13+
- chore(deps): bump the go group across 1 directory with 7 updates (#710)
14+
- chore(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible in the go\_modules group (#708)

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