Skip to content

Commit 95bf39c

Browse files
bump: version 0.5.1 → 0.5.2
1 parent 9afd0b7 commit 95bf39c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ version_files = [
77
"charts/ggscout/Chart.yaml:^version: ",
88
]
99
version_scheme = "semver2"
10-
version = "0.5.1"
10+
version = "0.5.2"

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
## ggscout-0.5.1 (2025-08-04)
216

317
### Feat

charts/ggscout/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 0.5.1
17+
version: 0.5.2
1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.

0 commit comments

Comments
 (0)