Skip to content

Releases: TwiN/k8s-ttl-controller

v1.3.0

16 Dec 01:58
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump k8s.io/client-go from 0.27.2 to 0.27.3 by @dependabot in #36
  • build(deps): Bump k8s.io/client-go from 0.27.3 to 0.27.4 by @dependabot in #37
  • build(deps): Bump k8s.io/client-go from 0.27.4 to 0.28.0 by @dependabot in #43
  • build(deps): Bump k8s.io/client-go from 0.28.0 to 0.28.1 by @dependabot in #45
  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #48
  • build(deps): Bump docker/login-action from 2 to 3 by @dependabot in #50
  • build(deps): Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #51
  • build(deps): Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #49
  • build(deps): Bump k8s.io/client-go from 0.28.1 to 0.28.2 by @dependabot in #55
  • build(deps): Bump docker/build-push-action from 4 to 5 by @dependabot in #52
  • build(deps): Bump k8s.io/client-go from 0.28.2 to 0.28.3 by @dependabot in #60
  • build(deps): Bump k8s.io/client-go from 0.28.3 to 0.28.4 by @dependabot in #62
  • build(deps): Bump actions/setup-go from 4 to 5 by @dependabot in #64
  • build(deps): Bump k8s.io/client-go from 0.28.4 to 0.29.0 by @dependabot in #66

Full Changelog: v1.2.2...v1.3.0

v1.2.2

19 May 22:17
0aa6356
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump k8s.io/client-go from 0.26.3 to 0.27.0 by @dependabot in #27
  • build(deps): Bump k8s.io/client-go from 0.27.0 to 0.27.1 by @dependabot in #30
  • build(deps): Bump k8s.io/client-go from 0.27.1 to 0.27.2 by @dependabot in #32

Full Changelog: v1.2.1...v1.2.2

v1.2.1

06 Apr 01:37
4d25de9
Compare
Choose a tag to compare
  • build: Add support for arm64
  • chore: Update Go to 1.20

v1.2.0

15 Nov 04:00
Compare
Choose a tag to compare

feat: Events are now created when expired resources are deleted and when expired resources are unable to be deleted

v1.1.1

10 Oct 01:43
Compare
Choose a tag to compare
  • chore: Set UserAgent to k8s-ttl-controller/1.0 on Kubernetes client configuration
  • ci: Bump docker/build-push-action to v3 and add stable tag

v1.1.0

05 Oct 00:20
Compare
Choose a tag to compare
  • feat: Implement paging on list operations
  • fix: Increase list timeout to 60s
  • fix: Increase ExecutionTimeout to 20m for large clusters

v1.0.0

26 Aug 04:18
Compare
Choose a tag to compare
  • First stable release
  • chore: Update Go to 1.19

v0.0.3

05 Aug 00:53
Compare
Choose a tag to compare

fix: Add list timeout to prevent one type of resource from causing execution timeout

v0.0.2

28 Jul 22:03
Compare
Choose a tag to compare
  • perf: Backoff after each delete attempt
  • legal: Update license from Apache 2 to MIT

v0.0.1

08 Jul 02:33
Compare
Choose a tag to compare

First release