Skip to content

Releases: enix/kube-image-keeper

v2.0.0-alpha.8

31 Jul 14:38
Compare
Choose a tag to compare
v2.0.0-alpha.8 Pre-release
Pre-release

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

  • add Scheduled and UnavailableSecret Image monitoring status (db5f70b)
  • metrics: add unused label on images and tasks (e96989a)

v2.0.0-alpha.7

29 Jul 09:52
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

2.0.0-alpha.7 (2025-07-29)

Bug Fixes

  • helm: allow manager to get, list and watch secrets (6953d32)

v2.0.0-alpha.6

29 Jul 08:46
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

2.0.0-alpha.6 (2025-07-29)

Features

  • registry monitors auto-discovery (create registry monitors with default values for registries used in the cluster) (f62f32f)
  • use secrets from pod to authenticate image scans (aac91fb)

v2.0.0-alpha.5

28 Jul 08:04
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

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

25 Jul 12:51
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

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

23 Jul 16:30
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2025-07-23)

Bug Fixes

  • use one monitor pool per registry (31b91f2)

Features

  • add image upstream status (4d6a633)
  • helm: create default registry monitors on installs and upgrades (fd3c68a)
  • metrics: add registry_monitor_images metric (6ccb41b)
  • metrics: add registry_monitor_tasks_total metric (b86afd8)
  • metrics: setup prometheus exporter and export manager metrics (2de00fd)

v2.0.0-alpha.2

17 Jul 16:41
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2025-07-17)

Bug Fixes

  • chart: default repositories in values is quay.io (b35e396)

v2.0.0-alpha.1

17 Jul 16:24
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

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!

v1.13.1

08 Apr 13:10
Compare
Choose a tag to compare

1.13.1 (2025-04-08)

Bug Fixes

  • helm: remove -metrics-secure flag in proxy (a9cc632)

v1.13.0

26 Mar 10:55
Compare
Choose a tag to compare

1.13.0 (2025-03-26)

Bug Fixes

  • deps: upgrade dependencies to fix security vulnerabilities (df8c768)
  • disable tls on metrics endpoint (4910558)

Features

  • helm: add imagepullsecrets to garbage-collector-cron-job.yaml (d406804)
  • helm: add securityContext to registry init containers (b46ac28)
  • helm: securityContext for garbage collection pod (36b5752)