Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 810d99c

Browse files
authored
chore: release version v0.13.0 (#129)
1 parent e39721b commit 810d99c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release_notes/v0.13.0.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release 0.13.0
2+
3+
- chore: update ocm to v0.8.0 and ocm-controller to v0.19.0 (#128)
4+
- fix: correct position for security context (#127)
5+
- remove second trigger and just keep pull\_request\_target (#121)
6+
- chore(deps): bump github.com/containerd/containerd from 1.7.4 to 1.7.11 (#110)
7+
- chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#109)
8+
- chore(deps): bump the ci group with 2 updates (#102)

pkg/version/release.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package version
66

77
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
8-
var ReleaseVersion = "v0.12.2"
8+
var ReleaseVersion = "v0.13.0"
99

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

0 commit comments

Comments
 (0)