Skip to content
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
26 changes: 26 additions & 0 deletions docs/release_notes/v0.26.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Release v0.26.3

- fix: use the current component version for the default resource version (#684)
- fix: default the resource version to component version (#679)

## 🧰 Maintenance

<details>
<summary>4 changes</summary>

- chore(deps): bump the go group with 6 updates (#682)
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go\_modules group (#681)
- chore(deps): bump the go group with 5 updates (#677)
- chore(deps): bump the go group with 4 updates (#674)
</details>

## ⬆️ Dependencies

<details>
<summary>4 changes</summary>

- chore(deps): bump the go group with 6 updates (#682)
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go\_modules group (#681)
- chore(deps): bump the go group with 5 updates (#677)
- chore(deps): bump the go group with 4 updates (#674)
</details>
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.26.2"
var ReleaseVersion = "v0.26.3"

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