Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit 4b91280

Browse files
authored
Merge pull request #187 from JohnStrunk/prep-0.2
Housekeeping for v0.2.0 release
2 parents 0a06a2a + ad10a32 commit 4b91280

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-05-26
11+
12+
### Added
13+
14+
- Support for restic backups
15+
- Metrics for monitoring replication
16+
- Scribe CLI (kubectl plugin)
17+
- Support for manually triggering replication instead of via schedule
18+
19+
### Changed
20+
21+
- Move to operator-sdk 1.7.2
22+
- Use ubi-minimal for controller base image
23+
24+
### Fixed
25+
26+
- Fix deployment on OpenShift using Helm w/ deployments not named "scribe"
27+
- Support retries w/in rsync pod to tolerate Submariner DNS delays (globalnet)
28+
- Custom rsync port number was being ignored
29+
- Don't overwrite annotations on the rsync Service
30+
1031
## [0.1.0] - 2021-02-10
1132

1233
### Added
1334

1435
- Support for rsync & rclone replication
1536
- Helm chart to deploy operator
1637

17-
[Unreleased]: https://github.com/backube/scribe/compare/v0.1.0...HEAD
38+
[Unreleased]: https://github.com/backube/scribe/compare/v0.2.0...HEAD
39+
[0.2.0]: https://github.com/backube/scribe/compare/v0.1.0...v0.2.0
1840
[0.1.0]: https://github.com/backube/scribe/releases/tag/v0.1.0

helm/scribe/Chart.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,30 @@ maintainers:
1111
1212
url: https://github.com/JohnStrunk
1313
keywords:
14+
- backup
1415
- csi
1516
- data
1617
- disaster recovery
1718
- replication
1819
- storage
19-
annotations:
20+
annotations: # https://artifacthub.io/docs/topics/annotations/helm/
2021
# Changelog for current chart & app version
21-
# Prefix w/ Added/Changed/Deprecated/Fixed/Removed/Security
22+
# Prefix w/ added, changed, deprecated, removed, fixed and security
2223
artifacthub.io/changes: |
23-
- Added - Restic mover
24+
- kind: added
25+
description: Support for creating Restic backups
26+
- kind: added
27+
description: Metrics for monitoring replication status
28+
- kind: added
29+
description: Support for manually triggering replication
30+
- kind: fixed
31+
description: Fixed deployment on OpenShift w/ deployments not named "scribe"
32+
- kind: fixed
33+
description: Support retries in rsync pod to tolerate Submariner DNS delays
34+
- kind: fixed
35+
description: Custom rsync port number was being ignored
36+
- kind: fixed
37+
description: Don't overwrite annotations on the rsync Service
2438
artifacthub.io/crds: |
2539
- kind: ReplicationDestination
2640
version: v1alpha1

0 commit comments

Comments
 (0)