Skip to content

Releases: eitco/cluster-api-addon-provider-cdk8s

v1.0.0-beta.1

22 Nov 12:00
be055c7

Choose a tag to compare

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

What's Changed

  • 🌱 Bumping Crypto Version by @PatrickLaabs in #89
  • 🌱 Bump k8s.io/apimachinery from 0.34.1 to 0.34.2 by @dependabot[bot] in #85
  • 🌱 Bump k8s.io/api from 0.34.1 to 0.34.2 by @dependabot[bot] in #87
  • 🌱 Bump k8s.io/component-base from 0.34.1 to 0.34.2 by @dependabot[bot] in #86
  • 🌱 Bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in #90
  • 🐛 Fixed apply-Logic to target cluster, to avoid race-conditions by @PatrickLaabs in #92
  • 🌱 Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #95
  • 🌱 Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #94
  • Adding some documentations and a user story by @PatrickLaabs in #93
  • 🌱 Pinned a few APK versions, hadolint ignore for word globbing by @PatrickLaabs in #96
  • 🌱 Switched version management to Makefile by @PatrickLaabs in #97

Full Changelog: v1.0.0-alpha.12...v1.0.0-beta.1

v1.0.0-alpha.12

11 Nov 08:38

Choose a tag to compare

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

What's Changed

  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 by @dependabot[bot] in #78
  • chore: Shrinking Container Image size by @PatrickLaabs in #75
  • 🐛 Fixing Dockerfile builds to use the correct images by @PatrickLaabs in #80
  • 🌱 Bump sigs.k8s.io/controller-runtime from 0.22.3 to 0.22.4 by @dependabot[bot] in #84
  • 🌱 Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #82
  • 🌱 Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by @dependabot[bot] in #81
  • 🌱 Bump sigs.k8s.io/cluster-api/test from 1.11.2 to 1.11.3 by @dependabot[bot] in #83

Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12

v1.0.0-alpha.11

31 Oct 17:47
cc442f7

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11

v1.0.0-alpha.10

24 Oct 10:14
e1ad2f9

Choose a tag to compare

What's Changed

  • 🌱 Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #23
  • 🌱 Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #16
  • ✨ Update dependabot.yml by @PatrickLaabs in #24
  • 🐛 fixing triviy scan by @PatrickLaabs in #25
  • 🌱 Bump actions/checkout from 4 to 5 by @dependabot[bot] in #26
  • 🌱 changing import ordering by @PatrickLaabs in #27
  • 🌱 chore: bumping go version to 1.25.0 by @PatrickLaabs in #29
  • 🌱 Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #34
  • 🌱 Bump github.com/onsi/gomega from 1.38.0 to 1.38.1 by @dependabot[bot] in #38
  • 🌱 Bump go.uber.org/mock from 0.5.2 to 0.6.0 by @dependabot[bot] in #37
  • 🌱 Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 by @dependabot[bot] in #42
  • 🌱 Bump github.com/spf13/pflag from 1.0.7 to 1.0.8 by @dependabot[bot] in #41
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 by @dependabot[bot] in #40
  • 📖 Adding quickstart documentation by @PatrickLaabs in #33
  • 🌱 Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #39
  • 🌱 Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #47
  • 🌱 Bump github.com/spf13/pflag from 1.0.8 to 1.0.10 by @dependabot[bot] in #45
  • 🌱 Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #44
  • calico step was missing by @MartinGers in #49
  • feat: added documentation highlighting how to play around with cdk8s … by @Bertin19 in #50
  • 🌱 Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #52
  • 🌱 Bump softprops/action-gh-release from 2.3.3 to 2.4.1 by @dependabot[bot] in #56
  • 🌱 Bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 by @dependabot[bot] in #54
  • 🌱 Bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 by @dependabot[bot] in #53
  • ⚠️ Feature: Adding the option to pull from a private repository by @PatrickLaabs in #58

New Contributors

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.10

v1.0.0-alpha.8

10 Aug 15:56
d4a83bc

Choose a tag to compare

What's Changed

  • 🐛 fixing path handling provided by the user via the api type by @PatrickLaabs in #22

Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8

v1.0.0-alpha.7

01 Aug 18:16
b94acaa

Choose a tag to compare

What's Changed

  • 📖 Updating documentations, deleting some that are no longer useful by @PatrickLaabs in #7
  • 🌱 Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #1
  • [WIP] ✨Adding e2e tests by @PatrickLaabs in #11
  • 🐛 Fixed manifest for our caapc controller to remove the variant by @PatrickLaabs in #18

New Contributors

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.7

v1.0.0-alpha.6

21 Jul 16:00

Choose a tag to compare

What's Changed

  • 📖 Updating documentations, deleting some that are no longer useful by @PatrickLaabs in #7
  • 🌱 Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #1

New Contributors

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.6

v1.0.0-alpha.3

17 Jul 10:20

Choose a tag to compare

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.

v1.0.0-alpha.2

17 Jul 10:05
19326da

Choose a tag to compare

🚨 This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an issue.