This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Releases: giantswarm/azure-operator
Releases · giantswarm/azure-operator
v6.0.2
Fixed
- Ensure giantswarm user is always created first.
v6.0.1
Fixed
- Bump k8scc to support cgroups v1 on containerd.
v6.0.0
Fixed
- Bump
k8scc
to fix syntax error ink8s-addons
script. - Bump
k8scc
to enable authn and authz onscheduler
andcontroller-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
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 enableauditd
monitoring forexecve
syscalls.
v5.21.0
Release v5.21.0 (#1666) Co-authored-by: github-actions <[email protected]>
v5.20.0
Changed
- Bumped k8scc to latest version to fix
localhost
node name problem.
v5.19.0
Added
- Added possibility to specify VNet CIDR in
AzureCluster
. - Migrate MachinePool CRs from
exp.cluster.x-k8s.io/v1alpha3
tocluster.x-k8s.io/v1beta1
- Migrate AzureMachinePool CRs from
exp.infrastructure.cluster.x-k8s.io/v1alpha3
toinfrastructure.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
Added
- Add VerticalPodAutoscaler CR.
v5.17.0
Fixed
- Fix panic while checking for cgroups version during upgrade.
Added
- Add GiantSwarmCluster tag to Vnet.
v5.16.0
Changed
- Make nodepool nodes roll in case the user switches between cgroups v1 and v2.