Skip to content

Commit a6a3e03

Browse files
authored
chore: release notes and version update for v0.26.3 (#685)
<!-- 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 4a58167 commit a6a3e03

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/release_notes/v0.26.3.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Release v0.26.3
2+
3+
- fix: use the current component version for the default resource version (#684)
4+
- fix: default the resource version to component version (#679)
5+
6+
## 🧰 Maintenance
7+
8+
<details>
9+
<summary>4 changes</summary>
10+
11+
- chore(deps): bump the go group with 6 updates (#682)
12+
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go\_modules group (#681)
13+
- chore(deps): bump the go group with 5 updates (#677)
14+
- chore(deps): bump the go group with 4 updates (#674)
15+
</details>
16+
17+
## ⬆️ Dependencies
18+
19+
<details>
20+
<summary>4 changes</summary>
21+
22+
- chore(deps): bump the go group with 6 updates (#682)
23+
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go\_modules group (#681)
24+
- chore(deps): bump the go group with 5 updates (#677)
25+
- chore(deps): bump the go group with 4 updates (#674)
26+
</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.2"
4+
var ReleaseVersion = "v0.26.3"
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)