Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 739f688

Browse files
authored
feat: add release docs for v0.7.0 (#58)
1 parent f16b4da commit 739f688

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release_notes/v0.7.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release 0.7.0
2+
3+
- fix: rename the certificate secret and fix mounting of the root certificate (#57)

pkg/version/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package version
66

77
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
8-
var ReleaseVersion = "v0.6.0"
8+
var ReleaseVersion = "v0.7.0"
99

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

0 commit comments

Comments
 (0)