Skip to content

Release v1.11.0

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 15 Mar 09:28
· 100 commits to main since this release
f092fda

Disaster recovery Core Module Release 1.11.0

Welcome to the latest release of the DR module of Kubernetes Fury Distribution maintained by team SIGHUP.

This latest release upgrades the components in the module to its latest stable release along with adding support for Kubernetes release v1.25.

Component Images 🚢

Component Supported Version Previous Version
velero v1.10.1 1.9.2
velero-plugin-for-aws v1.6.1 1.5.1
velero-plugin-for-microsoft-azure v1.6.1 1.5.1
velero-plugin-for-gcp v1.6.1 1.5.1
velero-plugin-for-csi v0.4.1 0.3.1

Please refer to the individual release notes to get a detailed information on each release.

Features 💥

  • Updated Velero to v1.10.1
  • Added support for Kubernetes v1.25.x

Update Guide 🦮

Process

To upgrade this core module from v1.10.x to v1.11.0, you need to download this new version, then apply the kustomize project.

kubectl apply -f katalog/velero-base/crds.yaml
kustomize build katalog/velero-on-prem | kubectl apply -f -
# or
kustomize build katalog/velero-aws | kubectl apply -f -
# or
kustomize build katalog/velero-gcp | kubectl apply -f -
# or
kustomize build katalog/velero-azure | kubectl apply -f -
# and/or
kustomize build katalog/velero-restic | kubectl apply -f -

If you are using velero-restic package, you also need to run:

kubectl delete ds velero-restic -n kube-system

since velero-restic DaemonSet has been replaced by node-agent DaemonSet.