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

Commit 9c1afc8

Browse files
authored
release: prepare release for v0.10.0 (#81)
1 parent 7a9bcfa commit 9c1afc8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/release_notes/v0.10.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release 0.10.0
2+
3+
- feat: apply kstatus feature from ocm-controller (#80)
4+
- chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#69)
5+
- chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#76)
6+
- add mend scans (#75)
7+
- update action versions (#74)

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.9.0"
8+
var ReleaseVersion = "v0.10.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)