Skip to content

Commit

Permalink
Bump v2.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Aug 31, 2024
1 parent 83f2c23 commit cfb9124
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [2.7.0] - 2024-08-31

### Changed

- Update to Kubernetes v1.31.
- Update to Go v1.23.

## [2.6.0] - 2024-03-31

### Changed
Expand Down Expand Up @@ -202,7 +209,8 @@ Breaking: Webhook constructors now need a tracer.
- Static mutating webhook.
- Handler creator for webhooks.

[unreleased]: https://github.com/slok/kubewebhook/compare/v2.6.0...HEAD
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/slok/kubewebhook/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/slok/kubewebhook/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/slok/kubewebhook/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/slok/kubewebhook/compare/v2.3.0...v2.4.0
Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![GoDoc](https://godoc.org/github.com/slok/kubewebhook/v2?status.svg)][godoc-url]
[![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/slok/kubewebhook/master/LICENSE)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/slok/kubewebhook)](https://github.com/slok/kubewebhook/releases/latest)
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.29-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)
![Kubernetes release](https://img.shields.io/badge/Kubernetes-v1.31-green?logo=Kubernetes&style=flat&color=326CE5&logoColor=white)

Kubewebhook is a small Go framework to create [external admission webhooks][aw-url] for Kubernetes.

Expand Down Expand Up @@ -107,6 +107,7 @@ To know the validated compatibility, check the integration tests on CI.

| Kubewebhook | Kubernetes | Admission reviews | Dynamic webhooks | [OpenTelemetry] tracing |
| ----------- | ----------------------- | ----------------- | ---------------- | ----------------------- |
| v2.7 | 1.31, 1.30, 1.29, 1.28 | v1beta1, v1 | ✔ | ✔ |
| v2.6 | 1.29, 1.28, 1.27, 1.26 | v1beta1, v1 | ✔ | ✔ |
| v2.5 | 1.25 | v1beta1, v1 | ✔ | ✔ |
| v2.4 | 1.24 | v1beta1, v1 | ✔ | ✔ |
Expand Down

0 comments on commit cfb9124

Please sign in to comment.