Skip to content

Commit

Permalink
Update changelog and prepare for release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Mar 11, 2021
1 parent 8897df9 commit 50691ed
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ 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).

## [v2.0.0]
### Changed

- Upgrade K8up chart to v1.0.3 release with seperate CRD deployment([#20])
- Expose all Helm values ([#20])
- Removed `image` parameter, they are available via Helm values ([#20])
- Removed `tz` parameter, its available in Helm values ([#20])
- Set `Etc/UTC` as default Timezone ([#20])
- Replaced internal parameter usage of `customer.name` with `cluster.tenant` ([#20])

## [v1.0.0]
### Added
- Initial implementation
- Introduce paramter for confiugring the Prometheus name ([#11])
- Introduce parameter for configuring the Prometheus name ([#11])
- Add alert for slow backup jobs ([#19])

### Changed
Expand All @@ -18,15 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Option to disable the component
- Move alert definitions to parameters ([#18])
- Adjust K8upJobStuck alert configuration ([#10])
- Upgrade K8up chart to v1.0.1 release with seperate CRD deployment([#20])
- Expose all Helm values ([#20])
- Removed `image` parameter, they are available via Helm values ([#20])
- Removed `tz` parameter, its available with same default value set in Helm values ([#20])
- Set `Etc/UTC` as default Timezone ([#20])


[Unreleased]: https://github.com/projectsyn/component-backup-k8up/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/projectsyn/component-backup-k8up/compare/v2.0.0...HEAD
[v1.0.0]: https://github.com/projectsyn/component-backup-k8up/releases/tag/v1.0.0
[v2.0.0]: https://github.com/projectsyn/component-backup-k8up/releases/tag/v1.0.0

[#2]: https://github.com/projectsyn/component-backup-k8up/pull/2
[#6]: https://github.com/projectsyn/component-backup-k8up/pull/6
Expand Down

0 comments on commit 50691ed

Please sign in to comment.