Skip to content

Commit

Permalink
Merge pull request #34 from jelmersnoeck/prepare-v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0 upgrade notes.
  • Loading branch information
jelmersnoeck authored Oct 31, 2018
2 parents f6d63ad + 4c286c9 commit 12edec6
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 12edec6

Please sign in to comment.