Skip to content

Commit d0ca995

Browse files
committed
update chart for rc.2 and update changelog
Signed-off-by: Tesshu Flower <[email protected]>
1 parent e2c5d63 commit d0ca995

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Restic updated to v0.18.0
13-
- Syncthing updated to v1.29.5
13+
- Syncthing updated to v1.29.6
1414

1515
### Fixed
1616

helm/volsync/Chart.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
2424
# Changelog for current chart & app version
2525
# Kinds: added, changed, deprecated, removed, fixed, and security
2626
artifacthub.io/changes: |
27+
- kind: added
28+
description: Multi-arch volsync image published in quay.io, will include amd64 as usual as well as arm64
29+
- kind: changed
30+
description: Syncthing updated to v1.29.6
31+
- kind: changed
32+
description: Restic updated to v0.18.0
33+
- kind: fixed
34+
description: Fix restic cache PVC name collision if replicationsource and replicationdestination have the same name and are in the same namespace
2735
- kind: security
28-
description: Update golang.org/x/crypto to v0.36.0 for CVE-2025-22869
29-
- kind: security
30-
description: Update golang.org/x/oauth2 to v0.28.0 for CVE-2025-22868
36+
description: kube-rbac-proxy upgraded to v0.19.2
3137
artifacthub.io/crds: |
3238
- kind: ReplicationDestination
3339
version: v1alpha1
@@ -54,10 +60,10 @@ kubeVersion: "^1.20.0-0"
5460
# This is the chart version. This version number should be incremented each time
5561
# you make changes to the chart and its templates, including the app version.
5662
# Versions are expected to follow Semantic Versioning (https://semver.org/)
57-
version: "0.13.0-rc.1"
63+
version: "0.13.0-rc.2"
5864

5965
# This is the version number of the application being deployed. This version
6066
# number should be incremented each time you make changes to the application.
6167
# Versions are not expected to follow Semantic Versioning. They should reflect
6268
# the version the application is using. It is recommended to use it with quotes.
63-
appVersion: "0.13.0-rc.1"
69+
appVersion: "0.13.0-rc.2"

0 commit comments

Comments
 (0)