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:
Nolan Brubaker
2020-05-26 16:27:26 -04:00
committed by GitHub
parent 7e627f8380
commit 5963650c9d
87 changed files with 46 additions and 79 deletions

View File

@@ -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.

View File

@@ -1 +0,0 @@
upgrade to go 1.14 and migrate from `dep` to go modules

View File

@@ -1 +0,0 @@
refactor restore code to lazily resolve resources via discovery and eliminate second restore loop for instances of restored CRDs

View File

@@ -1 +0,0 @@
refactoring: wait for all informer caches to sync before running controllers

View File

@@ -1 +0,0 @@
add CSI snapshot API types into default restore priorities

View File

@@ -1 +0,0 @@
When the EnableCSI feature flag is provided, upload CSI VolumeSnapshots and VolumeSnapshotContents to object storage as gzipped JSON.

View File

@@ -1 +0,0 @@
adding annotations on backup CRD for k8s major, minor and git versions

View File

@@ -1 +0,0 @@
support setting a custom CA certificate on a BSL to use when verifying TLS connections

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -1 +0,0 @@
Adding new restoreItemAction for PVC to update the selected-node annotation

View File

@@ -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

View File

@@ -1 +0,0 @@
bump Kubernetes module dependencies to v0.17.4 to get fix for https://github.com/kubernetes/kubernetes/issues/86149

View File

@@ -1 +0,0 @@
during backup deletion also delete CSI volumesnapshots that were created as a part of the backup

View File

@@ -1 +0,0 @@
bug fix: populate namespace in logs for backup errors

View File

@@ -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

View File

@@ -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.

View File

@@ -1 +0,0 @@
Support to skip VSL validation for the backup having SnapshotVolumes set to false or created with `--snapshot-volumes=false`

View File

@@ -1 +0,0 @@
Azure: add support for getting storage account key for restic directly from an environment variable

View File

@@ -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.

View File

@@ -1 +0,0 @@
update container base images from ubuntu:bionic to ubuntu:focal

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1 +0,0 @@
sync backups' CSI API objects into the cluster as part of the backup sync controller

View File

@@ -1 +0,0 @@
allow feature flags to be passed from install CLI

View File

@@ -1 +0,0 @@
increment restic volumesnapshot count after successful pvb create