Skip to content

Commit ac376fa

Browse files
chore(main): release 0.5.2
1 parent 3d8e2f6 commit ac376fa

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.1"
2+
".": "0.5.2"
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.2](https://github.com/groq/k8s-wif-webhook/compare/v0.5.1...v0.5.2) (2025-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* empty pod names in admission webhook logs ([3d8e2f6](https://github.com/groq/k8s-wif-webhook/commit/3d8e2f63392522204833affb0f5b93884a83bdae))
9+
310
## [0.5.1](https://github.com/groq/k8s-wif-webhook/compare/v0.5.0...v0.5.1) (2025-07-04)
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.1" // x-release-please-version
4+
const Version = "0.5.2" // x-release-please-version

0 commit comments

Comments
 (0)