Skip to content

Commit

Permalink
Merge pull request #1346 from tesshuflower/changelog-and-charts-relea…
Browse files Browse the repository at this point in the history
…se-v0.10.0

update changelog, charts etc for v0.10.0 release
  • Loading branch information
openshift-merge-bot[bot] committed Jul 31, 2024
2 parents 5346e79 + bcffbef commit 3de89f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.0]

### Fixed

- Fix for rsync-tls to handle replication when there are many files in the pvc root
- Fix for rsync-tls to handle files in the pvc root that start with `#`

### Changed

- Syncthing upgraded to v1.27.8

### Added

- Debug mode for mover jobs added

## [0.9.1]

### Fixed
Expand Down Expand Up @@ -289,6 +304,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for rsync & rclone replication
- Helm chart to deploy operator

[0.10.0]: https://github.com/backube/volsync/compare/release-0.9..v0.10.0
[0.9.1]: https://github.com/backube/volsync/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/backube/volsync/compare/release-0.8...v0.9.0
[0.8.1]: https://github.com/backube/volsync/compare/release-0.8.0...v0.8.1
Expand Down
12 changes: 8 additions & 4 deletions helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/
# Kinds: added, changed, deprecated, removed, fixed, and security
artifacthub.io/changes: |
- kind: fixed
description: Allow restic restore from empty or non-initialized path
description: Fix for rsync-tls to handle replication when there are many files in the pvc root
- kind: fixed
description: Ignore lost+found on restic backup when checking for empty source volume
description: Fix for rsync-tls to handle files in the pvc root that start with `#`
- kind: changed
description: Syncthing upgraded to v1.27.8
- kind: added
description: Debug mode for mover jobs added
artifacthub.io/crds: |
- kind: ReplicationDestination
version: v1alpha1
Expand All @@ -54,10 +58,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.9.1"
version: "0.10.0"

# 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.9.1"
appVersion: "0.10.0"
6 changes: 3 additions & 3 deletions kubectl-volsync/volsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Plugin
metadata:
name: volsync
spec:
version: v0.9.1
version: v0.10.0
homepage: https://github.com/backube/volsync
shortDescription: "Manage replication with the VolSync operator"
description: |
Expand All @@ -20,8 +20,8 @@ spec:
arch: amd64
# This URL requires the artifact to be added to the release page as an
# "Asset"
uri: https://github.com/backube/volsync/releases/download/v0.9.1/kubectl-volsync.tar.gz
sha256: a89a359fe4d2da27abf9c0710cc4fb26f8541ab4aa250cbf77d6a213ca778ba0
uri: https://github.com/backube/volsync/releases/download/v0.10.0/kubectl-volsync.tar.gz
sha256: 3eaa78fe4e1d56e0bf6f8ba1c29a457543b50b737fc83cbbcae6def42e616fbb
files:
- from: "./kubectl-volsync"
to: "."
Expand Down

0 comments on commit 3de89f2

Please sign in to comment.