Skip to content

Releases: enix/kube-image-keeper

v1.10.0

09 Oct 13:40
Compare
Choose a tag to compare

1.10.0 (2024-10-09)

Bug Fixes

  • cachedimages with non-nil expiresAt where not updated (5631715)
  • controller: re-enable some metrics disabled by mistake (8c437be)
  • http connection leak in NewBearer() (3d7560d), closes #378
  • ignore pod patching failures during startup (d3bc9f1)
  • replace unmaintained parabuzzle/craneoperator with joxit/docker-registry-ui (367b894)
  • repository LastUpdate status wasn't updated (94e4907)

Features

  • helm: add customizable garbage collection deadline (1129d0d)
  • helm: add nodeSelector to GC pod (ee3c2c1)
  • helm: add resources for garbage collector cronjob (482dc6b)

v1.9.3

07 Aug 10:16
Compare
Choose a tag to compare

1.9.3 (2024-08-07)

Bug Fixes

  • expired cachedimages with pull errors were not deleted (5fe3ef2)

v1.9.2

15 Jul 13:43
Compare
Choose a tag to compare

1.9.2 (2024-07-15)

Bug Fixes

  • always use available context (cbbfa60)
  • proxy: return 404 on CachedImage not found instead of 500 (6bbca4f)
  • remove commit message length requirements (65c7f6f)

v1.9.1

01 Jul 09:13
Compare
Choose a tag to compare

1.9.1 (2024-07-01)

Bug Fixes

  • controller: manually add a decoder since its not injected anymore (74c3680)

v1.9.1-beta.1

10 Jun 15:29
Compare
Choose a tag to compare
v1.9.1-beta.1 Pre-release
Pre-release

1.9.1-beta.1 (2024-06-10)

Bug Fixes

  • controller: manually add a decoder since its not injected anymore (74c3680)

v1.9.0

05 Jun 12:14
Compare
Choose a tag to compare

1.9.0 (2024-06-05)

Bug Fixes

  • controller: always keep CachedImage IsCached status updated (172dd7b)
  • controllers: prevent crash at start when some pods are terminating (e189105)
  • remove some unnecessary logs (7285f02)

Features

  • helm: add liveness probe to the controller, proxy and registry (bb2ee9b)

v1.9.0-beta.1

27 May 12:35
Compare
Choose a tag to compare
v1.9.0-beta.1 Pre-release
Pre-release

1.9.0-beta.1 (2024-05-27)

Bug Fixes

  • controller: always keep CachedImage IsCached status updated (172dd7b)
  • remove some unnecessary logs (7285f02)

Features

  • helm: add liveness probe to the controller, proxy and registry (bb2ee9b)

v1.8.1-beta.1

29 Apr 08:26
Compare
Choose a tag to compare
v1.8.1-beta.1 Pre-release
Pre-release

1.8.1-beta.1 (2024-04-29)

Bug Fixes

  • controllers: prevent crash at start when some pods are terminating (e189105)

v1.8.0

09 Apr 12:19
Compare
Choose a tag to compare

1.8.0 (2024-04-09)

Bug Fixes

  • controllers: cache and update expiring images (b5cf03b)
  • controllers: generate repositories names (1548e88)
  • deps: update dependencies (236ac0e)
  • deps: update docker go mod (e563353)
  • docs: update docker registry documentation link (3778eec)

Features

  • ci: add helm upgrade test to the workflow (ce595f4)
  • ci: backport our e2e tests to the release workflow (3a529a6)
  • ci: update Kind image version (da098c5)
  • controllers: add phase status and events to Repositories (5e929f1)
  • controllers: add phase status to CachedImages (00b34ec)
  • controllers: allow to filter images to update in Repository (1f73449)
  • controllers: optionally update repositories at custom interval (ac86d46)
  • Dockerfile: update upstream image version (c7283da)
  • helm: use latest stable docker registry version (6a4b829)
  • Makefile: use fixed version of envtest (1c456b9)
  • workflow: run units tests from k8s 1.24 to 1.29 (ed05c09)

v1.7.1

19 Mar 09:33
73ae82c
Compare
Choose a tag to compare

1.7.1 (2024-03-19)

Bug Fixes

  • README: add details for upgrade to 1.7.x since we move CRDs location (73ae82c)