Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#1442 from skriss/beta.1-changelogs
Browse files Browse the repository at this point in the history
Beta.1 changelogs
  • Loading branch information
nrb authored May 3, 2019
2 parents 884e512 + 4352158 commit 7a04e98
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
9 changes: 8 additions & 1 deletion changelogs/CHANGELOG-0.11.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
- [v0.11.0](#v0110)
## v0.11.1-beta.1
#### 2019-05-03

### Download
- https://github.com/heptio/velero/releases/tag/v0.11.1-beta.1

### Highlights
* Added the `velero migrate-backups` command to migrate legacy Ark backup metadata to the current Velero format in object storage. This command needs to be run in preparation for upgrading to v1.0, **if** you have backups that were originally created prior to v0.11 (i.e. when the project was named Ark).

## v0.11.0
#### 2019-02-28
Expand Down
29 changes: 29 additions & 0 deletions changelogs/CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v1.0.0-beta.1
#### 2019-05-03

We're excited to release our first beta for v1.0! This beta includes all key features for v1.0 plus a number of bug fixes and documentation updates. See the **All Changes** section below for details. Please test it out in your non-critical environments!

We'll continue to fix bugs and make minor changes, and we expect to ship at least one more beta or release candidate prior to the general availability of v1.0.0.

### Download
- https://github.com/heptio/velero/releases/tag/v1.0.0-beta.1

### Container Image
`gcr.io/heptio-images/velero:v1.0.0-beta.1`

### Documentation
https://heptio.github.io/velero/v1.0.0-beta.1/

### All Changes
* Add PartiallyFailed phase for restores (#1389, @skriss)
* Add PartiallyFailed phase for backups, log + continue on errors during backup process (#1386, @skriss)
* Switch from `restic stats` to `restic snapshots` for checking restic repository existence (#1416, @skriss)
* Disallow bucket names starting with '-' (#1407, @nrb)
* Shorten label values when they're longer than 63 characters (#1392, @anshulc)
* Fail backup if it already exists in object storage. (#1390, @ncdc,carlisia)
* Install command: Use `latest` image tag if no version information is provided at build time (#1439, @nrb)
* GCP: add optional 'project' config to volume snapshot location for if snapshots are in a different project than the IAM account (#1405, @skriss)
* Azure: restore disks with zone information if it exists (#1298, @sylr)
* Replace config/ with examples/ in release tarball (#1406, @skriss)


## v1.0.0-alpha.2
#### 2019-04-24

Expand Down

0 comments on commit 7a04e98

Please sign in to comment.