Skip to content

Commit cdf2d4d

Browse files
chore(main): release 1.0.0
1 parent 5539550 commit cdf2d4d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/groq/k8s-wif-webhook/compare/v0.5.2...v1.0.0) (2025-08-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* no mutation on pod update ([#7](https://github.com/groq/k8s-wif-webhook/issues/7))
9+
10+
### Bug Fixes
11+
12+
* no mutation on pod update ([#7](https://github.com/groq/k8s-wif-webhook/issues/7)) ([5539550](https://github.com/groq/k8s-wif-webhook/commit/5539550ba014b4f79f8edcc39bfa99808f5b0d68))
13+
* 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))
14+
315
## [0.5.2](https://github.com/groq/k8s-wif-webhook/compare/v0.5.1...v0.5.2) (2025-07-08)
416

517

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 = "1.0.0" // x-release-please-version

0 commit comments

Comments
 (0)