Skip to content

Commit

Permalink
chore: release version v0.13.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Mar 20, 2024
1 parent e39721b commit 810d99c
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.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release 0.13.0

- chore: update ocm to v0.8.0 and ocm-controller to v0.19.0 (#128)
- fix: correct position for security context (#127)
- remove second trigger and just keep pull\_request\_target (#121)
- chore(deps): bump github.com/containerd/containerd from 1.7.4 to 1.7.11 (#110)
- chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#109)
- chore(deps): bump the ci group with 2 updates (#102)
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.12.2"
var ReleaseVersion = "v0.13.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 810d99c

Please sign in to comment.