Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"