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

- fix: return the last verified version that fits the constraint (#574)
- Sidequest: Remove technical debt (#563)
- chore(labels): centrally managed (#559)
- chore(deps): bump the ci group across 1 directory with 8 updates (#557)
- chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-alpha.1 to 3.0.0-rc.1 (#553)

## 🧰 Maintenance

- chore(deps): bump the go\_modules group with 5 updates (#571)

## ⬆️ Dependencies

- chore(deps): bump the go\_modules group with 5 updates (#571)
- Update helm chart version (#562)
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.25.3"
var ReleaseVersion = "v0.25.4"

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