Skip to content

Release v1.8.0

Compare
Choose a tag to compare
@angelbarrera92 angelbarrera92 released this 20 Sep 14:59
d44de6a

Disastor Recovery Core Module version 1.8.0

fury-kubernetes-dr is part of the SIGHUP maintained Kubernetes Fury Distribution. The module ships disastor recovery tools and utilities to be deployed on the Kubernetes cluster based on Velero. Team SIGHUP makes it a priority to maintain these modules in compliance with CNCF and with all the latest features from upstream.

This release introduces the support for Kubernetes runtime 1.22 and drops support for 1.18. Refer the Compatibility Matrix for more.

Changelog

Breaking Changes

None

Features

  • #34 Supporting e2e test for 1.22.0 kubernetes
  • #35 Adapting Velero CRD to use apiextensions.k8s.io/v1 apiVersion to support k8s 1.22
  • #33 Upgrading Velero from v1.6.0 to v1.6.3
  • #33 Upgrading velero-aws-plugin from v1.2.0 to v1.2.1
  • #33 Upgrading velero-plugin-for-microsoft-azure from v1.2.0 to v1.2.1
  • #33 Upgrading velero-plugin-for-gcp from v1.2.0 to v1.2.1

Bug Fixes

None

Security Fixes

None

Documentation updates

None

Upgrade Guide

Warnings

Upgrade from v1.7.0 to v1.8.0 should be fairly smooth.

Process

To upgrade this core module from v1.7.0 to v1.8.0, you need to download this new version, then apply the kustomize project. No further action is required.

$ 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 -
# changes will be applied