From 61c982fd260d9eb6897260f2370d473e7b4ce7dd Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Wed, 17 Jul 2024 13:27:09 -0600 Subject: [PATCH] chore(main): release 0.0.18 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++ chart/validator-plugin-network/Chart.yaml | 2 +- chart/validator-plugin-network/README.md | 2 +- chart/validator-plugin-network/values.yaml | 2 +- 5 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 74d736e..cc3c165 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.17"} \ No newline at end of file +{".":"0.0.18"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ef144..9b0cb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [0.0.18](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.17...v0.0.18) (2024-07-17) + + +### Features + +* HTTP file rule (PAD-272) ([#218](https://github.com/validator-labs/validator-plugin-network/issues/218)) ([063de0a](https://github.com/validator-labs/validator-plugin-network/commit/063de0af1ea5d28cf42c199cd238e608630cdb92)) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.30.2 ([#207](https://github.com/validator-labs/validator-plugin-network/issues/207)) ([859067b](https://github.com/validator-labs/validator-plugin-network/commit/859067bdf10e491af04c2e7e8d7fa141a25cf2cd)) +* **deps:** update module github.com/validator-labs/validator to v0.0.42 ([#204](https://github.com/validator-labs/validator-plugin-network/issues/204)) ([4f6c201](https://github.com/validator-labs/validator-plugin-network/commit/4f6c201e1a9c9c593d41148f6a1df8d39f115c56)) +* **deps:** update module github.com/validator-labs/validator to v0.0.43 ([#210](https://github.com/validator-labs/validator-plugin-network/issues/210)) ([fb6ac61](https://github.com/validator-labs/validator-plugin-network/commit/fb6ac616cbb65ffff2dc12be3a8c7e52a6418cf4)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.7.3 ([#206](https://github.com/validator-labs/validator-plugin-network/issues/206)) ([ae89dee](https://github.com/validator-labs/validator-plugin-network/commit/ae89deeabab30fe72625a7781a0e0d03c5a5aa6f)) + + +### Other + +* fix typos in README ([#219](https://github.com/validator-labs/validator-plugin-network/issues/219)) ([184a0e1](https://github.com/validator-labs/validator-plugin-network/commit/184a0e1fd1729f4db735e278982d68913ddaa795)) +* make the IP Range Rule's details a bit more clear ([#209](https://github.com/validator-labs/validator-plugin-network/issues/209)) ([f7a123a](https://github.com/validator-labs/validator-plugin-network/commit/f7a123a4c5ef839bc9145e4f6e966105fd4fb1ab)) + + +### Dependency Updates + +* **deps:** update dependency go to v1.22.5 ([#213](https://github.com/validator-labs/validator-plugin-network/issues/213)) ([571d1ae](https://github.com/validator-labs/validator-plugin-network/commit/571d1ae9838d86edbb597df7614b807dfe632c5b)) +* **deps:** update module github.com/validator-labs/validator to v0.0.44 ([#216](https://github.com/validator-labs/validator-plugin-network/issues/216)) ([2efe766](https://github.com/validator-labs/validator-plugin-network/commit/2efe766b18ce96607260f81644bed4c7dd8d20d8)) +* **deps:** update module github.com/validator-labs/validator to v0.0.46 ([#217](https://github.com/validator-labs/validator-plugin-network/issues/217)) ([3beb7f5](https://github.com/validator-labs/validator-plugin-network/commit/3beb7f53d2848e74f7f3f487fd83e29be4be2af5)) +* **deps:** update module sigs.k8s.io/cluster-api to v1.7.4 ([#215](https://github.com/validator-labs/validator-plugin-network/issues/215)) ([f91ca8d](https://github.com/validator-labs/validator-plugin-network/commit/f91ca8dd5f7f65b2971adf83aa661f2f7f4c99c2)) + + +### Refactoring + +* enable revive & resolve all lints ([#214](https://github.com/validator-labs/validator-plugin-network/issues/214)) ([e6603d3](https://github.com/validator-labs/validator-plugin-network/commit/e6603d3c30a7a95a7e3073bbf4b1ccefb3106721)) + ## [0.0.17](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.16...v0.0.17) (2024-06-05) diff --git a/chart/validator-plugin-network/Chart.yaml b/chart/validator-plugin-network/Chart.yaml index 03439ba..e26ac21 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.17 +version: 0.0.18 appVersion: 0.0.9 diff --git a/chart/validator-plugin-network/README.md b/chart/validator-plugin-network/README.md index b53f792..45ceed2 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.17"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.18"` | | `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 d266e64..11465ba 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.17 # x-release-please-version + tag: v0.0.18 # x-release-please-version resources: limits: cpu: 500m