From 36ce6878614d26d3f99f6f9dea8a3fc1193fd01a Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 21 Dec 2023 15:14:23 -0700 Subject: [PATCH] chore(main): release 0.0.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ chart/validator-plugin-network/Chart.yaml | 2 +- chart/validator-plugin-network/README.md | 2 +- chart/validator-plugin-network/values.yaml | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3d2d4ea..41f89fb2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.10"} \ No newline at end of file +{".":"0.0.11"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dfb75d3..a0f99363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.0.11](https://github.com/spectrocloud-labs/validator-plugin-network/compare/v0.0.10...v0.0.11) (2023-12-21) + + +### Bug Fixes + +* **deps:** update module github.com/go-logr/logr to v1.4.0 ([#110](https://github.com/spectrocloud-labs/validator-plugin-network/issues/110)) ([85c816f](https://github.com/spectrocloud-labs/validator-plugin-network/commit/85c816f6e0c30007cb7b651880f2c985269f3dc9)) +* **deps:** update module github.com/go-logr/logr to v1.4.1 ([#111](https://github.com/spectrocloud-labs/validator-plugin-network/issues/111)) ([f180697](https://github.com/spectrocloud-labs/validator-plugin-network/commit/f180697b324058a2b100ac3fcc4fa603130df98b)) +* **deps:** update module github.com/spectrocloud-labs/validator to v0.0.30 ([#109](https://github.com/spectrocloud-labs/validator-plugin-network/issues/109)) ([0993052](https://github.com/spectrocloud-labs/validator-plugin-network/commit/09930523f60c98b53205585a3c5d9e710eae3a9a)) + + +### Other + +* **deps:** update actions/upload-artifact action to v4 ([#106](https://github.com/spectrocloud-labs/validator-plugin-network/issues/106)) ([c0ccd9c](https://github.com/spectrocloud-labs/validator-plugin-network/commit/c0ccd9cfb727d8c89544dc17354335dc95a9a3aa)) +* **deps:** update google-github-actions/release-please-action digest to a2d8d68 ([#103](https://github.com/spectrocloud-labs/validator-plugin-network/issues/103)) ([cd040a3](https://github.com/spectrocloud-labs/validator-plugin-network/commit/cd040a36db2f849a5367de2f03bb4674a5171efa)) +* **deps:** update google-github-actions/release-please-action digest to cc61a07 ([#107](https://github.com/spectrocloud-labs/validator-plugin-network/issues/107)) ([71ee77c](https://github.com/spectrocloud-labs/validator-plugin-network/commit/71ee77cd1b3f3fafda37589ea07e03c7213fd5f5)) + ## [0.0.10](https://github.com/spectrocloud-labs/validator-plugin-network/compare/v0.0.9...v0.0.10) (2023-12-07) diff --git a/chart/validator-plugin-network/Chart.yaml b/chart/validator-plugin-network/Chart.yaml index d12563e1..18ee15e2 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.10 +version: 0.0.11 appVersion: 0.0.9 diff --git a/chart/validator-plugin-network/README.md b/chart/validator-plugin-network/README.md index 51038e70..a20568c4 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/spectrocloud-labs/validator-plugin-network"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.10"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.11"` | | `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 fd75ac57..56b46c56 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/spectrocloud-labs/validator-plugin-network - tag: v0.0.10 # x-release-please-version + tag: v0.0.11 # x-release-please-version resources: limits: cpu: 500m