Skip to content

Commit

Permalink
Update version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Dec 24, 2023
1 parent fd2af29 commit f881984
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 184 deletions.
6 changes: 4 additions & 2 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.11
version: 0.1.12

# 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.3"
appVersion: "0.4.4"
sources:
- https://github.com/hardbyte/netchecks
maintainers:
Expand All @@ -22,6 +22,8 @@ maintainers:
annotations:
# https://artifacthub.io/docs/topics/annotations/helm/
artifacthub.io/changes: |
- kind: added
description: Updated versions, added K8s Events on probe run.
- kind: added
description: Support for CEL templated variables, injecting context from ConfigMaps and Secrets.
links:
Expand Down
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.3"
version = "0.4.4"
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 <[email protected]>"]
readme = "README.md"
Expand Down
Loading

0 comments on commit f881984

Please sign in to comment.