diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f32c12fac..6c749bf2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ ## Current release: - * [CHANGELOG-1.5.md][15] - -## Development releases: * [CHANGELOG-1.6.md][16] ## Older releases: + * [CHANGELOG-1.5.md][15] * [CHANGELOG-1.4.md][14] * [CHANGELOG-1.3.md][13] * [CHANGELOG-1.2.md][12] diff --git a/changelogs/CHANGELOG-1.6.md b/changelogs/CHANGELOG-1.6.md index 453cd7fe27..73cae45f0c 100644 --- a/changelogs/CHANGELOG-1.6.md +++ b/changelogs/CHANGELOG-1.6.md @@ -1,17 +1,17 @@ -## v1.6.0-rc.2 -### 2021-03-29 +## v1.6.0 +### 2021-04-12 ### Download -https://github.com/vmware-tanzu/velero/releases/tag/v1.6.0-rc.2 +https://github.com/vmware-tanzu/velero/releases/tag/v1.6.0 ### Container Image -`velero/velero:v1.6.0-rc.2` +`velero/velero:v1.6.0` ### Documentation -https://velero.io/docs/v1.6-rc.2/ +https://velero.io/docs/v1.6/ ### Upgrading -https://velero.io/docs/v1.6-rc.2/upgrade-to-1.6/ +https://velero.io/docs/v1.6/upgrade-to-1.6/ ### Highlights @@ -68,4 +68,4 @@ https://velero.io/docs/v1.6-rc.2/upgrade-to-1.6/ * Pass annotations from schedule to backup it creates the same way it is done for labels. Add WithannotationsMap function to builder to be able to pass map instead of key/val list (#3067, @funkycode) * Add instructions to clone repository for examples in docs (#3074, @MadhavJivrajani) * 🏃‍♂️ update setup-kind github actions CI (#3085, @ashish-amarnath) - * Modify wrong function name to correct one. (#3106, @shellwedance) \ No newline at end of file + * Modify wrong function name to correct one. (#3106, @shellwedance) diff --git a/changelogs/unreleased/2886-alaypatel07 b/changelogs/unreleased/2886-alaypatel07 deleted file mode 100644 index 8eb9705f85..0000000000 --- a/changelogs/unreleased/2886-alaypatel07 +++ /dev/null @@ -1 +0,0 @@ -cli: allow creating multiple instances of Velero across two different namespaces \ No newline at end of file diff --git a/changelogs/unreleased/2944-mickkael b/changelogs/unreleased/2944-mickkael deleted file mode 100644 index 8b69a7f9d4..0000000000 --- a/changelogs/unreleased/2944-mickkael +++ /dev/null @@ -1 +0,0 @@ -Feature: It is possible to change the timezone of the container by specifying in the manifest.. env: [TZ: Zone/Country], or in the Helm Chart.. configuration: {extraEnvVars: [TZ: 'Zone/Country']} diff --git a/changelogs/unreleased/2947-nrb b/changelogs/unreleased/2947-nrb deleted file mode 100644 index 68218b25be..0000000000 --- a/changelogs/unreleased/2947-nrb +++ /dev/null @@ -1 +0,0 @@ -Fix issue where bare `velero` command returned an error code. diff --git a/changelogs/unreleased/2949-sseago b/changelogs/unreleased/2949-sseago deleted file mode 100644 index 9f71b68794..0000000000 --- a/changelogs/unreleased/2949-sseago +++ /dev/null @@ -1 +0,0 @@ -Restore CRD Resource name to fix CRD wait functionality. diff --git a/changelogs/unreleased/2970-mynktl b/changelogs/unreleased/2970-mynktl deleted file mode 100644 index 8d54ec6acf..0000000000 --- a/changelogs/unreleased/2970-mynktl +++ /dev/null @@ -1 +0,0 @@ -Fixed 'velero.io/change-pvc-node-selector' plugin to fetch configmap using label key "velero.io/change-pvc-node-selector" diff --git a/changelogs/unreleased/2974-gliptak b/changelogs/unreleased/2974-gliptak deleted file mode 100644 index 39eee13d36..0000000000 --- a/changelogs/unreleased/2974-gliptak +++ /dev/null @@ -1 +0,0 @@ -Compile with Go 1.15 \ No newline at end of file diff --git a/changelogs/unreleased/2992-betta1 b/changelogs/unreleased/2992-betta1 deleted file mode 100644 index e0e34fca1a..0000000000 --- a/changelogs/unreleased/2992-betta1 +++ /dev/null @@ -1 +0,0 @@ -Fix BSL controller to avoid invoking init() on all BSLs regardless of ValidationFrequency diff --git a/changelogs/unreleased/2993-zubron b/changelogs/unreleased/2993-zubron deleted file mode 100644 index d677580921..0000000000 --- a/changelogs/unreleased/2993-zubron +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where the deletion of a backup would fail if the backup tarball couldn't be downloaded from object storage. Now the tarball is only downloaded if there are associated DeleteItemAction plugins and if downloading the tarball fails, the plugins are skipped. \ No newline at end of file diff --git a/changelogs/unreleased/3007-nrb b/changelogs/unreleased/3007-nrb deleted file mode 100644 index 72f4782b4a..0000000000 --- a/changelogs/unreleased/3007-nrb +++ /dev/null @@ -1 +0,0 @@ -Ensure that bound PVCs and PVs remain bound on restore. diff --git a/changelogs/unreleased/3011-doughepi b/changelogs/unreleased/3011-doughepi deleted file mode 100644 index 1ab34fc0a3..0000000000 --- a/changelogs/unreleased/3011-doughepi +++ /dev/null @@ -1,2 +0,0 @@ -Allows the restic-wait container to exist in any order in the pod being restored. -Prints a warning message in the case where the restic-wait container isn't the first container in the list of initialization containers. diff --git a/changelogs/unreleased/3024-cvhariharan b/changelogs/unreleased/3024-cvhariharan deleted file mode 100644 index 7e03dcdae8..0000000000 --- a/changelogs/unreleased/3024-cvhariharan +++ /dev/null @@ -1 +0,0 @@ -Add warning to velero version cmd if the client and server versions mismatch. \ No newline at end of file diff --git a/changelogs/unreleased/3051-ashish-amarnath b/changelogs/unreleased/3051-ashish-amarnath deleted file mode 100644 index 9715242c73..0000000000 --- a/changelogs/unreleased/3051-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 Use namespace and name to match PVB to Pod restore diff --git a/changelogs/unreleased/3057-invidian b/changelogs/unreleased/3057-invidian deleted file mode 100644 index a412b19bcc..0000000000 --- a/changelogs/unreleased/3057-invidian +++ /dev/null @@ -1 +0,0 @@ -Fixed various typos across codebase diff --git a/changelogs/unreleased/3059-ashish-amarnath b/changelogs/unreleased/3059-ashish-amarnath deleted file mode 100644 index f365a83802..0000000000 --- a/changelogs/unreleased/3059-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 ItemAction plugins for unresolvable types should not be run for all types diff --git a/changelogs/unreleased/3060-dsu-igeek b/changelogs/unreleased/3060-dsu-igeek deleted file mode 100644 index b5891231fb..0000000000 --- a/changelogs/unreleased/3060-dsu-igeek +++ /dev/null @@ -1,2 +0,0 @@ -Basic end-to-end tests, generate data/backup/remove/restore/verify -Uses distributed data generator diff --git a/changelogs/unreleased/3064-invidian b/changelogs/unreleased/3064-invidian deleted file mode 100644 index 2ae5afaca3..0000000000 --- a/changelogs/unreleased/3064-invidian +++ /dev/null @@ -1 +0,0 @@ -Added GitHub Workflow running Codespell for spell checking diff --git a/changelogs/unreleased/3067-funkycode b/changelogs/unreleased/3067-funkycode deleted file mode 100644 index 62d9891ca6..0000000000 --- a/changelogs/unreleased/3067-funkycode +++ /dev/null @@ -1,2 +0,0 @@ -Pass annotations from schedule to backup it creates the same way it is done for labels -Add WithannotationsMap function to builder to be able to pass map instead of key/val list \ No newline at end of file diff --git a/changelogs/unreleased/3073-jenting b/changelogs/unreleased/3073-jenting deleted file mode 100644 index e3b32b00d0..0000000000 --- a/changelogs/unreleased/3073-jenting +++ /dev/null @@ -1 +0,0 @@ -feat: add delete sub-command for BSL diff --git a/changelogs/unreleased/3074-MadhavJivrajani b/changelogs/unreleased/3074-MadhavJivrajani deleted file mode 100644 index 244c9dbade..0000000000 --- a/changelogs/unreleased/3074-MadhavJivrajani +++ /dev/null @@ -1 +0,0 @@ -Add instructions to clone repository for examples in docs diff --git a/changelogs/unreleased/3084-ashish-amarnath b/changelogs/unreleased/3084-ashish-amarnath deleted file mode 100644 index 986a230d51..0000000000 --- a/changelogs/unreleased/3084-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 BSLs with validation disabled should be validated at least once diff --git a/changelogs/unreleased/3085-ashish-amarnath b/changelogs/unreleased/3085-ashish-amarnath deleted file mode 100644 index 41362456e3..0000000000 --- a/changelogs/unreleased/3085-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🏃‍♂️ update setup-kind github actions CI diff --git a/changelogs/unreleased/3092-jenting b/changelogs/unreleased/3092-jenting deleted file mode 100644 index 3c07d8f1ac..0000000000 --- a/changelogs/unreleased/3092-jenting +++ /dev/null @@ -1 +0,0 @@ -feat: support configures BackupStorageLocation custom resources to indicate which one is the default diff --git a/changelogs/unreleased/3095-yusufgungor b/changelogs/unreleased/3095-yusufgungor deleted file mode 100644 index 92f45d45da..0000000000 --- a/changelogs/unreleased/3095-yusufgungor +++ /dev/null @@ -1 +0,0 @@ -Added "--preserve-nodeports" flag to preserve original nodePorts when restoring. diff --git a/changelogs/unreleased/3106-shellwedance b/changelogs/unreleased/3106-shellwedance deleted file mode 100644 index aa54e55d45..0000000000 --- a/changelogs/unreleased/3106-shellwedance +++ /dev/null @@ -1 +0,0 @@ -Modify wrong function name to correct one. diff --git a/changelogs/unreleased/3125-pranavgaikwad b/changelogs/unreleased/3125-pranavgaikwad deleted file mode 100644 index 3976a38230..0000000000 --- a/changelogs/unreleased/3125-pranavgaikwad +++ /dev/null @@ -1 +0,0 @@ -Progress reporting added for Velero Restores diff --git a/changelogs/unreleased/3127-matheusjuvelino b/changelogs/unreleased/3127-matheusjuvelino deleted file mode 100644 index ee976addfd..0000000000 --- a/changelogs/unreleased/3127-matheusjuvelino +++ /dev/null @@ -1 +0,0 @@ -Owner reference in backup when created from schedule \ No newline at end of file diff --git a/changelogs/unreleased/3133-codegold79 b/changelogs/unreleased/3133-codegold79 deleted file mode 100644 index 6135d7f7e5..0000000000 --- a/changelogs/unreleased/3133-codegold79 +++ /dev/null @@ -1,2 +0,0 @@ -Restore API group version by priority -Increase timeout to 3 minutes in DeploymentIsReady(...) function in the install package diff --git a/changelogs/unreleased/3167-jenting b/changelogs/unreleased/3167-jenting deleted file mode 100644 index 35776e07dd..0000000000 --- a/changelogs/unreleased/3167-jenting +++ /dev/null @@ -1 +0,0 @@ -feat: support setting BackupStorageLocation CA certificate via `velero backup-location set --cacert` diff --git a/changelogs/unreleased/3172-carlisia b/changelogs/unreleased/3172-carlisia deleted file mode 100644 index bcf8cbfc8d..0000000000 --- a/changelogs/unreleased/3172-carlisia +++ /dev/null @@ -1 +0,0 @@ -Set the BSL created at install time as the "default" \ No newline at end of file diff --git a/changelogs/unreleased/3182-matheusjuvelino b/changelogs/unreleased/3182-matheusjuvelino deleted file mode 100644 index 7e6768ac2d..0000000000 --- a/changelogs/unreleased/3182-matheusjuvelino +++ /dev/null @@ -1 +0,0 @@ -issue: add flag to the schedule cmd to configure the `useOwnerReferencesInBackup` option #3176 \ No newline at end of file diff --git a/changelogs/unreleased/3190-carlisia b/changelogs/unreleased/3190-carlisia deleted file mode 100644 index b8a1afb228..0000000000 --- a/changelogs/unreleased/3190-carlisia +++ /dev/null @@ -1 +0,0 @@ -Add field and cli flag to associate a credential with a BSL on BSL create|set. \ No newline at end of file diff --git a/changelogs/unreleased/3198-shellwedance b/changelogs/unreleased/3198-shellwedance deleted file mode 100644 index 0b16f916bc..0000000000 --- a/changelogs/unreleased/3198-shellwedance +++ /dev/null @@ -1 +0,0 @@ -Add restic initContainer length check in pod volume restore to prevent restic plugin container disappear in runtime diff --git a/changelogs/unreleased/3202-georgettica b/changelogs/unreleased/3202-georgettica deleted file mode 100644 index d494104abe..0000000000 --- a/changelogs/unreleased/3202-georgettica +++ /dev/null @@ -1 +0,0 @@ -Bump versions of external snapshotter and others in order to make `go get` to succeed diff --git a/changelogs/unreleased/3209-jenting b/changelogs/unreleased/3209-jenting deleted file mode 100644 index e3fe1d0b8e..0000000000 --- a/changelogs/unreleased/3209-jenting +++ /dev/null @@ -1 +0,0 @@ -Capitalize all help messages diff --git a/changelogs/unreleased/3231-jenting b/changelogs/unreleased/3231-jenting deleted file mode 100644 index 0eb08b700b..0000000000 --- a/changelogs/unreleased/3231-jenting +++ /dev/null @@ -1 +0,0 @@ -Support fish shell completion diff --git a/changelogs/unreleased/3234-dsmithuchida b/changelogs/unreleased/3234-dsmithuchida deleted file mode 100644 index d3d05a5511..0000000000 --- a/changelogs/unreleased/3234-dsmithuchida +++ /dev/null @@ -1 +0,0 @@ -Increased default Velero pod memory limit to 512Mi diff --git a/changelogs/unreleased/3275-mike1808 b/changelogs/unreleased/3275-mike1808 deleted file mode 100644 index 0d82db850d..0000000000 --- a/changelogs/unreleased/3275-mike1808 +++ /dev/null @@ -1 +0,0 @@ -Add colored output to `describe schedule/backup/restore` commands diff --git a/changelogs/unreleased/3316-MadhavJivrajani b/changelogs/unreleased/3316-MadhavJivrajani deleted file mode 100644 index 77eb44ffb6..0000000000 --- a/changelogs/unreleased/3316-MadhavJivrajani +++ /dev/null @@ -1 +0,0 @@ -Change the logging level of PV deletion timeout from Debug to Warn diff --git a/changelogs/unreleased/3399-vadasambar b/changelogs/unreleased/3399-vadasambar deleted file mode 100644 index dc6ba54d5e..0000000000 --- a/changelogs/unreleased/3399-vadasambar +++ /dev/null @@ -1 +0,0 @@ -Add uninstall option for velero cli \ No newline at end of file diff --git a/changelogs/unreleased/3442-zubron b/changelogs/unreleased/3442-zubron deleted file mode 100644 index 77a95c0a33..0000000000 --- a/changelogs/unreleased/3442-zubron +++ /dev/null @@ -1 +0,0 @@ -Add support for per-BSL credentials. Velero will now serialize the secret referenced by the `Credential` field in the BSL and pass this path through to Object Storage plugins via the `config` map using the `credentialsFile` key. \ No newline at end of file diff --git a/changelogs/unreleased/3446-nrb b/changelogs/unreleased/3446-nrb deleted file mode 100644 index 805c7cabb0..0000000000 --- a/changelogs/unreleased/3446-nrb +++ /dev/null @@ -1 +0,0 @@ -Add CAPI Cluster and ClusterResourceSets to default restore priorities so that the capi-controller-manager does not panic on restores. diff --git a/changelogs/unreleased/3447-codegold79 b/changelogs/unreleased/3447-codegold79 deleted file mode 100644 index ba34dd8c6d..0000000000 --- a/changelogs/unreleased/3447-codegold79 +++ /dev/null @@ -1 +0,0 @@ -Use label to select Velero deployment in plugin cmd diff --git a/changelogs/unreleased/3475-zubron b/changelogs/unreleased/3475-zubron deleted file mode 100644 index ed00ab9caf..0000000000 --- a/changelogs/unreleased/3475-zubron +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where restic volumes would not be restored when using a namespace mapping. \ No newline at end of file diff --git a/changelogs/unreleased/3489-zubron b/changelogs/unreleased/3489-zubron deleted file mode 100644 index 3b0e5d936e..0000000000 --- a/changelogs/unreleased/3489-zubron +++ /dev/null @@ -1 +0,0 @@ -Add support for restic to use per-BSL credentials. Velero will now serialize the secret referenced by the `Credential` field in the BSL and use this path when setting provider specific environment variables for restic commands. \ No newline at end of file diff --git a/changelogs/unreleased/3528-ashish-amarnath b/changelogs/unreleased/3528-ashish-amarnath deleted file mode 100644 index 559574dcf2..0000000000 --- a/changelogs/unreleased/3528-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -Upgrade restic from v0.9.6 to v0.12.0. diff --git a/site/config.yaml b/site/config.yaml index 0d085c73d3..a384002c01 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -12,10 +12,10 @@ params: hero: backgroundColor: med-blue versioning: true - latest: v1.5 + latest: v1.6 versions: - main - - v1.6-rc.2 + - v1.6 - v1.5 - v1.4 - v1.3.2 diff --git a/site/content/docs/main/upgrade-to-1.6.md b/site/content/docs/main/upgrade-to-1.6.md index 96920ec162..fe85a1f64b 100644 --- a/site/content/docs/main/upgrade-to-1.6.md +++ b/site/content/docs/main/upgrade-to-1.6.md @@ -29,7 +29,7 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.0-rc.2 + Version: v1.6.0 Git commit: ``` @@ -45,12 +45,12 @@ If you're not yet running at least Velero v1.5, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.6.0-rc.2 \ + velero=velero/velero:v1.6.0 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.6.0-rc.2 \ + restic=velero/velero:v1.6.0 \ --namespace velero ``` @@ -64,11 +64,11 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.0-rc.2 + Version: v1.6.0 Git commit: Server: - Version: v1.6.0-rc.2 + Version: v1.6.0 ``` ## Notes @@ -86,4 +86,4 @@ After upgrading, if there is a previously created backup storage location with t [6]: https://github.com/vmware-tanzu/velero/releases/tag/v1.4.2 [7]: https://github.com/vmware-tanzu/velero/issues/2077 [8]: https://github.com/vmware-tanzu/velero/issues/2311 -[9]: https://velero.io/docs/v1.6-rc.2/locations +[9]: https://velero.io/docs/v1.6/locations diff --git a/site/content/docs/v1.6-rc.2/_index.md b/site/content/docs/v1.6/_index.md similarity index 93% rename from site/content/docs/v1.6-rc.2/_index.md rename to site/content/docs/v1.6/_index.md index 8c28a4ffe2..08c1f9fe27 100644 --- a/site/content/docs/v1.6-rc.2/_index.md +++ b/site/content/docs/v1.6/_index.md @@ -1,7 +1,7 @@ --- toc: "false" cascade: - version: v1.6-rc.2 + version: v1.6 toc: "true" --- ![100] @@ -33,7 +33,7 @@ If you encounter issues, review the [troubleshooting docs][30], [file an issue][ ## Contributing -If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [Start contributing](https://velero.io/docs/v1.6-rc.2/start-contributing/) documentation for guidance on how to setup Velero for development. +If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [Start contributing](https://velero.io/docs/v1.6/start-contributing/) documentation for guidance on how to setup Velero for development. ## Changelog diff --git a/site/content/docs/v1.6-rc.2/api-types/README.md b/site/content/docs/v1.6/api-types/README.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/README.md rename to site/content/docs/v1.6/api-types/README.md diff --git a/site/content/docs/v1.6-rc.2/api-types/_index.md b/site/content/docs/v1.6/api-types/_index.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/_index.md rename to site/content/docs/v1.6/api-types/_index.md diff --git a/site/content/docs/v1.6-rc.2/api-types/backup.md b/site/content/docs/v1.6/api-types/backup.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/backup.md rename to site/content/docs/v1.6/api-types/backup.md diff --git a/site/content/docs/v1.6-rc.2/api-types/backupstoragelocation.md b/site/content/docs/v1.6/api-types/backupstoragelocation.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/backupstoragelocation.md rename to site/content/docs/v1.6/api-types/backupstoragelocation.md diff --git a/site/content/docs/v1.6-rc.2/api-types/restore.md b/site/content/docs/v1.6/api-types/restore.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/restore.md rename to site/content/docs/v1.6/api-types/restore.md diff --git a/site/content/docs/v1.6-rc.2/api-types/schedule.md b/site/content/docs/v1.6/api-types/schedule.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/schedule.md rename to site/content/docs/v1.6/api-types/schedule.md diff --git a/site/content/docs/v1.6-rc.2/api-types/volumesnapshotlocation.md b/site/content/docs/v1.6/api-types/volumesnapshotlocation.md similarity index 100% rename from site/content/docs/v1.6-rc.2/api-types/volumesnapshotlocation.md rename to site/content/docs/v1.6/api-types/volumesnapshotlocation.md diff --git a/site/content/docs/v1.6-rc.2/backup-hooks.md b/site/content/docs/v1.6/backup-hooks.md similarity index 97% rename from site/content/docs/v1.6-rc.2/backup-hooks.md rename to site/content/docs/v1.6/backup-hooks.md index 638b221d4d..7218e03bc5 100644 --- a/site/content/docs/v1.6-rc.2/backup-hooks.md +++ b/site/content/docs/v1.6/backup-hooks.md @@ -88,5 +88,5 @@ To use multiple commands, wrap your target command in a shell and separate them [1]: api-types/backup.md -[2]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/examples/nginx-app/with-pv.yaml +[2]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/examples/nginx-app/with-pv.yaml [3]: cloud-common.md diff --git a/site/content/docs/v1.6-rc.2/backup-reference.md b/site/content/docs/v1.6/backup-reference.md similarity index 100% rename from site/content/docs/v1.6-rc.2/backup-reference.md rename to site/content/docs/v1.6/backup-reference.md diff --git a/site/content/docs/v1.6-rc.2/basic-install.md b/site/content/docs/v1.6/basic-install.md similarity index 100% rename from site/content/docs/v1.6-rc.2/basic-install.md rename to site/content/docs/v1.6/basic-install.md diff --git a/site/content/docs/v1.6-rc.2/build-from-source.md b/site/content/docs/v1.6/build-from-source.md similarity index 100% rename from site/content/docs/v1.6-rc.2/build-from-source.md rename to site/content/docs/v1.6/build-from-source.md diff --git a/site/content/docs/v1.6-rc.2/code-standards.md b/site/content/docs/v1.6/code-standards.md similarity index 98% rename from site/content/docs/v1.6-rc.2/code-standards.md rename to site/content/docs/v1.6/code-standards.md index 0b5a43f591..eeb4d43be2 100644 --- a/site/content/docs/v1.6-rc.2/code-standards.md +++ b/site/content/docs/v1.6/code-standards.md @@ -70,7 +70,7 @@ Example: We use a package to generate mocks for our interfaces. -Example: if you want to change this mock: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/pkg/restic/mocks/restorer.go +Example: if you want to change this mock: https://github.com/vmware-tanzu/velero/blob/v1.6.0/pkg/restic/mocks/restorer.go Run: diff --git a/site/content/docs/v1.6-rc.2/contributions/ibm-config.md b/site/content/docs/v1.6/contributions/ibm-config.md similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/ibm-config.md rename to site/content/docs/v1.6/contributions/ibm-config.md diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/15ccaacf00640a04ae29ceed4c86195b.png b/site/content/docs/v1.6/contributions/img-for-tencent/15ccaacf00640a04ae29ceed4c86195b.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/15ccaacf00640a04ae29ceed4c86195b.png rename to site/content/docs/v1.6/contributions/img-for-tencent/15ccaacf00640a04ae29ceed4c86195b.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/1d53b0115644d43657c2a5ece805c9b4.png b/site/content/docs/v1.6/contributions/img-for-tencent/1d53b0115644d43657c2a5ece805c9b4.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/1d53b0115644d43657c2a5ece805c9b4.png rename to site/content/docs/v1.6/contributions/img-for-tencent/1d53b0115644d43657c2a5ece805c9b4.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/69194157ccd5e377d1e7d914fd8c0336.png b/site/content/docs/v1.6/contributions/img-for-tencent/69194157ccd5e377d1e7d914fd8c0336.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/69194157ccd5e377d1e7d914fd8c0336.png rename to site/content/docs/v1.6/contributions/img-for-tencent/69194157ccd5e377d1e7d914fd8c0336.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/9015313121ed7987558c88081b052574.png b/site/content/docs/v1.6/contributions/img-for-tencent/9015313121ed7987558c88081b052574.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/9015313121ed7987558c88081b052574.png rename to site/content/docs/v1.6/contributions/img-for-tencent/9015313121ed7987558c88081b052574.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/ceaca9ce6bc92bdce987c63d2fe71561.png b/site/content/docs/v1.6/contributions/img-for-tencent/ceaca9ce6bc92bdce987c63d2fe71561.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/ceaca9ce6bc92bdce987c63d2fe71561.png rename to site/content/docs/v1.6/contributions/img-for-tencent/ceaca9ce6bc92bdce987c63d2fe71561.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/e8c2ab4e5e31d1370c62fad25059a8a8.png b/site/content/docs/v1.6/contributions/img-for-tencent/e8c2ab4e5e31d1370c62fad25059a8a8.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/e8c2ab4e5e31d1370c62fad25059a8a8.png rename to site/content/docs/v1.6/contributions/img-for-tencent/e8c2ab4e5e31d1370c62fad25059a8a8.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/e932223585c0b19891cc085ad7f438e1.png b/site/content/docs/v1.6/contributions/img-for-tencent/e932223585c0b19891cc085ad7f438e1.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/e932223585c0b19891cc085ad7f438e1.png rename to site/content/docs/v1.6/contributions/img-for-tencent/e932223585c0b19891cc085ad7f438e1.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/eb2bbabae48b188748f5278bedf177f1.png b/site/content/docs/v1.6/contributions/img-for-tencent/eb2bbabae48b188748f5278bedf177f1.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/eb2bbabae48b188748f5278bedf177f1.png rename to site/content/docs/v1.6/contributions/img-for-tencent/eb2bbabae48b188748f5278bedf177f1.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/effe8a0a7ce3aa8e422db00bfdddc375.png b/site/content/docs/v1.6/contributions/img-for-tencent/effe8a0a7ce3aa8e422db00bfdddc375.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/effe8a0a7ce3aa8e422db00bfdddc375.png rename to site/content/docs/v1.6/contributions/img-for-tencent/effe8a0a7ce3aa8e422db00bfdddc375.png diff --git a/site/content/docs/v1.6-rc.2/contributions/img-for-tencent/f0fff5228527edc72d6e71a50d5dc966.png b/site/content/docs/v1.6/contributions/img-for-tencent/f0fff5228527edc72d6e71a50d5dc966.png similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/img-for-tencent/f0fff5228527edc72d6e71a50d5dc966.png rename to site/content/docs/v1.6/contributions/img-for-tencent/f0fff5228527edc72d6e71a50d5dc966.png diff --git a/site/content/docs/v1.6-rc.2/contributions/minio.md b/site/content/docs/v1.6/contributions/minio.md similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/minio.md rename to site/content/docs/v1.6/contributions/minio.md diff --git a/site/content/docs/v1.6-rc.2/contributions/oracle-config.md b/site/content/docs/v1.6/contributions/oracle-config.md similarity index 99% rename from site/content/docs/v1.6-rc.2/contributions/oracle-config.md rename to site/content/docs/v1.6/contributions/oracle-config.md index a0e27adb97..d9b6fd7c91 100644 --- a/site/content/docs/v1.6-rc.2/contributions/oracle-config.md +++ b/site/content/docs/v1.6/contributions/oracle-config.md @@ -244,5 +244,5 @@ After creating the Velero server in your cluster, try this example: ## Additional Reading -* [Official Velero Documentation](https://velero.io/docs/v1.6-rc.2/) +* [Official Velero Documentation](https://velero.io/docs/v1.6/) * [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/) diff --git a/site/content/docs/v1.6-rc.2/contributions/tencent-config.md b/site/content/docs/v1.6/contributions/tencent-config.md similarity index 100% rename from site/content/docs/v1.6-rc.2/contributions/tencent-config.md rename to site/content/docs/v1.6/contributions/tencent-config.md diff --git a/site/content/docs/v1.6-rc.2/csi.md b/site/content/docs/v1.6/csi.md similarity index 100% rename from site/content/docs/v1.6-rc.2/csi.md rename to site/content/docs/v1.6/csi.md diff --git a/site/content/docs/v1.6-rc.2/custom-plugins.md b/site/content/docs/v1.6/custom-plugins.md similarity index 96% rename from site/content/docs/v1.6-rc.2/custom-plugins.md rename to site/content/docs/v1.6/custom-plugins.md index 8381df3582..7968ff4ad1 100644 --- a/site/content/docs/v1.6-rc.2/custom-plugins.md +++ b/site/content/docs/v1.6/custom-plugins.md @@ -113,5 +113,5 @@ Once parsed into a `[]string`, the features can then be registered using the `Ne Velero adds the `LD_LIBRARY_PATH` into the list of environment variables to provide the convenience for plugins that requires C libraries/extensions in the runtime. [1]: https://github.com/vmware-tanzu/velero-plugin-example -[2]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/pkg/plugin/logger.go -[3]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/pkg/restore/restic_restore_action.go +[2]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/pkg/plugin/logger.go +[3]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/pkg/restore/restic_restore_action.go diff --git a/site/content/docs/v1.6-rc.2/customize-installation.md b/site/content/docs/v1.6/customize-installation.md similarity index 99% rename from site/content/docs/v1.6-rc.2/customize-installation.md rename to site/content/docs/v1.6/customize-installation.md index 88b1b35ff2..655adfcf80 100644 --- a/site/content/docs/v1.6-rc.2/customize-installation.md +++ b/site/content/docs/v1.6/customize-installation.md @@ -365,4 +365,4 @@ If you get an error like `complete:13: command not found: compdef`, then add the [8]: https://github.com/vmware-tanzu/velero/issues/2311 [9]: self-signed-certificates.md [10]: csi.md -[11]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/pkg/apis/velero/v1/constants.go +[11]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/pkg/apis/velero/v1/constants.go diff --git a/site/content/docs/v1.6-rc.2/debugging-install.md b/site/content/docs/v1.6/debugging-install.md similarity index 100% rename from site/content/docs/v1.6-rc.2/debugging-install.md rename to site/content/docs/v1.6/debugging-install.md diff --git a/site/content/docs/v1.6-rc.2/debugging-restores.md b/site/content/docs/v1.6/debugging-restores.md similarity index 100% rename from site/content/docs/v1.6-rc.2/debugging-restores.md rename to site/content/docs/v1.6/debugging-restores.md diff --git a/site/content/docs/v1.6-rc.2/development.md b/site/content/docs/v1.6/development.md similarity index 100% rename from site/content/docs/v1.6-rc.2/development.md rename to site/content/docs/v1.6/development.md diff --git a/site/content/docs/v1.6-rc.2/disaster-case.md b/site/content/docs/v1.6/disaster-case.md similarity index 100% rename from site/content/docs/v1.6-rc.2/disaster-case.md rename to site/content/docs/v1.6/disaster-case.md diff --git a/site/content/docs/v1.6-rc.2/enable-api-group-versions-feature.md b/site/content/docs/v1.6/enable-api-group-versions-feature.md similarity index 100% rename from site/content/docs/v1.6-rc.2/enable-api-group-versions-feature.md rename to site/content/docs/v1.6/enable-api-group-versions-feature.md diff --git a/site/content/docs/v1.6-rc.2/examples.md b/site/content/docs/v1.6/examples.md similarity index 100% rename from site/content/docs/v1.6-rc.2/examples.md rename to site/content/docs/v1.6/examples.md diff --git a/site/content/docs/v1.6-rc.2/how-velero-works.md b/site/content/docs/v1.6/how-velero-works.md similarity index 100% rename from site/content/docs/v1.6-rc.2/how-velero-works.md rename to site/content/docs/v1.6/how-velero-works.md diff --git a/site/content/docs/v1.6-rc.2/image-tagging.md b/site/content/docs/v1.6/image-tagging.md similarity index 100% rename from site/content/docs/v1.6-rc.2/image-tagging.md rename to site/content/docs/v1.6/image-tagging.md diff --git a/site/content/docs/v1.6-rc.2/img/README.md b/site/content/docs/v1.6/img/README.md similarity index 100% rename from site/content/docs/v1.6-rc.2/img/README.md rename to site/content/docs/v1.6/img/README.md diff --git a/site/content/docs/v1.6-rc.2/img/backup-process.png b/site/content/docs/v1.6/img/backup-process.png similarity index 100% rename from site/content/docs/v1.6-rc.2/img/backup-process.png rename to site/content/docs/v1.6/img/backup-process.png diff --git a/site/content/docs/v1.6-rc.2/img/gv_priority1-caseA.png b/site/content/docs/v1.6/img/gv_priority1-caseA.png similarity index 100% rename from site/content/docs/v1.6-rc.2/img/gv_priority1-caseA.png rename to site/content/docs/v1.6/img/gv_priority1-caseA.png diff --git a/site/content/docs/v1.6-rc.2/img/gv_priority1-caseB.png b/site/content/docs/v1.6/img/gv_priority1-caseB.png similarity index 100% rename from site/content/docs/v1.6-rc.2/img/gv_priority1-caseB.png rename to site/content/docs/v1.6/img/gv_priority1-caseB.png diff --git a/site/content/docs/v1.6-rc.2/img/gv_priority2-caseC.png b/site/content/docs/v1.6/img/gv_priority2-caseC.png similarity index 100% rename from site/content/docs/v1.6-rc.2/img/gv_priority2-caseC.png rename to site/content/docs/v1.6/img/gv_priority2-caseC.png diff --git a/site/content/docs/v1.6-rc.2/img/gv_priority3-caseD.png b/site/content/docs/v1.6/img/gv_priority3-caseD.png similarity index 100% rename from site/content/docs/v1.6-rc.2/img/gv_priority3-caseD.png rename to site/content/docs/v1.6/img/gv_priority3-caseD.png diff --git a/site/content/docs/v1.6-rc.2/img/velero.png b/site/content/docs/v1.6/img/velero.png similarity index 100% rename from site/content/docs/v1.6-rc.2/img/velero.png rename to site/content/docs/v1.6/img/velero.png diff --git a/site/content/docs/v1.6-rc.2/locations.md b/site/content/docs/v1.6/locations.md similarity index 100% rename from site/content/docs/v1.6-rc.2/locations.md rename to site/content/docs/v1.6/locations.md diff --git a/site/content/docs/v1.6-rc.2/maintainers.md b/site/content/docs/v1.6/maintainers.md similarity index 79% rename from site/content/docs/v1.6-rc.2/maintainers.md rename to site/content/docs/v1.6/maintainers.md index e9bde1f910..a190fa887a 100644 --- a/site/content/docs/v1.6-rc.2/maintainers.md +++ b/site/content/docs/v1.6/maintainers.md @@ -4,7 +4,7 @@ layout: docs toc: "true" --- -There are some guidelines maintainers need to follow. We list them here for quick reference, especially for new maintainers. These guidelines apply to all projects in the Velero org, including the main project, the Velero Helm chart, and all other [related repositories](https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/GOVERNANCE.md#code-repositories). +There are some guidelines maintainers need to follow. We list them here for quick reference, especially for new maintainers. These guidelines apply to all projects in the Velero org, including the main project, the Velero Helm chart, and all other [related repositories](https://github.com/vmware-tanzu/velero/blob/v1.6.0/GOVERNANCE.md#code-repositories). Please be sure to also go through the guidance under the entire [Contribute](start-contributing/) section. @@ -14,12 +14,12 @@ Please be sure to also go through the guidance under the entire [Contribute](sta - As you review a PR that is not yet ready to merge, please check if the "request review" needs to be refreshed for any reviewer (this is better than @mention at them) - Refrain from @mention other maintainers to review the PR unless it is an immediate need. All maintainers already get notified through the automated add to the "request review". If it is an urgent need, please add a helpful message as to why it is so people can properly prioritize work. - There is no need to manually request reviewers: after the PR is created, all maintainers will be automatically added to the list (note: feel free to remove people if they are on PTO, etc). -- Be familiar with the [lazy consensus](https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/GOVERNANCE.md#lazy-consensus) policy for the project. +- Be familiar with the [lazy consensus](https://github.com/vmware-tanzu/velero/blob/v1.6.0/GOVERNANCE.md#lazy-consensus) policy for the project. Some tips for doing reviews: -- There are some [code standards and general guidelines](https://velero.io/docs/v1.6-rc.2/code-standards) we aim for -- We have [guidelines for writing and reviewing documentation](https://velero.io/docs/v1.6-rc.2/style-guide/) -- When reviewing a design document, ensure it follows [our format and guidelines]( https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/design/_template.md). Also, when reviewing a PR that implements a previously accepted design, ensure the associated design doc is moved to the [design/implemented](https://github.com/vmware-tanzu/velero/tree/main/design/implemented) folder. +- There are some [code standards and general guidelines](https://velero.io/docs/v1.6/code-standards) we aim for +- We have [guidelines for writing and reviewing documentation](https://velero.io/docs/v1.6/style-guide/) +- When reviewing a design document, ensure it follows [our format and guidelines]( https://github.com/vmware-tanzu/velero/blob/v1.6.0/design/_template.md). Also, when reviewing a PR that implements a previously accepted design, ensure the associated design doc is moved to the [design/implemented](https://github.com/vmware-tanzu/velero/tree/main/design/implemented) folder. ## Creating a release @@ -32,4 +32,4 @@ Maintainers are expected to participate in the community support rotation. We ha Maintainers for the Velero project are highly involved with the open source community. All the online community meetings for the project are listed in our [community](community) page. ## How do I become a maintainer? -The Velero project welcomes contributors of all kinds. We are also always on the look out for a high level of engagement from contributors and opportunities to bring in new maintainers. If this is of interest, take a look at how [adding a maintainer](https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/GOVERNANCE.md#maintainers) is decided. \ No newline at end of file +The Velero project welcomes contributors of all kinds. We are also always on the look out for a high level of engagement from contributors and opportunities to bring in new maintainers. If this is of interest, take a look at how [adding a maintainer](https://github.com/vmware-tanzu/velero/blob/v1.6.0/GOVERNANCE.md#maintainers) is decided. \ No newline at end of file diff --git a/site/content/docs/v1.6-rc.2/migration-case.md b/site/content/docs/v1.6/migration-case.md similarity index 100% rename from site/content/docs/v1.6-rc.2/migration-case.md rename to site/content/docs/v1.6/migration-case.md diff --git a/site/content/docs/v1.6-rc.2/namespace.md b/site/content/docs/v1.6/namespace.md similarity index 100% rename from site/content/docs/v1.6-rc.2/namespace.md rename to site/content/docs/v1.6/namespace.md diff --git a/site/content/docs/v1.6-rc.2/on-premises.md b/site/content/docs/v1.6/on-premises.md similarity index 100% rename from site/content/docs/v1.6-rc.2/on-premises.md rename to site/content/docs/v1.6/on-premises.md diff --git a/site/content/docs/v1.6-rc.2/output-file-format.md b/site/content/docs/v1.6/output-file-format.md similarity index 100% rename from site/content/docs/v1.6-rc.2/output-file-format.md rename to site/content/docs/v1.6/output-file-format.md diff --git a/site/content/docs/v1.6-rc.2/overview-plugins.md b/site/content/docs/v1.6/overview-plugins.md similarity index 100% rename from site/content/docs/v1.6-rc.2/overview-plugins.md rename to site/content/docs/v1.6/overview-plugins.md diff --git a/site/content/docs/v1.6-rc.2/plugin-release-instructions.md b/site/content/docs/v1.6/plugin-release-instructions.md similarity index 100% rename from site/content/docs/v1.6-rc.2/plugin-release-instructions.md rename to site/content/docs/v1.6/plugin-release-instructions.md diff --git a/site/content/docs/v1.6-rc.2/rbac.md b/site/content/docs/v1.6/rbac.md similarity index 100% rename from site/content/docs/v1.6-rc.2/rbac.md rename to site/content/docs/v1.6/rbac.md diff --git a/site/content/docs/v1.6-rc.2/release-instructions.md b/site/content/docs/v1.6/release-instructions.md similarity index 98% rename from site/content/docs/v1.6-rc.2/release-instructions.md rename to site/content/docs/v1.6/release-instructions.md index 8c5c0fda03..dc768cdd62 100644 --- a/site/content/docs/v1.6-rc.2/release-instructions.md +++ b/site/content/docs/v1.6/release-instructions.md @@ -9,7 +9,7 @@ This page covers the steps to perform when releasing a new version of Velero. - Please read the documented variables in each script to understand what they are for and how to properly format their values. - You will need to have an upstream remote configured to use to the [vmware-tanzu/velero](https://github.com/vmware-tanzu/velero) repository. You can check this using `git remote -v`. - The release script ([`tag-release.sh`](https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/hack/release-tools/tag-release.sh)) will use `upstream` as the default remote name if it is not specified using the environment variable `REMOTE`. + The release script ([`tag-release.sh`](https://github.com/vmware-tanzu/velero/blob/v1.6.0/hack/release-tools/tag-release.sh)) will use `upstream` as the default remote name if it is not specified using the environment variable `REMOTE`. - GA release: major and minor releases only. Example: 1.0 (major), 1.5 (minor). - Pre-releases: Any release leading up to a GA. Example: 1.4.0-beta.1, 1.5.0-rc.1 - RC releases: Release Candidate, contains everything that is supposed to ship with the GA release. This is still a pre-release. diff --git a/site/content/docs/v1.6-rc.2/resource-filtering.md b/site/content/docs/v1.6/resource-filtering.md similarity index 100% rename from site/content/docs/v1.6-rc.2/resource-filtering.md rename to site/content/docs/v1.6/resource-filtering.md diff --git a/site/content/docs/v1.6-rc.2/restic.md b/site/content/docs/v1.6/restic.md similarity index 100% rename from site/content/docs/v1.6-rc.2/restic.md rename to site/content/docs/v1.6/restic.md diff --git a/site/content/docs/v1.6-rc.2/restore-hooks.md b/site/content/docs/v1.6/restore-hooks.md similarity index 100% rename from site/content/docs/v1.6-rc.2/restore-hooks.md rename to site/content/docs/v1.6/restore-hooks.md diff --git a/site/content/docs/v1.6-rc.2/restore-reference.md b/site/content/docs/v1.6/restore-reference.md similarity index 100% rename from site/content/docs/v1.6-rc.2/restore-reference.md rename to site/content/docs/v1.6/restore-reference.md diff --git a/site/content/docs/v1.6-rc.2/run-locally.md b/site/content/docs/v1.6/run-locally.md similarity index 100% rename from site/content/docs/v1.6-rc.2/run-locally.md rename to site/content/docs/v1.6/run-locally.md diff --git a/site/content/docs/v1.6-rc.2/self-signed-certificates.md b/site/content/docs/v1.6/self-signed-certificates.md similarity index 100% rename from site/content/docs/v1.6-rc.2/self-signed-certificates.md rename to site/content/docs/v1.6/self-signed-certificates.md diff --git a/site/content/docs/v1.6-rc.2/start-contributing.md b/site/content/docs/v1.6/start-contributing.md similarity index 82% rename from site/content/docs/v1.6-rc.2/start-contributing.md rename to site/content/docs/v1.6/start-contributing.md index d4d24d6bd6..772e85fb1c 100644 --- a/site/content/docs/v1.6-rc.2/start-contributing.md +++ b/site/content/docs/v1.6/start-contributing.md @@ -28,7 +28,7 @@ Please browse our list of resources, including a playlist of past online communi If you are ready to jump in and test, add code, or help with documentation, please use the navigation on the left under `Contribute`. -[1]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/CODE_OF_CONDUCT.md -[2]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/CONTRIBUTING.md -[3]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/.github/ISSUE_TEMPLATE/feature-enhancement-request.md -[4]: https://github.com/vmware-tanzu/velero/blob/v1.6-rc.2/.github/ISSUE_TEMPLATE/bug_report.md +[1]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/CODE_OF_CONDUCT.md +[2]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/CONTRIBUTING.md +[3]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/.github/ISSUE_TEMPLATE/feature-enhancement-request.md +[4]: https://github.com/vmware-tanzu/velero/blob/v1.6.0/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/site/content/docs/v1.6-rc.2/style-guide.md b/site/content/docs/v1.6/style-guide.md similarity index 100% rename from site/content/docs/v1.6-rc.2/style-guide.md rename to site/content/docs/v1.6/style-guide.md diff --git a/site/content/docs/v1.6-rc.2/support-process.md b/site/content/docs/v1.6/support-process.md similarity index 100% rename from site/content/docs/v1.6-rc.2/support-process.md rename to site/content/docs/v1.6/support-process.md diff --git a/site/content/docs/v1.6-rc.2/supported-providers.md b/site/content/docs/v1.6/supported-providers.md similarity index 100% rename from site/content/docs/v1.6-rc.2/supported-providers.md rename to site/content/docs/v1.6/supported-providers.md diff --git a/site/content/docs/v1.6-rc.2/tilt.md b/site/content/docs/v1.6/tilt.md similarity index 100% rename from site/content/docs/v1.6-rc.2/tilt.md rename to site/content/docs/v1.6/tilt.md diff --git a/site/content/docs/v1.6-rc.2/troubleshooting.md b/site/content/docs/v1.6/troubleshooting.md similarity index 100% rename from site/content/docs/v1.6-rc.2/troubleshooting.md rename to site/content/docs/v1.6/troubleshooting.md diff --git a/site/content/docs/v1.6-rc.2/uninstalling.md b/site/content/docs/v1.6/uninstalling.md similarity index 100% rename from site/content/docs/v1.6-rc.2/uninstalling.md rename to site/content/docs/v1.6/uninstalling.md diff --git a/site/content/docs/v1.6-rc.2/upgrade-to-1.6.md b/site/content/docs/v1.6/upgrade-to-1.6.md similarity index 92% rename from site/content/docs/v1.6-rc.2/upgrade-to-1.6.md rename to site/content/docs/v1.6/upgrade-to-1.6.md index 96920ec162..fe85a1f64b 100644 --- a/site/content/docs/v1.6-rc.2/upgrade-to-1.6.md +++ b/site/content/docs/v1.6/upgrade-to-1.6.md @@ -29,7 +29,7 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.0-rc.2 + Version: v1.6.0 Git commit: ``` @@ -45,12 +45,12 @@ If you're not yet running at least Velero v1.5, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.6.0-rc.2 \ + velero=velero/velero:v1.6.0 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.6.0-rc.2 \ + restic=velero/velero:v1.6.0 \ --namespace velero ``` @@ -64,11 +64,11 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.0-rc.2 + Version: v1.6.0 Git commit: Server: - Version: v1.6.0-rc.2 + Version: v1.6.0 ``` ## Notes @@ -86,4 +86,4 @@ After upgrading, if there is a previously created backup storage location with t [6]: https://github.com/vmware-tanzu/velero/releases/tag/v1.4.2 [7]: https://github.com/vmware-tanzu/velero/issues/2077 [8]: https://github.com/vmware-tanzu/velero/issues/2311 -[9]: https://velero.io/docs/v1.6-rc.2/locations +[9]: https://velero.io/docs/v1.6/locations diff --git a/site/content/docs/v1.6-rc.2/velero-install.md b/site/content/docs/v1.6/velero-install.md similarity index 100% rename from site/content/docs/v1.6-rc.2/velero-install.md rename to site/content/docs/v1.6/velero-install.md diff --git a/site/content/docs/v1.6-rc.2/vendoring-dependencies.md b/site/content/docs/v1.6/vendoring-dependencies.md similarity index 100% rename from site/content/docs/v1.6-rc.2/vendoring-dependencies.md rename to site/content/docs/v1.6/vendoring-dependencies.md diff --git a/site/content/docs/v1.6-rc.2/website-guidelines.md b/site/content/docs/v1.6/website-guidelines.md similarity index 100% rename from site/content/docs/v1.6-rc.2/website-guidelines.md rename to site/content/docs/v1.6/website-guidelines.md diff --git a/site/data/docs/toc-mapping.yml b/site/data/docs/toc-mapping.yml index 76263759d7..c787dd5752 100644 --- a/site/data/docs/toc-mapping.yml +++ b/site/data/docs/toc-mapping.yml @@ -3,7 +3,7 @@ # that the navigation for older versions still work. main: main-toc -v1.6-rc.2: v1-6-rc.2-toc +v1.6: v1-6-toc v1.5: v1-5-toc v1.4: v1-4-toc v1.3.2: v1-3-2-toc diff --git a/site/data/docs/v1-6-rc.2-toc.yml b/site/data/docs/v1-6-toc.yml similarity index 100% rename from site/data/docs/v1-6-rc.2-toc.yml rename to site/data/docs/v1-6-toc.yml