velero/changelogs
Bridget McErlean d98c65f69e
Use appropriate CRD API during readiness check (#4015)
* Use appropriate CRD API during readiness check

The readiness check for the Velero CRDs was still using the v1beta1 API.
This would cause the readiness check to fail on 1.22 clusters as the
v1beta1 API is no longer available. Previously, this error would be
ignored and the installation would proceed, however with #4002, we are
no longer ignoring errors from this check.

This change modifies the CRD readiness check to check the CRDs using the
same API version that was used when submitting the CRDs to the cluster.
It also introduces a new CRD builder using the V1 API for testing.

This change also fixes a bug that was identified in the polling code
where if the CRDs were not ready on the first polling iteration, they
would be added again to the list of CRDs to check resulting in
duplicates. This would cause the length check to fail on all subsequent
polls and the timeout would always be reached.

Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>

* Remove duplicate V1 CRD builder and update comment

Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
2021-08-05 15:17:14 -04:00
..
unreleased Use appropriate CRD API during readiness check (#4015) 2021-08-05 15:17:14 -04: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
CHANGELOG-1.6.md Add changelog and docs for v1.6.0 2021-04-12 16:00:34 -04:00