From 845601f4c17f8d288709aed2b301d2f408f8ad4c Mon Sep 17 00:00:00 2001 From: TheDen Date: Thu, 7 Sep 2023 12:04:07 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B7=20bump=20policy-reporter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operator/charts/netchecks/Chart.yaml | 6 +++--- operator/pyproject.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operator/charts/netchecks/Chart.yaml b/operator/charts/netchecks/Chart.yaml index 6311c5c..4878605 100644 --- a/operator/charts/netchecks/Chart.yaml +++ b/operator/charts/netchecks/Chart.yaml @@ -6,13 +6,13 @@ icon: https://raw.githubusercontent.com/hardbyte/netchecks/main/.github/logo.png # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.10 +version: 0.1.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.2" +appVersion: "0.4.3" sources: - https://github.com/hardbyte/netchecks maintainers: @@ -71,6 +71,6 @@ annotations: message: Http request to Kubernetes API should succeed. dependencies: - name: policy-reporter - version: 2.19.2 + version: 2.19.4 repository: https://kyverno.github.io/policy-reporter condition: policy-reporter.enabled diff --git a/operator/pyproject.toml b/operator/pyproject.toml index 4b30f77..fc1c43c 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netcheck-operator" -version = "0.4.2" +version = "0.4.3" description = "Netcheck is a cloud native tool for specifying and regularly checking assertions about network conditions. Organisations use netcheck to proactively verify whether security controls are working as intended, alerting them to misconfiguration and potential threats." authors = ["Brian Thorne "] readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index 6479e5c..7daae98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netcheck" -version = "0.4.2" +version = "0.4.3" description = "Netchecks is a cloud native tool for specifying and regularly checking assertions about network conditions. Use netchecks to proactively verify whether security controls are working as intended, alerting on misconfiguration." authors = ["Brian Thorne "] readme = "README.md"