From fded12126e735b8e0d44da95561739da486f51d7 Mon Sep 17 00:00:00 2001 From: Brian Thorne Date: Wed, 14 Jun 2023 10:37:40 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B7=20Update=20version=20to=200.4.2?= 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 8af8db3..6311c5c 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.9 +version: 0.1.10 # 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.1" +appVersion: "0.4.2" 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.0 + version: 2.19.2 repository: https://kyverno.github.io/policy-reporter condition: policy-reporter.enabled diff --git a/operator/pyproject.toml b/operator/pyproject.toml index 8660cd9..4b30f77 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netcheck-operator" -version = "0.4.1" +version = "0.4.2" 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 775f1a4..6479e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netcheck" -version = "0.4.1" +version = "0.4.2" 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"