Skip to content

Commit c83f83e

Browse files
authored
Merge pull request #42 from GitGuardian/amascia/-/bump-ggscout-self-hosted
Amascia/ /bump ggscout self hosted
2 parents c4563b6 + 85cf926 commit c83f83e

File tree

8 files changed

+2926
-4050
lines changed

8 files changed

+2926
-4050
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.13"

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## ggscout-0.4.13 (2025-06-19)
2+
3+
## ggscout-0.4.11 (2025-06-17)
4+
5+
## ggscout-0.4.10 (2025-06-10)
6+
7+
## ggscout-0.4.8 (2025-05-02)
8+
9+
## ggscout-0.4.7 (2025-04-29)
10+
11+
### Fix
12+
13+
- **sync**: sync job needs write mode
14+
15+
## ggscout-0.4.6 (2025-04-28)
16+
17+
## ggscout-0.4.5 (2025-04-08)
18+
19+
## ggscout-0.4.4 (2025-04-08)
20+
21+
## ggscout-0.4.3 (2025-04-08)
22+
23+
## ggscout-0.4.12 (2025-06-19)
24+
125
## ggscout-0.4.11 (2025-06-17)
226

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

charts/ggscout/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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.13
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
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "0.17.2"
25+
appVersion: "0.17.3"

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)