Skip to content

Releases: enix/kube-image-keeper

v2.0.0-beta.12

24 Nov 15:50

Choose a tag to compare

v2.0.0-beta.12 Pre-release
Pre-release

2.0.0-beta.12 (2025-11-24)

Features

  • inject rerouted image pull secret if not already present in the pod (bc45e1d)
  • mirror images according to ClusterImageSetMirrors (3a371ae)
  • mirror images according to ImageSetMirrors (3d1737f)
  • reroute images based on (Cluster)ImageMirrorSets (d2553f7)
  • reroute images based on (Cluster)ReplicatedImageSets (bb1c312)
  • use secrets configured in ReplicatedImageSet & ImageMirrorSets to check images availability (70e06f7)

v2.0.0-beta.11

24 Nov 15:13

Choose a tag to compare

v2.0.0-beta.11 Pre-release
Pre-release

2.0.0-beta.11 (2025-11-24)

Bug Fixes

  • create RegistryMonitors for alternative routing/mirroring registries too (3bb7ffb)
  • recreate ImageMonitors on deletion when the required Image and RegistryMonitor exist (76b5e6b)

v2.0.0-beta.9

21 Oct 08:53

Choose a tag to compare

v2.0.0-beta.9 Pre-release
Pre-release

2.0.0-beta.9 (2025-10-21)

Bug Fixes

  • platform amd64 is not recognized (should be linux/amd64) (50aa6e7)

v2.0.0-beta.10

22 Oct 13:33

Choose a tag to compare

v2.0.0-beta.10 Pre-release
Pre-release

2.0.0-beta.10 (2025-10-22)

Bug Fixes

  • webhook: authenticate active monitoring requests (d4d45e4)

v2.0.0-beta.8

14 Oct 15:58

Choose a tag to compare

v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2025-10-14)

Features

  • basic image mirroring (no-auth, amd64 only) (75ced26)
  • create ImageMirrors for Images that match a strategy from the configuration (9a1dddc)
  • mirroring with auth (aa59c20)

v2.0.0-beta.7

07 Oct 15:25

Choose a tag to compare

v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2025-10-07)

Features

  • add timeout to monitoring tasks (active and passive) (70e8756)
  • create one ImageMonitor per matching registry based on routing strategies (c7a5392)
  • helm: allow to populate the config.yaml file (1c71b82)
  • load configuration from file (7625881)
  • optionnal active check when rerouting images (2415181)
  • reroute images based on their availability (b35babd)

v1.14.0

14 Oct 15:59

Choose a tag to compare

1.14.0 (2025-10-14)

Bug Fixes

  • controller: prevent replacing ":" with "-" in CachedImage spec (d5e9713)
  • remove dependency to k8s.io/kubernetes/pkg/credentialprovider (08be8e1)
  • remove false positive error log about missing annotation (84142e1)
  • warn on missing original image annotation on container (eff52f7)

Features

  • helm: add serviceAccount and RBAC create control, change templates, and add unit tests (c471a12)

v1.14.0-beta.2

07 Oct 16:17

Choose a tag to compare

v1.14.0-beta.2 Pre-release
Pre-release

1.14.0-beta.2 (2025-10-07)

Bug Fixes

  • remove false positive error log about missing annotation (84142e1)

v1.14.0-beta.1

17 Sep 13:57

Choose a tag to compare

v1.14.0-beta.1 Pre-release
Pre-release

1.14.0-beta.1 (2025-09-17)

Bug Fixes

  • controller: prevent replacing ":" with "-" in CachedImage spec (d5e9713)
  • remove dependency to k8s.io/kubernetes/pkg/credentialprovider (08be8e1)
  • warn on missing original image annotation on container (eff52f7)

Features

  • helm: add serviceAccount and RBAC create control, change templates, and add unit tests (c471a12)

v2.0.0-beta.6

10 Sep 15:42

Choose a tag to compare

v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2025-09-10)

Bug Fixes

  • helm: set default unusedImageTTL to 24 hours (0185ae1)