Releases: enix/kube-image-keeper
Releases · enix/kube-image-keeper
v2.0.0-alpha.8
2.0.0-alpha.8 (2025-07-31)
Bug Fixes
- allow auto creation of registry monitors for registries with a port (b2bd000)
- GetKeychains always returns at least 1 keychain (74f6e05)
Features
v2.0.0-alpha.7
v2.0.0-alpha.6
2.0.0-alpha.6 (2025-07-29)
Features
v2.0.0-alpha.5
2.0.0-alpha.5 (2025-07-28)
Bug Fixes
- helm: add missing Age printcolumn in RegistryMonitor (091a596)
- metrics: init registry_monitor_tasks_total and registry_monitor_images to 0 for all registries and status (bb84c24)
- prevent reconciliation loop when health checking a registry (efb8068)
- use http GET instead of HEAD as ghcr.io doesn't support HEAD /v2/ (58c6020)
Features
- helm: merge registryMonitors.items default values with user supplied values and make it a dict instead of an array (1eb67c8)
v2.0.0-alpha.4
2.0.0-alpha.4 (2025-07-25)
Bug Fixes
- add missing build information (ddeab5a)
- helm: lower default throttling values for RegistryMonitors and add registry.k8s.io and public.ecr.aws (36e5ece)
- prevent ignoring throttling when maxPerInterval > len(images) (3ddee0b)
- set a default value for registymonitor.interval (10m) (a100b7f)
Features
- add a status "Unreachable" in image upstream status and record last error in the image status (8031cc0)
- add QuotaExceeded image status (394a92f)
- add registryMonitor.status.registryStatus to keep track of registries health (531df0f)
- metrics: add detailed status in registry_monitor_tasks_total metric (a73527d)
- metrics: add registry_monitor_registries metric (2b084f7)
v2.0.0-alpha.3
v2.0.0-alpha.2
v2.0.0-alpha.1
2.0.0-alpha.1 (2025-07-17)
Bug Fixes
- improve logs and rename badly named images (d5e4458)
- linter errors (fb45e08)
- skip monitoring images with no pods to prevent the random picker to crash (64f962e)
chore
- wipe repository for v2 (ffccda2)
Features
- basic image monitoring without authentication support (13362fd)
- create images from nodes instead of pods and update their status (e574d53)
- create Images from Pods (1a28e55)
- helm chart (3506acf)
- helm: add serviceAccount and RBAC create control, change templates, and add unit tests (c471a12)
- recreate images when deleted while being used (575b1c1)
BREAKING CHANGES
- rebooting the project!