Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(v0.1.3): prepare release #8

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## [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!



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

### Contributors

* Dmitriy Matrenichev
* Andrey Smirnov
* Artem Chernyshev
* Spencer Smith

### Changes
<details><summary>3 commits</summary>
<p>

* [`03f8b87`](https://github.com/siderolabs/kube-service-exposer/commit/03f8b87d5b3a1c98ff339fa41a0c84ca174b6741) fix: bump healthcheck timeouts to 1 second in the loadbalancer
* [`b26b137`](https://github.com/siderolabs/kube-service-exposer/commit/b26b1374a2eb54ea94fb108540285dd02d8401ea) chore: enable github actions with rekres
* [`a69cf80`](https://github.com/siderolabs/kube-service-exposer/commit/a69cf800dea586ed27c32507d7dba92d919b82d9) chore: add no-op github workflow
</p>
</details>

### Changes from siderolabs/gen
<details><summary>5 commits</summary>
<p>

* [`7654108`](https://github.com/siderolabs/gen/commit/7654108fe6ae15d4765584342709bc0bced6b3d6) chore: add hashtriemap implementation
* [`8485864`](https://github.com/siderolabs/gen/commit/84858640dc9c3032219380885283b995d4f2b0d1) chore: optimize maps.Values and maps.Keys
* [`238baf9`](https://github.com/siderolabs/gen/commit/238baf95e228d40f9f5b765b346688c704052715) chore: add typesafe `SyncMap` and bump stuff
* [`efca710`](https://github.com/siderolabs/gen/commit/efca710d509e6088d7a1a825bd49317df1427639) chore: add `FilterInPlace` method to maps and update module
* [`36a3ae3`](https://github.com/siderolabs/gen/commit/36a3ae312ce03876b2c961a1bcb4ef4c221593d7) feat: update module
</p>
</details>

### Changes from siderolabs/go-loadbalancer
<details><summary>2 commits</summary>
<p>

* [`0639758`](https://github.com/siderolabs/go-loadbalancer/commit/0639758a06785c0c8c65e18774b81d85ab40acdf) chore: bump deps
* [`aab4671`](https://github.com/siderolabs/go-loadbalancer/commit/aab4671fae0d14662a8d7167829c8c6725d28b38) chore: rekres, update dependencies
</p>
</details>

### Changes from siderolabs/go-retry
<details><summary>1 commit</summary>
<p>

* [`23b6fc2`](https://github.com/siderolabs/go-retry/commit/23b6fc21e54e702f324dbdd2576b6c7c60fb7bd5) fix: provider modern error unwrapping
</p>
</details>

### Dependency Changes

* **github.com/go-logr/zapr** v1.2.4 -> v1.3.0
* **github.com/siderolabs/gen** v0.4.5 -> v0.5.0
* **github.com/siderolabs/go-loadbalancer** v0.3.2 -> v0.3.4
* **github.com/siderolabs/go-retry** v0.3.2 -> v0.3.3
* **github.com/spf13/cobra** v1.7.0 -> v1.8.1
* **github.com/stretchr/testify** v1.8.4 -> v1.9.0
* **go.uber.org/zap** v1.24.0 -> v1.27.0
* **golang.org/x/sync** v0.3.0 -> v0.7.0
* **k8s.io/api** v0.27.3 -> v0.30.2
* **k8s.io/apimachinery** v0.27.3 -> v0.30.2
* **k8s.io/utils** a36077c30491 -> fe8a2dddb1d0
* **sigs.k8s.io/controller-runtime** v0.15.0 -> v0.18.4

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

4 changes: 1 addition & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ project_name = "kube-service-exposer"
github_repo = "siderolabs/kube-service-exposer"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

# previous = -
# pre_release = true
previous = "v0.1.2"

# [notes]
Loading