Skip to content

Releases: openmcp-project/cluster-provider-kind

Release v0.0.15

15 Sep 11:49
edcd6b7

Choose a tag to compare

Changes included in v0.0.15:

🚀 Features

  • add script for local development #70
    • [DEVELOPER][FEATURE] Add scripts for enabling local development with cluster-provider-kind.

Release v0.0.14

11 Sep 14:23
6859133

Choose a tag to compare

Changes included in v0.0.14:

🐛 Fixes

  • update dependencies #75
    • [USER][BUGFIX] Update dependencies

Release v0.0.13

11 Sep 10:49
b054310

Choose a tag to compare

Changes included in v0.0.13:

🚀 Features

  • [feature] [operator] add crd manifests to component #73: Add CRD manifests to OCM component

Release v0.0.12

21 Aug 13:43
b3743f1

Choose a tag to compare

Changes included in v0.0.12:

🚀 Features

  • [feature] [developer] deploy ClusterProfile kind #66

📖 Documentation

  • [doc] [user] Improving end user documentation #66

Release v0.0.11

13 Aug 11:40
ab86f35

Choose a tag to compare

Changes included in v0.0.11:

🔧 Chores

  • update build repository #64.

🐛 Fixes

  • [bugfix] [developer] docker IP handling and use repo Dockerfile #62: Fixing docker IP address handling based on running the cluster-provider-kind in a container or outside the cluster.

Release v0.0.9

12 Aug 07:23
fa342ff

Choose a tag to compare

Changes included in v0.0.9:

🚀 Features

  • [feature] [user] set kind runs in container to default #61: Cluster Provider kind assumes to run in a container as default. Introducing a new env variable that overwrites this configuration so that the binary can still run outside a cluster.

🐛 Fixes

  • [bugfix] [developer] Fixing a bug where an AccessRequest was not reconciled correctly due to Cluster resource not found.

  • [bugfix] [developer] reconcile AccessRequests only if labels are set #59: Fixing the behaviour of the AccessRequest controller to reconcile only AccessRequests where specific labels are set

  • [bugfix] [developer] Fixing a possible nil pointer dereference when accessing .spec.clusterRef from an AccessRequest resource

Release v0.0.8

07 Aug 13:07
28d035f

Choose a tag to compare

Changes included in v0.0.8:

📚 Documentation

  • [doc] [user] improve prerequisites, deployment and examples #52: Enhancing end-user documentation around prerequisites, deployment and examples

🐛 Fixes

  • [bugfix] [user] provider-name flag parsing #57: Fixing flag parsing that caused the ClusterProvider kind to not start up correctly

Release v0.0.7

25 Jul 12:04
db67596

Choose a tag to compare

Changes included in v0.0.7:

🚀 Features

  • [feature] [user] improve controller logic #51: Improving error handling and error messages emitted in the logs

Release v0.0.6

25 Jul 08:12
85a0644

Choose a tag to compare

Changes included in v0.0.6:

🔁 CI

  • update configuration #50.
  • update configuration #49.

🐛 Fixes

  • [bugfix] [developer] image publish step by using build repository #47: Fixing Build and Publish Images step by aligning repository setup

Release v0.0.3

24 Jul 12:26
1fc2ffd

Choose a tag to compare

Changes included in v0.0.3:

🚀 Features

  • add ProviderConfig #45: Adding ProviderConfig CRD for the platform cluster
  • add init + run command line argument #40.
  • reuse common workflows #27.
  • use GH App token #17.

🔧 Chores

  • simplify codebase #23: Introducing feature to read kubeconfigs properly in production and dev environments
  • renovate minimumReleaseAge back to 0 days #35.
  • renovate updates go lang version #33.
  • update version file #20.
  • release version v0.0.2 #19.
  • update renovate.json #13.
  • integrate build repository #5.
  • update reuse #2.
  • open source repository #1.

🐛 Fixes

  • version file #10.