Skip to content

Commit

Permalink
chore(master): release 0.12.0 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 18, 2022
1 parent 43f970d commit 075a539
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.12.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.11.0...v0.12.0) (2022-05-18)


### ⚠ BREAKING CHANGES

* Update kube requirement from 0.71 to 0.72 (#35)

### Features

* Update kube requirement from 0.71 to 0.72 ([#35](https://github.com/hendrikmaus/kube-leader-election/issues/35)) ([f190dc4](https://github.com/hendrikmaus/kube-leader-election/commit/f190dc4ae42f0ad43f19b8a47a4de37e7471d5bd))


### Bug Fixes

* Reduce severity of 'successfully renewed lease' logging to DEBUG ([#36](https://github.com/hendrikmaus/kube-leader-election/issues/36)) ([43f970d](https://github.com/hendrikmaus/kube-leader-election/commit/43f970d577f9e7e55abd5c3107e97740bd3d1309))

## [0.11.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.10.2...v0.11.0) (2022-04-14)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kube-leader-election"
version = "0.11.0"
version = "0.12.0"
edition = "2018"
authors = ["Hendrik Maus <aidentailor@gmail.com>"]
description = "Leader election implementations for Kubernetes workloads"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library provides simple leader election for Kubernetes workloads.
<!-- x-release-please-start-version -->
```toml
[dependencies]
kube-leader-election = "0.11.0"
kube-leader-election = "0.12.0"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 075a539

Please sign in to comment.