diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58fec22..ebed045 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.22"} \ No newline at end of file +{".":"0.0.23"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 760da74..90bd134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.0.23](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.22...v0.0.23) (2024-08-12) + + +### Other + +* fix 'publicly accessible' wording ([#242](https://github.com/validator-labs/validator-plugin-network/issues/242)) ([9dbb6a7](https://github.com/validator-labs/validator-plugin-network/commit/9dbb6a791f7e3839a84b580e7f6e08c4470b7ab6)) +* satisfy ValidationRule ([#246](https://github.com/validator-labs/validator-plugin-network/issues/246)) ([18ffc3b](https://github.com/validator-labs/validator-plugin-network/commit/18ffc3b792c48af341cc295d7c343b6b340bbb8f)) + + +### Dependency Updates + +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#245](https://github.com/validator-labs/validator-plugin-network/issues/245)) ([679cf0c](https://github.com/validator-labs/validator-plugin-network/commit/679cf0c91ce1a14faaaa29e61b0bee05c8af58ff)) +* **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#238](https://github.com/validator-labs/validator-plugin-network/issues/238)) ([1724a4e](https://github.com/validator-labs/validator-plugin-network/commit/1724a4ec726e5ffe2e43d674236942e585c11d82)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([#247](https://github.com/validator-labs/validator-plugin-network/issues/247)) ([7885320](https://github.com/validator-labs/validator-plugin-network/commit/7885320252dae6fb15b99fa85b7fee4eb7eba3f2)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#248](https://github.com/validator-labs/validator-plugin-network/issues/248)) ([66f3e36](https://github.com/validator-labs/validator-plugin-network/commit/66f3e3657a7ddad7f211e5777f7102c5016e8faa)) + ## [0.0.22](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.21...v0.0.22) (2024-08-05) diff --git a/chart/validator-plugin-network/Chart.yaml b/chart/validator-plugin-network/Chart.yaml index 0dba1d0..805e25f 100644 --- a/chart/validator-plugin-network/Chart.yaml +++ b/chart/validator-plugin-network/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: validator-plugin-network description: Perform various network validations (DNS, ICMP, MTU, Netcat, IP-range) type: application -version: 0.0.22 +version: 0.0.23 appVersion: 0.0.9 diff --git a/chart/validator-plugin-network/README.md b/chart/validator-plugin-network/README.md index d5d7ec5..50bea22 100644 --- a/chart/validator-plugin-network/README.md +++ b/chart/validator-plugin-network/README.md @@ -25,7 +25,7 @@ The following table lists the configurable parameters of the Validator-plugin-ne | `controllerManager.manager.containerSecurityContext.capabilities.add` | | `["NET_RAW"]` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-network"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.22"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.23"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/validator-plugin-network/values.yaml b/chart/validator-plugin-network/values.yaml index f3032d6..90d8864 100644 --- a/chart/validator-plugin-network/values.yaml +++ b/chart/validator-plugin-network/values.yaml @@ -33,7 +33,7 @@ controllerManager: - ALL image: repository: quay.io/validator-labs/validator-plugin-network - tag: v0.0.22 # x-release-please-version + tag: v0.0.23 # x-release-please-version resources: limits: cpu: 500m