Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 18 Sep 14:42
· 31 commits to main since this release
5ed3da6

Disaster recovery Core Module Release 2.1.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.26.

Component Images 🚢

Component Supported Version Previous Version
velero v1.11.0 1.10.1
velero-plugin-for-aws v1.7.0 1.6.1
velero-plugin-for-microsoft-azure v1.7.0 1.6.1
velero-plugin-for-gcp v1.7.0 1.6.1
velero-plugin-for-csi v0.5.0 0.4.1

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

Features 💥

  • Updated Velero to v1.11.0
  • Updated plugins
  • Added support for Kubernetes v1.26.x

Update Guide 🦮

Process

To upgrade this core module from v2.0.x to v2.1.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 -

Also for the terraform modules, run terraform init -upgrade , then apply the new version.