v0.10.0
Feat :
-
Finished
cluster recovercommand implementation for Azure. -
Persist general config in cluster dir in user's KubeAid config repo.
Fixes :
-
Fixed
downloadBlobContentfunction - adding YAML extension to the file where downloaded backed up Sealed Secrets keys are persisted. -
Using
kubectl replace --forceinstead ofkubectl applyto restore backed up Sealed Secrets keys. -
While recovering cluster, recover sealed secrets controller private keys and then install sealed secrets.
-
Fixed
AssertNotNilfunction. -
Adding
external-snapshottertemplate. -
Not syncing all ArgoCD Apps at the end of BootstrapCluster if recovering a cluster.
-
Upgrading Kubernetes API server endpoint in Cilium values file when recovering a cluster.
Chores :
-
Extracting common node-group validation logic in
validateNodeGroupfunction. -
Updated go mod dependencies.