Skip to content

v0.10.0

Choose a tag to compare

@Archisman-Mridha Archisman-Mridha released this 16 May 14:42
· 248 commits to main since this release
2b58ca4

Feat :

  • Finished cluster recover command implementation for Azure.

  • Persist general config in cluster dir in user's KubeAid config repo.

Fixes :

  • Fixed downloadBlobContent function - adding YAML extension to the file where downloaded backed up Sealed Secrets keys are persisted.

  • Using kubectl replace --force instead of kubectl apply to restore backed up Sealed Secrets keys.

  • While recovering cluster, recover sealed secrets controller private keys and then install sealed secrets.

  • Fixed AssertNotNil function.

  • Adding external-snapshotter template.

  • 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 validateNodeGroup function.

  • Updated go mod dependencies.