diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9d5699..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.3" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4fc5aa9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [0.6.0](https://github.com/pelotech/nidhogg/compare/v0.5.3...v0.6.0) (2025-02-13) + + +### Features + +* add pr-title check and pre-commit action ([#29](https://github.com/pelotech/nidhogg/issues/29)) ([e5775b6](https://github.com/pelotech/nidhogg/commit/e5775b6639c8866cb946d159926d9530ba08ee0a)) +* **selectors:** Extract selectors from daemonsets if not provided through config ([#33](https://github.com/pelotech/nidhogg/issues/33)) ([dbdb572](https://github.com/pelotech/nidhogg/commit/dbdb5727ff2e986c73ce7fae492dc6ba9f662d3e)) + + +### Bug Fixes + +* **badges:** Fix GH workflow badges in docs/README.md ([3850e21](https://github.com/pelotech/nidhogg/commit/3850e2119e8559b7d621ed54e87c70326f40c904)) +* **deps:** update module github.com/onsi/gomega to v1.36.2 ([#8](https://github.com/pelotech/nidhogg/issues/8)) ([fc4103c](https://github.com/pelotech/nidhogg/commit/fc4103c9514175cbcd555e7b3c283a4f05f0500d)) +* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#10](https://github.com/pelotech/nidhogg/issues/10)) ([eabd5fa](https://github.com/pelotech/nidhogg/commit/eabd5faed9c6d855250ca7e7f1ff52eda1a789c2)) +* removed duplicated config for pre-commit ([#30](https://github.com/pelotech/nidhogg/issues/30)) ([e9d08b8](https://github.com/pelotech/nidhogg/commit/e9d08b8dad1ce7ce9b204cb3f79c67b20b748008)) +* using container image directly in resources.yaml ([#37](https://github.com/pelotech/nidhogg/issues/37)) ([1f05333](https://github.com/pelotech/nidhogg/commit/1f053339642edb083decdf03e92709de433eec06)) diff --git a/charts/nidhogg/Chart.yaml b/charts/nidhogg/Chart.yaml index 3cb8e97..0ab7ac9 100644 --- a/charts/nidhogg/Chart.yaml +++ b/charts/nidhogg/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: nidhogg description: A Helm chart for Kubernetes type: application -version: 0.5.3 +version: 0.6.0 appVersion: v0.5.0 diff --git a/charts/nidhogg/README.md b/charts/nidhogg/README.md index e403738..f28b035 100644 --- a/charts/nidhogg/README.md +++ b/charts/nidhogg/README.md @@ -1,6 +1,6 @@ # nidhogg -### version: 0.5.3 +### version: 0.6.0 ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square) diff --git a/kustomize/resources.yaml b/kustomize/resources.yaml index 23ba197..8bd347b 100644 --- a/kustomize/resources.yaml +++ b/kustomize/resources.yaml @@ -45,7 +45,7 @@ spec: containers: - command: - /manager - image: ghcr.io/pelotech/nidhogg:v0.5.3 # x-release-please-version + image: ghcr.io/pelotech/nidhogg:v0.6.0 # x-release-please-version imagePullPolicy: IfNotPresent name: manager args: