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