diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e23a4f..eb5abf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index daf99e8..a96b342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.4](https://github.com/pelotech/nidhogg/compare/v0.6.3...v0.6.4) (2025-02-15) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.32.2 ([#7](https://github.com/pelotech/nidhogg/issues/7)) ([b603fb7](https://github.com/pelotech/nidhogg/commit/b603fb73d4bc939e463894b585fa08d3faa6eef6)) +* **deps:** update module github.com/prometheus/client_golang to v1.20.5 ([#9](https://github.com/pelotech/nidhogg/issues/9)) ([4e414c0](https://github.com/pelotech/nidhogg/commit/4e414c0ccfed7e67a5127bc4c60c00ab36052ea7)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.20.2 ([#51](https://github.com/pelotech/nidhogg/issues/51)) ([e57c21d](https://github.com/pelotech/nidhogg/commit/e57c21d963816f6baa4b07cc07d955e902258e20)) +* upgrade controller runtime to v0.20.1 and conforming to new TypedEventHandler interface ([#46](https://github.com/pelotech/nidhogg/issues/46)) ([9d3f9c1](https://github.com/pelotech/nidhogg/commit/9d3f9c1b787f5f7a11fda6b6b3b64d514d394300)) + ## [0.6.3](https://github.com/pelotech/nidhogg/compare/v0.6.2...v0.6.3) (2025-02-14) diff --git a/charts/nidhogg/Chart.yaml b/charts/nidhogg/Chart.yaml index 7a500a2..ed2fcf5 100644 --- a/charts/nidhogg/Chart.yaml +++ b/charts/nidhogg/Chart.yaml @@ -3,6 +3,6 @@ name: nidhogg description: A Helm chart for Kubernetes type: application # x-release-please-start-version -version: 0.6.3 -appVersion: v0.6.3 +version: 0.6.4 +appVersion: v0.6.4 # x-release-please-end diff --git a/charts/nidhogg/README.md b/charts/nidhogg/README.md index 948e40a..dd95915 100644 --- a/charts/nidhogg/README.md +++ b/charts/nidhogg/README.md @@ -1,8 +1,8 @@ # nidhogg -### version: 0.6.3 +### version: 0.6.4 -### appVersion: v0.6.3 +### appVersion: v0.6.4 A Helm chart for Kubernetes diff --git a/kustomize/resources.yaml b/kustomize/resources.yaml index 53db33a..e9741fa 100644 --- a/kustomize/resources.yaml +++ b/kustomize/resources.yaml @@ -45,7 +45,7 @@ spec: containers: - command: - /manager - image: ghcr.io/pelotech/nidhogg:v0.6.3 # x-release-please-version + image: ghcr.io/pelotech/nidhogg:v0.6.4 # x-release-please-version imagePullPolicy: IfNotPresent name: manager args: