Skip to content

Commit

Permalink
add upgrade notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmersnoeck committed Oct 31, 2018
1 parent f6d63ad commit 4c286c9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## v0.2.0 - 2018-10-31

### Added

Expand All @@ -17,13 +17,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Correct RBAC rules for the ServiceAccount.
- Fixed an issue where StatusCake is returning another error for empty data updates.

### Changed

- Set up lower resource requests/limits for the Deployment.
- MonitorTemplate is now namespace scoped instead of cluster scoped.
- The operator now uses cache informers to reconcile state.

### Upgrade Path

- Stop the operator
- Remove the MonitorTemplate and Provider CRD specifications
- Update your own MonitorTemplate and Provider templates to be namespaced
- Apply the new MonitorTemplate and Provider CRD specifications
- Apply the new MonitorTemplate and Provider templates
- Run the new operator

## v0.1.1 - 2018-09-02

### Fixed
Expand Down

0 comments on commit 4c286c9

Please sign in to comment.