SHA256
1
0
forked from pool/velero

Accepting request 962544 from home:jenting:branches:devel:kubic

- Update to version 1.8.1:
  * Bump up golang to 1.17.8
  * Generate the changelog for v1.8.1
  * Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706)
  * Append "-dev" suffix for the image tag of release branches
  * Enable building and pushing image for release branches
  * Modify according to comments
  * [fix] Add regional PV support for GKE
  * Check for nil before logging DefaultVolumesToRestic value

OBS-URL: https://build.opensuse.org/request/show/962544
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/velero?expand=0&rev=26
This commit is contained in:
jenting hsiao
2022-03-17 23:33:48 +00:00
committed by Git OBS Bridge
parent cff3f2cd07
commit 0bfef0fb00
6 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Mar 17 13:42:20 UTC 2022 - jenting.hsiao@suse.com
- Update to version 1.8.1:
* Bump up golang to 1.17.8
* Generate the changelog for v1.8.1
* Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706)
* Append "-dev" suffix for the image tag of release branches
* Enable building and pushing image for release branches
* Modify according to comments
* [fix] Add regional PV support for GKE
* Check for nil before logging DefaultVolumesToRestic value
-------------------------------------------------------------------
Wed Feb 16 07:55:52 UTC 2022 - jenting.hsiao@suse.com