Skip to content

Commit

Permalink
chore(master): release 0.19.0 (#53)
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 Jan 10, 2023
1 parent d95aa1f commit 7973c8a
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.19.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.18.0...v0.19.0) (2023-01-10)


### ⚠ BREAKING CHANGES

* Update kube to 0.78 and k8s-openapi to 0.17 ([#52](https://github.com/hendrikmaus/kube-leader-election/issues/52))

### Features

* Update kube to 0.78 and k8s-openapi to 0.17 ([#52](https://github.com/hendrikmaus/kube-leader-election/issues/52)) ([d246856](https://github.com/hendrikmaus/kube-leader-election/commit/d24685682116bfac5dd3d892b0f32a444037fff0))


### Bug Fixes

* update kube dev dependency as well ([d95aa1f](https://github.com/hendrikmaus/kube-leader-election/commit/d95aa1f265f416a1954b354b4c15adbe2f88947c))

## [0.18.0](https://github.com/hendrikmaus/kube-leader-election/compare/v0.17.0...v0.18.0) (2022-12-15)


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.18.0"
version = "0.19.0"
edition = "2018"
authors = ["Hendrik Maus <[email protected]>"]
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.18.0"
kube-leader-election = "0.19.0"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 7973c8a

Please sign in to comment.