Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Releases: giantswarm/azure-operator

v6.0.2

01 Sep 15:50
1ef3fb3
Compare
Choose a tag to compare

Fixed

  • Ensure giantswarm user is always created first.

v6.0.1

31 Aug 14:33
07cabea
Compare
Choose a tag to compare

Fixed

  • Bump k8scc to support cgroups v1 on containerd.

v6.0.0

31 Aug 08:39
a52be87
Compare
Choose a tag to compare

Fixed

  • Bump k8scc to fix syntax error in k8s-addons script.
  • Bump k8scc to enable authn and authz on scheduler and controller-manager.
  • Enable external cloud controller manager in k8scc.

Changed

  • Bump k8scc to v14 to support kubernetes 1.23.
  • Change default storage classes in order to use out-of-tree CSI provisioner.
  • Improved storage class migration resource.

Removed

  • Remove --cloud-config flag from k8s components.

v5.22.0

04 Jul 11:33
92028aa
Compare
Choose a tag to compare

Changed

  • Tighten pod and container security contexts for PSS restricted policies.

Fixed

  • Fix handling of MachinePools' status fields for empty node pools.

Changed

  • Bump k8scc to enable auditd monitoring for execve syscalls.

v5.21.0

22 Jun 11:00
c0942cd
Compare
Choose a tag to compare
Release v5.21.0 (#1666)

Co-authored-by: github-actions <[email protected]>

v5.20.0

07 Jun 14:18
39a3bfb
Compare
Choose a tag to compare

Changed

  • Bumped k8scc to latest version to fix localhost node name problem.

v5.19.0

07 Jun 08:41
4a57be4
Compare
Choose a tag to compare

Added

  • Added possibility to specify VNet CIDR in AzureCluster.
  • Migrate MachinePool CRs from exp.cluster.x-k8s.io/v1alpha3 to cluster.x-k8s.io/v1beta1
  • Migrate AzureMachinePool CRs from exp.infrastructure.cluster.x-k8s.io/v1alpha3 to infrastructure.cluster.x-k8s.io/v1beta1

Changed

  • Use systemd cgroup driver on masters and cgroups v2 worker nodes.
  • Update github.com/Azure/azure-sdk-for-go to v58.1.0+incompatible
  • Update github.com/giantswarm/apiextensions to v6.0.0
  • Update github.com/giantswarm/certs to v4.0.0
  • Update github.com/giantswarm/conditions to v0.5.0
  • Update github.com/giantswarm/conditions-handler to v0.3.0
  • Update github.com/giantswarm/k8sclient to v7.0.1
  • Update github.com/giantswarm/k8scloudconfig to v13.4.0
  • Update github.com/giantswarm/operatorkit to v7.0.1
  • Update github.com/giantswarm/release-operator to v3.2.0
  • Update github.com/giantswarm/tenantcluster to v6.0.0
  • Update k8s.io/api to v0.22.2
  • Update k8s.io/apiextensions-apiserver to v0.22.2
  • Update k8s.io/apimachinery to v0.22.2
  • Update k8s.io/client-go to v0.22.2
  • Update sigs.k8s.io/cluster-api to v1.0.5
  • Update sigs.k8s.io/cluster-api-provider-azure to v1.0.2
  • Update sigs.k8s.io/controller-runtime to v0.10.3
  • Bump various other dependencies to address CVEs.

Fixed

  • Set AzureMachine.Status.Ready according to AzureMachine's Ready condition.

v5.18.0

21 Mar 10:58
d743224
Compare
Choose a tag to compare

Added

  • Add VerticalPodAutoscaler CR.

v5.17.0

15 Mar 15:26
aeb4e93
Compare
Choose a tag to compare

Fixed

  • Fix panic while checking for cgroups version during upgrade.

Added

  • Add GiantSwarmCluster tag to Vnet.

v5.16.0

23 Feb 06:47
59cd718
Compare
Choose a tag to compare

Changed

  • Make nodepool nodes roll in case the user switches between cgroups v1 and v2.