Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions bundle/manifests/volsync.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2026-03-13T15:41:32Z"
olm.skipRange: '>=0.4.0 <0.16.0'
createdAt: "2026-06-24T19:28:52Z"
olm.skipRange: '>=0.4.0 <0.16.1'
operators.operatorframework.io/builder: operator-sdk-v1.42.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: volsync.v0.16.0
name: volsync.v0.16.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -484,4 +484,5 @@ spec:
relatedImages:
- image: quay.io/backube/volsync:latest
name: ""
version: 0.16.0
replaces: volsync.v0.16.0
version: 0.16.1
30 changes: 3 additions & 27 deletions helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,8 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
# Changelog for current chart & app version
# Kinds: added, changed, deprecated, removed, fixed, and security
artifacthub.io/changes: |
- kind: changed
description: Restic updated to v0.18.1
- kind: changed
description: Rclone updated to v1.74.2
- kind: changed
description: controller-runtime updated to v0.23.2, migrated to events.EventRecorder
- kind: changed
description: Krew plugin now released for macOS
- kind: changed
description: Restic supports Azure workload identity env vars
- kind: changed
description: Dropped unnecessary perl package from container image, replaced with python3
- kind: changed
description: Removed unused Syncthing insecureAllowOldTLSVersions option
- kind: fixed
description: rsync-tls now properly munges/unmunges symlinks during sync
- kind: fixed
description: Rclone getfacl no longer follows symlinks
- kind: security
description: rsync-tls enforces TLS 1.3 as minimum version
- kind: security
description: rsync-tls Prevent stunnel DH param regeneration on every run
- kind: security
description: rsync-tls sets ciphers per OpenShift TLS profile compliance
- kind: security
description: Controller metrics endpoint checks central OpenShift TLS profile
description: Restic optional env vars - only set in job if key exists in secret
artifacthub.io/crds: |
- kind: ReplicationDestination
version: v1alpha1
Expand All @@ -76,10 +52,10 @@ kubeVersion: "^1.20.0-0"
# This is the chart version. This version number should be incremented each time
# you make changes to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.16.0"
version: "0.16.1"

# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
# Versions are not expected to follow Semantic Versioning. They should reflect
# the version the application is using. It is recommended to use it with quotes.
appVersion: "0.16.0"
appVersion: "0.16.1"
4 changes: 2 additions & 2 deletions version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#
# Bundle Version being built right now and channels to use
#
VERSION := 0.16.0
VERSION := 0.16.1
# REPLACES_VERSION should be left empty for the first version in a new channel (See more info in Procedures.md)
REPLACES_VERSION :=
REPLACES_VERSION := 0.16.0
OLM_SKIPRANGE := '>=0.4.0 <$(VERSION)'
CHANNELS := stable,stable-0.16
DEFAULT_CHANNEL := stable
Expand Down
Loading