Skip to content

Commit

Permalink
docs: add release docs for v0.25.4
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • Loading branch information
Skarlso committed Jan 17, 2025
1 parent 287a715 commit 79adf6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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"

0 comments on commit 79adf6b

Please sign in to comment.