Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
add release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Oct 26, 2023
1 parent 8f2ba0f commit a1d6099
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/release_notes/v0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release 0.6.0

- fix: using labels instead of annotations for finding project namespace #70
- add mend scans (#68)
- build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#69)
- Update actions/checkout to v4 (#67)
- remove (#65)
- Add blackduck scans (#63)
- Adding a target reconciler (#59)
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.5.1"
var ReleaseVersion = "v0.6.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 a1d6099

Please sign in to comment.