Skip to content

Commit

Permalink
release: prepare release for v0.10.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Nov 15, 2023
1 parent 7a9bcfa commit 9c1afc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release_notes/v0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release 0.10.0

- feat: apply kstatus feature from ocm-controller (#80)
- chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#69)
- chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#76)
- add mend scans (#75)
- update action versions (#74)
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.9.0"
var ReleaseVersion = "v0.10.0"

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

0 comments on commit 9c1afc8

Please sign in to comment.