Skip to content

Commit

Permalink
Bump v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Jun 10, 2021
1 parent 37e25e7 commit 2948d6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v0.3.0] - 2021-06-10

### Added

- SLI plugins support.
Expand Down Expand Up @@ -52,6 +54,7 @@
- Support raw query based SLI.
- Kubernetes (prometheus-operator) CRD generation support.

[unreleased]: https://github.com/slok/sloth/compare/v0.2.0...HEAD
[unreleased]: https://github.com/slok/sloth/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/slok/sloth/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/slok/sloth/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/slok/sloth/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion deploy/kubernetes/sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
serviceAccountName: sloth
containers:
- name: sloth
image: slok/sloth:v0.2.0
image: slok/sloth:v0.3.0
args:
- kubernetes-controller
ports:
Expand Down

0 comments on commit 2948d6d

Please sign in to comment.