add v0.11.0 changelog

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/1243/head
Steve Kriss 2019-02-27 09:22:13 -08:00
parent cb0a9281f6
commit 431602e852
11 changed files with 39 additions and 31 deletions

View File

@ -1,21 +1,11 @@
## Development release:
* [Unreleased Changes][9]
### Bug Fixes / Other Changes
* add multizone/regional support to gcp (#765, @wwitzel3)
* Delete spec.priority in pod restore action (#879, @mwieczorek)
* Added brew reference (#1051, @omerlh)
* Update to go 1.11 (#1069, @gliptak)
* Initialize empty schedule metrics on server init (#1054, @cbeneke)
* Update CHANGELOGs (#1063, @wwitzel3)
* Remove default token from all service accounts (#1048, @ncdc)
* Allow to use AWS Signature v1 for creating signed AWS urls (#811, @bashofmann)
* [Unreleased Changes][0]
## Current release:
* [CHANGELOG-0.10.md][8]
* [CHANGELOG-0.11.md][9]
## Older releases:
* [CHANGELOG-0.10.md][8]
* [CHANGELOG-0.9.md][7]
* [CHANGELOG-0.8.md][6]
* [CHANGELOG-0.7.md][5]
@ -24,12 +14,14 @@
* [CHANGELOG-0.4.md][2]
* [CHANGELOG-0.3.md][1]
[9]: https://github.com/heptio/ark/blob/master/changelogs/unreleased
[8]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.10.md
[7]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.9.md
[6]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.8.md
[5]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.7.md
[4]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.6.md
[3]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.5.md
[2]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.4.md
[1]: https://github.com/heptio/ark/blob/master/changelogs/CHANGELOG-0.3.md
[9]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.11.md
[8]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.10.md
[7]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.9.md
[6]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.8.md
[5]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.7.md
[4]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.6.md
[3]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.5.md
[2]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.4.md
[1]: https://github.com/heptio/velero/blob/master/changelogs/CHANGELOG-0.3.md
[0]: https://github.com/heptio/velero/blob/master/changelogs/unreleased

View File

@ -0,0 +1,25 @@
- [v0.11.0](#v0110)
## v0.11.0
#### 2019-02-28
### Download
- https://github.com/heptio/velero/releases/tag/v0.11.0
### Highlights
* Heptio Ark is now Velero! This release is the first one to use the new name. For details on the changes and how to migrate to v0.11, see the [migration instructions][1]. **Please follow the instructions to ensure a successful upgrade to v0.11.**
* Restic has been upgraded to v0.9.4, which brings significantly faster restores thanks to a new multi-threaded restorer.
* Velero now waits for terminating namespaces and persistent volumes to delete before attempting to restore them, rather than trying and failing to restore them while they're being deleted.
### All Changes
* Fix concurrency bug in code ensuring restic repository exists (#1235, @skriss)
* Wait for PVs and namespaces to delete before attempting to restore them. (#826, @nrb)
* Set the zones for GCP regional disks on restore. This requires the `compute.zones.get` permission on the GCP serviceaccount in order to work correctly. (#1200, @nrb)
* Renamed Heptio Ark to Velero. Changed internal imports, environment variables, and binary name. (#1184, @nrb)
* use 'restic stats' instead of 'restic check' to determine if repo exists (#1171, @skriss)
* upgrade restic to v0.9.4 & replace --hostname flag with --host (#1156, @skriss)
* Clarify restore log when object unchanged (#1153, @daved)
* Add backup-version file in backup tarball. (#1117, @wwitzel3)
* add ServerStatusRequest CRD and show server version in `ark version` output (#1116, @skriss)
[1]: https://heptio.github.io/velero/v0.11.0/migrating-to-velero

View File

@ -1 +0,0 @@
add ServerStatusRequest CRD and show server version in `ark version` output

View File

@ -1 +0,0 @@
Add backup-version file in backup tarball.

View File

@ -1 +0,0 @@
Clarify restore log when object unchanged

View File

@ -1 +0,0 @@
upgrade restic to v0.9.4 & replace --hostname flag with --host

View File

@ -1 +0,0 @@
use 'restic stats' instead of 'restic check' to determine if repo exists

View File

@ -1 +0,0 @@
Renamed Heptio Ark to Velero. Changed internal imports, environment variables, and binary name.

View File

@ -1 +0,0 @@
Set the zones for GCP regional disks on restore. This requires the `compute.zones.get` permission on the GCP serviceaccount in order to work correctly.

View File

@ -1 +0,0 @@
Fix concurrency bug in code ensuring restic repository exists

View File

@ -1 +0,0 @@
Wait for PVs and namespaces to delete before attempting to restore them.