Skip to content

Commit dafa325

Browse files
chore(main): release 0.5.3
1 parent 7322a03 commit dafa325

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.2"
2+
".": "0.5.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.3](https://github.com/groq/k8s-wif-webhook/compare/v0.5.2...v0.5.3) (2025-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* the real treasure was the defaults we had along the way ([#5](https://github.com/groq/k8s-wif-webhook/issues/5)) ([7322a03](https://github.com/groq/k8s-wif-webhook/commit/7322a03a4521b88b495eb993e2019a35776c8664))
9+
310
## [0.5.2](https://github.com/groq/k8s-wif-webhook/compare/v0.5.1...v0.5.2) (2025-07-08)
411

512

internal/version/version.go

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

33
// Version is the current tagged release of the webhook.
4-
const Version = "0.5.2" // x-release-please-version
4+
const Version = "0.5.3" // x-release-please-version

0 commit comments

Comments
 (0)