Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 3, 2021
1 parent 4fed088 commit 78c4849
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## Version 0.3.0 (2021-07-03)

### Features and improvements

* [[`ef8c6203`](https://github.com/ckotzbauer/chekr/commit/ef8c6203)] - **feat**: Updated Kubernetes deprecations
* [[`aec69f7c`](https://github.com/ckotzbauer/chekr/commit/aec69f7c)] - **feat**: add port-forwarding for prometheus-query url close #38
* [[`376a462c`](https://github.com/ckotzbauer/chekr/commit/376a462c)] - **feat**: filter by annotations close #42
* [[`46dda87f`](https://github.com/ckotzbauer/chekr/commit/46dda87f)] - **feat**: exit with error, if deprecations found close #49

### Bug fixes

* [[`f54c75ae`](https://github.com/ckotzbauer/chekr/commit/f54c75ae)] - **fix**: quit on missing metrics

### Cleanup and refactoring

* [[`5fa0f015`](https://github.com/ckotzbauer/chekr/commit/5fa0f015)] - **cleanup**: go mod tidy

### Documentation

* [[`4fed088f`](https://github.com/ckotzbauer/chekr/commit/4fed088f)] - **doc**: updates for 0.3.0

### Dependency updates

* [[`a13384e7`](https://github.com/ckotzbauer/chekr/commit/a13384e7)] - **deps**: update module github.com/spf13/cobra to v1.2.1 (#53)
* [[`9a6b2180`](https://github.com/ckotzbauer/chekr/commit/9a6b2180)] - **deps**: Bump actions/setup-node from 2.1.5 to 2.2.0 (#52)
* [[`49b07e55`](https://github.com/ckotzbauer/chekr/commit/49b07e55)] - **deps**: update kubernetes versions to v0.21.2 (#50)
* [[`e84f8229`](https://github.com/ckotzbauer/chekr/commit/e84f8229)] - **deps**: update alpine docker tag to v3.14 (#51)
* [[`e7a047fb`](https://github.com/ckotzbauer/chekr/commit/e7a047fb)] - **deps**: update module github.com/prometheus/common to v0.29.0 (#48)
* [[`2a9bb305`](https://github.com/ckotzbauer/chekr/commit/2a9bb305)] - **deps**: update module github.com/prometheus/common to v0.27.0 (#46)


## Version 0.2.0 (2021-06-03)

### Features and improvements
Expand Down

0 comments on commit 78c4849

Please sign in to comment.