mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 05:25:40 +00:00
v1.4.0 changelog and docs (#2577)
* Add changelog for v1.4.0 Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Add v1.4.0 docs Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Fix broken CI, links, and date Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Fix duplicate and missing TOC info Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
clarify the wording for restore describe for namespaces included
|
||||
|
||||
Instead of showing it as "*" explicitly mention that all the namespaces
|
||||
from the backup object are included.
|
||||
@@ -1 +0,0 @@
|
||||
upgrade to go 1.14 and migrate from `dep` to go modules
|
||||
@@ -1 +0,0 @@
|
||||
refactor restore code to lazily resolve resources via discovery and eliminate second restore loop for instances of restored CRDs
|
||||
@@ -1 +0,0 @@
|
||||
refactoring: wait for all informer caches to sync before running controllers
|
||||
@@ -1 +0,0 @@
|
||||
add CSI snapshot API types into default restore priorities
|
||||
@@ -1 +0,0 @@
|
||||
When the EnableCSI feature flag is provided, upload CSI VolumeSnapshots and VolumeSnapshotContents to object storage as gzipped JSON.
|
||||
@@ -1 +0,0 @@
|
||||
adding annotations on backup CRD for k8s major, minor and git versions
|
||||
@@ -1 +0,0 @@
|
||||
support setting a custom CA certificate on a BSL to use when verifying TLS connections
|
||||
@@ -1 +0,0 @@
|
||||
Added a `--cacert` flag to the velero client describe, download, and logs commands to allow passing a path to a certificate to use when verifying TLS connections to object storage. Also added a corresponding client config option called `cacert` which takes a path to a certificate bundle to use as a default when `--cacert` is not specified.
|
||||
@@ -1 +0,0 @@
|
||||
Added a --cacert flag to the install command to provide the CA bundle to use when verifying TLS connections to object storage
|
||||
@@ -1,2 +0,0 @@
|
||||
Allow users the option to retrieve all versions of a given resource (instead of just the preferred version) from the API server with the `EnableAPIGroupVersions` feature flag.
|
||||
* Changed backup tarball format to store all versions of a given resource, updated backup tarball format to 1.1.0.
|
||||
@@ -1 +0,0 @@
|
||||
Adding new restoreItemAction for PVC to update the selected-node annotation
|
||||
@@ -1 +0,0 @@
|
||||
bug fix: save PodVolumeBackup manifests to object storage even if the volume was empty, so that on restore, the PV is dynamically reprovisioned if applicable
|
||||
@@ -1 +0,0 @@
|
||||
bump Kubernetes module dependencies to v0.17.4 to get fix for https://github.com/kubernetes/kubernetes/issues/86149
|
||||
@@ -1 +0,0 @@
|
||||
during backup deletion also delete CSI volumesnapshots that were created as a part of the backup
|
||||
@@ -1 +0,0 @@
|
||||
bug fix: populate namespace in logs for backup errors
|
||||
@@ -1 +0,0 @@
|
||||
report backup progress (number of items backed up so far out of an estimated total number of items) during backup in the logs and as status fields on the Backup custom resource
|
||||
@@ -1 +0,0 @@
|
||||
Add details of CSI volumesnapshotcontents associated with a backup to `velero backup describe` when the `EnableCSI` feature flag is given on the velero client.
|
||||
@@ -1 +0,0 @@
|
||||
Support to skip VSL validation for the backup having SnapshotVolumes set to false or created with `--snapshot-volumes=false`
|
||||
@@ -1 +0,0 @@
|
||||
Azure: add support for getting storage account key for restic directly from an environment variable
|
||||
@@ -1 +0,0 @@
|
||||
bug fix: when a resource includes/excludes list contains unresolvable items, don't remove them from the list, so that the list doesn't inadvertently end up matching *all* resources.
|
||||
@@ -1 +0,0 @@
|
||||
update container base images from ubuntu:bionic to ubuntu:focal
|
||||
@@ -1 +0,0 @@
|
||||
At backup time, if a CustomResourceDefinition appears to have been created via the v1beta1 endpoint, retrieve it from the v1beta1 endpoint instead of simply changing the APIVersion.
|
||||
@@ -1 +0,0 @@
|
||||
If plugins don't support the `--features` flag, don't pass it to them. Also, update the standard plugin server to ignore unknown flags.
|
||||
@@ -1 +0,0 @@
|
||||
during backup deletion also delete CSI volumesnapshotcontents that were created as a part of the backup but the associated volumesnapshot object does not exist
|
||||
@@ -1 +0,0 @@
|
||||
bug fix: in CRD restore plugin, don't use runtime.DefaultUnstructuredConverter.FromUnstructured(...) to avoid conversion issues when float64 fields contain int values
|
||||
@@ -1 +0,0 @@
|
||||
bug fix: in error location logging hook, if the item logged under the `error` key doesn't implement the `error` interface, don't return an error since this is a valid scenario
|
||||
@@ -1 +0,0 @@
|
||||
sync backups' CSI API objects into the cluster as part of the backup sync controller
|
||||
@@ -1 +0,0 @@
|
||||
allow feature flags to be passed from install CLI
|
||||
@@ -1 +0,0 @@
|
||||
increment restic volumesnapshot count after successful pvb create
|
||||
Reference in New Issue
Block a user