File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ version_files = [
7
7
" charts/ggscout/Chart.yaml:^version: " ,
8
8
]
9
9
version_scheme = " semver2"
10
- version = " 0.5.1 "
10
+ version = " 0.5.2 "
Original file line number Diff line number Diff line change
1
+ ## ggscout-0.5.2 (2025-08-04)
2
+
3
+ ### Feat
4
+
5
+ - update schemas and appVersion for GGScout v0.18.2
6
+
7
+ ### Fix
8
+
9
+ - rewrite cz.toml to disable gpg_sign in CI
10
+ - do not gpg sign during CI release
11
+ - gpg signing during release
12
+ - ** doc** : Use ` hashicorpvault ` instead of ` vault-secrets `
13
+ - ** ci** : fix CI following schema changes with latest ggscout release
14
+
1
15
## ggscout-0.5.1 (2025-08-04)
2
16
3
17
### Feat
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ type: application
14
14
# This is the chart version. This version number should be incremented each time you make changes
15
15
# to the chart and its templates, including the app version.
16
16
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17
- version : 0.5.1
17
+ version : 0.5.2
18
18
# This is the version number of the application being deployed. This version number should be
19
19
# incremented each time you make changes to the application. Versions are not expected to
20
20
# follow Semantic Versioning. They should reflect the version the application is using.
You can’t perform that action at this time.
0 commit comments