Skip to content

Commit

Permalink
Merge pull request #38 from JohnStrunk/relprep
Browse files Browse the repository at this point in the history
Updates for 0.3.0 release
  • Loading branch information
openshift-ci[bot] authored Aug 5, 2021
2 parents 33dd40a + 7ddb989 commit 2312867
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 14 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2021-08-05

### Added

- Introduced internal "Mover" interface to make adding/maintaining data movers
more modular
- Added a Condition on the CRs to indicate whether they are synchronizing or
idle.
- Rclone: Added unit tests

### Changed

- Renamed the project: Scribe :arrow_forward: VolSync
- CRD group has changed from `scribe.backube` to `volsync.backube`
- CRD status Conditions changed from operator-lib to the implementation in
apimachinery

### Fixed

- Restic: Fixed error when the volume is empty

## [0.2.0] - 2021-05-26

### Added
Expand Down Expand Up @@ -35,6 +56,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

[Unreleased]: https://github.com/backube/volsync/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/backube/volsync/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/backube/volsync/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/backube/volsync/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/backube/volsync/releases/tag/v0.1.0
26 changes: 13 additions & 13 deletions helm/volsync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ keywords:
- storage
annotations: # https://artifacthub.io/docs/topics/annotations/helm/
# Changelog for current chart & app version
# Prefix w/ added, changed, deprecated, removed, fixed and security
# Kinds: added, changed, deprecated, removed, fixed, and security
artifacthub.io/changes: |
- kind: added
description: Support for creating Restic backups
description: Introduced internal "Mover" interface to make adding/maintaining data movers more modular
- kind: added
description: Metrics for monitoring replication status
description: Added a Condition on the CRs to indicate whether they are synchronizing or idle
- kind: added
description: Support for manually triggering replication
description: Rclone - Added unit tests
- kind: changed
description: Renamed project - Scribe is now VolSync
- kind: changed
description: CRD group has changed from `scribe.backube` to `volsync.backube`
- kind: changed
description: CRD status Conditions changed from operator-lib to the implementation in apimachinery
- kind: fixed
description: Fixed deployment on OpenShift w/ deployments not named "volsync"
- kind: fixed
description: Support retries in rsync pod to tolerate Submariner DNS delays
- kind: fixed
description: Custom rsync port number was being ignored
- kind: fixed
description: Don't overwrite annotations on the rsync Service
description: Restic - Fixed error when the volume is empty
artifacthub.io/crds: |
- kind: ReplicationDestination
version: v1alpha1
Expand All @@ -58,10 +58,10 @@ kubeVersion: "^1.17.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.2.0"
version: "0.3.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.2.0"
appVersion: "0.3.0"

0 comments on commit 2312867

Please sign in to comment.