Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
  • Loading branch information
slok committed Oct 25, 2019
1 parent 1ada43e commit 9fa3344
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
## 0.2.0 / 2018-11-14

This release breaks the CRD apiVersion and the current registered CRDs needs to be re registered with `apiVersion: monitoring.spotahome.com/v1alpha1`.
## [Unreleased]
### Added
- Default SLI input configurations for the SLOs that don't have SLI inputs.

* [CHANGE] Move CRD api from `apiVersion: measure.slok.xyz/v1alpha1` to `apiVersion: monitoring.spotahome.com/v1alpha1`.
* [CHANGE] Move repository from github.com/slok/service-level-operator to github.com/spotahome/service-level-operator.
* [FEATURE] Add Grafana dashboard.
## [0.2.0] - 2018-11-14
### Added
- Grafana dashboard.

## 0.1.0 / 2018-10-31
### Changed
- Move CRD api from `apiVersion: measure.slok.xyz/v1alpha1` to `apiVersion: monitoring.spotahome.com/v1alpha1`.
- Move repository from github.com/slok/service-level-operator to github.com/spotahome/service-level-operator.

* [FEATURE] Add prometheus metrics for the SLI processing flow.
* [FEATURE] Add deploy example manifests for Kubernetes.
* [FEATURE] Add Prometheus SLI inputs and SLI result outputs.
* [FEATURE] Add operator.
* [FEATURE] Add service level CRD.
## [0.1.0] - 2018-10-31
### Added
- Prometheus metrics for the SLI processing flow.
- Deploy example manifests for Kubernetes.
- Prometheus SLI inputs and SLI result outputs.
- Operator.
- Service level CRD.

[Unreleased]: https://github.com/spotahome/service-level-operator/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/spotahome/service-level-operator/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/spotahome/service-level-operator/releases/tag/v0.1.0

0 comments on commit 9fa3344

Please sign in to comment.