Skip to content

Commit

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

- feat: apply kstatus feature from ocm-controller (#76)
- chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#73)
- Update action versions (#71)
- add mend scans (#72)
- remove (#70)
- add blackduck scans (#68)
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.8.0"
var ReleaseVersion = "v0.9.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 c3cff6a

Please sign in to comment.