From cfb91249b3dcd3e405a1f1861723832c950b6891 Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Sat, 31 Aug 2024 08:18:29 +0200 Subject: [PATCH] Bump v2.7.0 Signed-off-by: Xabier Larrakoetxea --- CHANGELOG.md | 10 +++++++++- Readme.md | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fdf86..4ed090c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Readme.md b/Readme.md index 1054c35..97e64fb 100644 --- a/Readme.md +++ b/Readme.md @@ -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. @@ -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 | ✔ | ✔ |