File terraform-provider-google.changes of Package terraform-provider-google.16152
-------------------------------------------------------------------
Thu Aug 6 10:52:04 CEST 2020 - aosthof@suse.de
- Inclusion in SLES 15 SP1/SP2 Public Cloud Module (jsc#ECO-2340)
-------------------------------------------------------------------
Mon Jul 20 08:54:45 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.20.3:
* NOTES:
+ `2.20.3` is a backport release, and some changes will not appear
in `3.X` series releases until `3.12.0`.
To upgrade to `3.X` you will need to perform a large jump in versions,
and it is _strongly_ advised that you attempt to upgrade to `3.X`
instead of using this release.
+ `2.20.3` is primarily a preventative fix, in anticipation of a change
in API response messages adding a default value.
* BUG FIXES:
+ compute: fixed error when reading `google_compute_instance_template`
resources with `network_interface[*].name` set. (#5812)
* See CHANGELOG.md for the previous changes from 1.19.0 to 2.20.2
- Enable vendoring in _service file
- Disable services in _service file as they currently cause issues
with OBS, run services manually and include tarballs
- Raise minimum Golang API version to 1.12 in BuildRequires
- Switch tarball compression to gzip as the vendoring service currently
does not support the xz compression format
-------------------------------------------------------------------
Fri Sep 21 08:58:09 UTC 2018 - ldevulder@suse.de
- Update to version 1.18.0:
* v1.18.0
* Add tests based on google_compute_address examples. (#2017)
* move all remaining import_ tests into resource-specific tests (#2060)
* Reduce rig datasource test target size to 1. (#2064)
* just make sweeper warn instead of error (#2057)
* change delay in region instance group data source test (#2047)
* get dataproc logs when jobs fail in test (#2049)
* Add missing quotation marks to compute_ssl_certificate tests (#2042)
* Fix Composer Test flakes/bucket sweeper (#2052)
* Remove hardcoded version in resource_container_node_pool_test.go (#2046)
-------------------------------------------------------------------
Thu Aug 30 14:51:51 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.17.0+git20180829.ca031703:
* Update CHANGELOG.md
* Fixes for importing sql database instances (#1956)
* Magic Modules changes. (#1951)
* Use beta API location for google_container_engine_versions (#1939)
* Autogenerate HealthCheck resource (#1941)
* fix possible error from nil check (#1942)
* Fix service account key data source name (#1932)
* Force acceptance test failure if .Set errors (#1934)
* Ignore google provider binary (#1935)
* Initial TF commits needed for cloud composer support (#1926)
-------------------------------------------------------------------
Thu Jul 05 08:08:40 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.15.0+git20180702.064ec03:
* Added ability to configure resource labels on a GKE cluster
* Type conversion issue
* Minor code changes as requested
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update redis example to actually use network (#1720)
* add `quic_override` to `google_compute_target_https_proxy` (#1718)
* Update CHANGELOG.md
* Autogenerate VPN Tunnel resource (#1699)
* Support Redis configuration (#1706)
* Update CHANGELOG.md
* Update CHANGELOG.md
-------------------------------------------------------------------
Wed Jul 4 13:28:53 UTC 2018 - ldevulder@suse.com
- Initial release