diff --git a/.changes/unreleased/1789291509822513922-b3b9.yaml b/.changes/unreleased/1789291509822513922-b3b9.yaml deleted file mode 100644 index ca85def..0000000 --- a/.changes/unreleased/1789291509822513922-b3b9.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: 'Changed' -body: 'changed the Go module dependencies to their latest versions' -time: '2026-09-13T09:25:09.822513922Z' diff --git a/.changes/unreleased/1789328289691721372-8d14.yaml b/.changes/unreleased/1789328289691721372-8d14.yaml deleted file mode 100644 index aed7831..0000000 --- a/.changes/unreleased/1789328289691721372-8d14.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: 'Fixed' -body: 'pinned k8s.io/kube-openapi to the version compatible with the pinned k8s.io/apimachinery and k8s.io/client-go release, resolving a structured-merge-diff v6/v7 type mismatch that broke the build' -time: '2026-09-13T19:38:09.691654926Z' diff --git a/.changes/unreleased/1789333102824105934-9988.yaml b/.changes/unreleased/1789333102824105934-9988.yaml deleted file mode 100644 index 93e00ef..0000000 --- a/.changes/unreleased/1789333102824105934-9988.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: 'Changed' -body: 'replaced `k8s.io/client-go` with a direct `coordination.k8s.io/v1` REST adapter over `net/http` for the cross-pod webhook dedup Lease backend, removing ~40 transitive modules, the recurring `structured-merge-diff` version skew, and two permanent `govulncheck` false positives; the RBAC the bot needs is unchanged' -time: '2026-09-13T20:58:22.824019637Z' diff --git a/.changes/unreleased/1789371835880909921-47f7.yaml b/.changes/unreleased/1789371835880909921-47f7.yaml deleted file mode 100644 index 5dd5c77..0000000 --- a/.changes/unreleased/1789371835880909921-47f7.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: 'Changed' -body: 'corrected the `CLAUDE.md` feature catalog to state the 1 MiB project-guidelines and 64 KiB PR-description bounds, matching the code and the rest of the document' -time: '2026-09-14T07:43:55.88083661Z' diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e68435..2f851eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,18 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha ## [Unreleased] +## [1.19.1] - 2026-09-14 + +### Changed + +- changed the Go module dependencies to their latest versions +- corrected the `CLAUDE.md` feature catalog to state the 1 MiB project-guidelines and 64 KiB PR-description bounds, matching the code and the rest of the document +- replaced `k8s.io/client-go` with a direct `coordination.k8s.io/v1` REST adapter over `net/http` for the cross-pod webhook dedup Lease backend, removing ~40 transitive modules, the recurring `structured-merge-diff` version skew, and two permanent `govulncheck` false positives; the RBAC the bot needs is unchanged + +### Fixed + +- pinned k8s.io/kube-openapi to the version compatible with the pinned k8s.io/apimachinery and k8s.io/client-go release, resolving a structured-merge-diff v6/v7 type mismatch that broke the build + ## [1.19.0] - 2026-09-09 ### Added