@@ -24,10 +24,16 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
24
24
# Changelog for current chart & app version
25
25
# Kinds: added, changed, deprecated, removed, fixed, and security
26
26
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
27
35
- 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
31
37
artifacthub.io/crds : |
32
38
- kind: ReplicationDestination
33
39
version: v1alpha1
@@ -54,10 +60,10 @@ kubeVersion: "^1.20.0-0"
54
60
# This is the chart version. This version number should be incremented each time
55
61
# you make changes to the chart and its templates, including the app version.
56
62
# Versions are expected to follow Semantic Versioning (https://semver.org/)
57
- version : " 0.13.0-rc.1 "
63
+ version : " 0.13.0-rc.2 "
58
64
59
65
# This is the version number of the application being deployed. This version
60
66
# number should be incremented each time you make changes to the application.
61
67
# Versions are not expected to follow Semantic Versioning. They should reflect
62
68
# 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