Skip to content

Commit 3bfe8df

Browse files
authored
chore: release for v0.26.1 (#665)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Signed-off-by: Gergely Brautigam <[email protected]>
1 parent 6309003 commit 3bfe8df

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

docs/release_notes/v0.26.1.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Release v0.26.1
2+
3+
- Move to version 3 of registry, addressing SAP compliance concerns. (#664)
4+
- Registry Deployment template now gets image info from values.yaml (#660)
5+
- chore: refactoring the signing test to make it more robust (#657)
6+
- fix: update the used repository name (#656)
7+
- fix: add extra identity to the resource lookup reference (#655)
8+
- adjust GHA to trigger on PR and not pull\_request\_target (#653)
9+
- Enable e2e GHA workflow to be executed manually (#650)
10+
11+
## 🐛 Bug Fixes
12+
13+
- update slack GHA (#651)
14+
15+
## 🧰 Maintenance
16+
17+
<details>
18+
<summary>7 changes</summary>
19+
20+
- chore(deps): bump the go group with 5 updates (#661)
21+
- chore(deps): bump the go group with 2 updates (#654)
22+
- chore(deps): bump the go group with 7 updates (#648)
23+
- chore(deps): bump the go group with 5 updates (#646)
24+
- chore(deps): bump the go group with 4 updates (#643)
25+
- chore(deps): bump the go\_modules group across 1 directory with 4 updates (#641)
26+
- chore(deps): bump the go group across 1 directory with 7 updates (#637)
27+
</details>
28+
29+
## ⬆️ Dependencies
30+
31+
<details>
32+
<summary>7 changes</summary>
33+
34+
- chore(deps): bump the go group with 5 updates (#661)
35+
- chore(deps): bump the go group with 2 updates (#654)
36+
- chore(deps): bump the go group with 7 updates (#648)
37+
- chore(deps): bump the go group with 5 updates (#646)
38+
- chore(deps): bump the go group with 4 updates (#643)
39+
- chore(deps): bump the go\_modules group across 1 directory with 4 updates (#641)
40+
- chore(deps): bump the go group across 1 directory with 7 updates (#637)
41+
</details>

pkg/version/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
4-
var ReleaseVersion = "v0.26.0"
4+
var ReleaseVersion = "v0.26.1"
55

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

0 commit comments

Comments
 (0)