Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

65 lines (41 loc) · 2.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Disable logger development mode to avoid panicking, use zap as logger.

0.2.3 - 2024-07-18

0.2.2 - 2024-04-22

0.2.1 - 2024-04-22

Added

  • Add toleration for node.cluster.x-k8s.io/uninitialized taint.
  • Add node affinity to prefer schedule to control-plane nodes.

0.2.0 - 2024-03-21

Added

  • Add a new feature that injects private endpoint to workload clusters for WC-to-MC ingress communication for private MCs.

0.1.1 - 2024-01-22

Changed

  • Configure gsoci.azurecr.io as the default container image registry.
  • Add toggle for PSPs.

0.1.0 - 2023-07-21

Fixed

  • Add required values for pss policies.

Added

  • Add privatelinks package with Scope object that is providing functionality to access and update private links info in AzureCluster CR.
  • Add custom Makefile
  • Add CircleCI config
  • Add this changelog
  • Add Helm chart
  • Add privateendpoints package with scope object that is providing functionality to access and update private endpoints in AzureCluster CR.
  • Add private endpoints reconciler Service
  • Add AzureCluster controller

Changed

  • Updated Dockerfile