Skip to content

Commit

Permalink
release(v0.2.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.2.0 release.

Signed-off-by: Utku Ozdemir <[email protected]>
  • Loading branch information
utkuozdemir committed Aug 14, 2024
1 parent a09759e commit 926413a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## [kube-service-exposer 0.2.0](https://github.com/siderolabs/kube-service-exposer/releases/tag/v0.2.0) (2024-08-14)

Welcome to the v0.2.0 release of kube-service-exposer!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/kube-service-exposer/issues.

### Contributors

* Utku Ozdemir

### Changes
<details><summary>1 commit</summary>
<p>

* [`a09759e`](https://github.com/siderolabs/kube-service-exposer/commit/a09759e70e1c326738a2d403f1973b00ee16429c) fix: prevent the goroutine leak from lb health checks
</p>
</details>

### Dependency Changes

* **golang.org/x/sync** v0.7.0 -> v0.8.0
* **k8s.io/api** v0.30.2 -> v0.30.3
* **k8s.io/client-go** v0.30.3 **_new_**
* **k8s.io/utils** fe8a2dddb1d0 -> 18e509b52bc8
* **sigs.k8s.io/controller-runtime** v0.18.4 -> v0.18.5

Previous release can be found at [v0.1.4](https://github.com/siderolabs/kube-service-exposer/releases/tag/v0.1.4)

## [kube-service-exposer 0.1.3](https://github.com/siderolabs/kube-service-exposer/releases/tag/v0.1.3) (2024-06-20)

Welcome to the v0.1.3 release of kube-service-exposer!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ project_name = "kube-service-exposer"
github_repo = "siderolabs/kube-service-exposer"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v0.1.2"
previous = "v0.1.4"

2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.4
v0.2.0

0 comments on commit 926413a

Please sign in to comment.