Skip to content
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
3 changes: 0 additions & 3 deletions .changes/unreleased/1789291509822513922-b3b9.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/1789328289691721372-8d14.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/1789333102824105934-9988.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/1789371835880909921-47f7.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
rios0rios0 marked this conversation as resolved.

## [1.19.0] - 2026-09-09

### Added
Expand Down