velero/changelogs
JenTing Hsiao 9dd158d13d
feat: support configure BSL CR to indicate which one is the default (#3092)
* Add default field to BSL CRD

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Add a new flag `--default` under `velero backup-location create`

add a new flag `--default` under `velero backup-location create`
to specify this new location to be the new default BSL.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Add a new default field under `velero backup-location get`

add a new default field under `velero backup-location get` to indicate
which BSL is the default one.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Add a new sub-command and flag under `velero backup-location`

Add a new sub-command called `velero backup-location set` sub-command
and a new flag `velero backup-cation set --default` to configure which
BSL is the default one.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Add new flag to get the default backup-location

Add a new flag `--default` under `velero backup-location get`
to displays the current default BSL.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Configures default BSL in BSL controller

When upgrade the BSL CRDs, none of the BSL has been labeled as default.
Sets the BSL default field to true if the BSL name matches to the default BSL setting.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Configures the default BSL in BSL controller for velero upgrade

When upgrade the BSL CRDs, none of the BSL be marked as the default.
Sets the BSL `.spec.default: true` if the BSL name matches against the
`velero server --default-backup-storage-location`.

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Add unit test to test default BSL behavior

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Update check which one is the default BSL in backup/backup_sync/restore controller

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Add changelog

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>

* Update docs locations.md and upgrade-to-1.6.md

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
2020-12-08 16:38:29 -05:00
..
unreleased feat: support configure BSL CR to indicate which one is the default (#3092) 2020-12-08 16:38:29 -05:00
CHANGELOG-0.3.md adjust changelog layout 2018-11-16 16:00:35 -05:00
CHANGELOG-0.4.md adjust changelog layout 2018-11-16 16:00:35 -05:00
CHANGELOG-0.5.md Fix various typos found by codespell (#3057) 2020-11-10 11:48:35 -05:00
CHANGELOG-0.6.md adjust changelog layout 2018-11-16 16:00:35 -05:00
CHANGELOG-0.7.md adjust changelog layout 2018-11-16 16:00:35 -05:00
CHANGELOG-0.8.md Rename Ark to Velero!!! 2019-02-04 17:35:22 -05:00
CHANGELOG-0.9.md Fix various typos found by codespell (#3057) 2020-11-10 11:48:35 -05:00
CHANGELOG-0.10.md Address insensitive language (#2677) 2020-07-17 14:59:51 -07:00
CHANGELOG-0.11.md v0.11.1 changelog 2019-05-15 09:45:19 -07:00
CHANGELOG-1.0.md add 1.0 changelog 2019-05-19 13:42:16 -06:00
CHANGELOG-1.1.md Fix various typos found by codespell (#3057) 2020-11-10 11:48:35 -05:00
CHANGELOG-1.2.md v1.2.0 changelog 2019-11-07 08:20:22 -07:00
CHANGELOG-1.3.md Fix various typos found by codespell (#3057) 2020-11-10 11:48:35 -05:00
CHANGELOG-1.4.md Update changelogs for v1.4.2 (#2705) 2020-07-21 11:14:41 -07:00
CHANGELOG-1.5.md Add changelog and docs for v1.5 release (#2941) 2020-09-16 17:17:30 -04:00