Skip to content

Commit

Permalink
🧷 Update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Jun 13, 2023
1 parent cb21d4e commit fded121
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions operator/charts/netchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion operator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <brian@hardbyte.nz>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <brian@hardbyte.nz>"]
readme = "README.md"
Expand Down

0 comments on commit fded121

Please sign in to comment.