Skip to content

Commit 19df06b

Browse files
committed
bump: version 0.4.11 → 0.4.12
1 parent 6b38df3 commit 19df06b

File tree

8 files changed

+2903
-4049
lines changed

8 files changed

+2903
-4049
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ version_files = [
88
"charts/ggscout/Chart.yaml:^version: ",
99
]
1010
version_scheme = "semver2"
11-
version = "0.4.11"
11+
version = "0.4.12"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## ggscout-0.4.12 (2025-06-19)
2+
13
## ggscout-0.4.11 (2025-06-17)
24

35
## ggscout-0.4.10 (2025-06-10)

charts/ggscout/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.4.11
19+
version: 0.4.12
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/ggscout/tests/secret_test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tests:
1414
sources:
1515
kube:
1616
type: k8s
17-
name: my-cluster
1817
config_source: kubeconfigfile
1918
gitguardian: null
2019
asserts:
@@ -26,7 +25,7 @@ tests:
2625
- equal:
2726
path: data["config.yml"]
2827
# Base64 encoded content of .Values.inventory.config
29-
value: "c291cmNlczoKICBrdWJlOgogICAgY29uZmlnX3NvdXJjZToga3ViZWNvbmZpZ2ZpbGUKICAgIG5hbWU6IG15LWNsdXN0ZXIKICAgIHR5cGU6IGs4cw=="
28+
value: "c291cmNlczoKICBrdWJlOgogICAgY29uZmlnX3NvdXJjZToga3ViZWNvbmZpZ2ZpbGUKICAgIHR5cGU6IGs4cw=="
3029
- it: should work
3130
documentIndex: 1
3231
set:

0 commit comments

Comments
 (0)