SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for terraform-provider-google-3.52.0-lp155.1.13.x86_64.rpm :

* Mon Jan 18 2021 John Paul Adrian Glaubitz - Update to version 3.52.0
* BREAKING CHANGES: + billing: removed import support for `google_billing_budget` as it never functioned correctly (#8023)
* FEATURES: +
*
*New Data Source:
*
* `google_sql_backup_run` (#8100) +
*
*New Data Source:
*
* `google_storage_bucket_object_content` (#8016) +
*
*New Resource:
*
* `google_billing_subaccount` (#8022) +
*
*New Resource:
*
* `google_pubsub_lite_subscription` (#8011) +
*
*New Resource:
*
* `google_pubsub_lite_topic` (#8011)
* IMPROVEMENTS: + bigquery: promoted bigquery reservation to GA. (#8079) + bigtable: added support for specifying `duration` for `bigtable_gc_policy` to allow durations shorter than a day (#7879) + bigtable: added support for specifying `duration` for `bigtable_gc_policy` to allow durations shorter than a day (#8081) + billing: promoted `google_billing_budget` to GA (#8023) + compute: Added support for Google Virtual Network Interface (gVNIC) for `google_compute_image` (#8007) + compute: added SHARED_LOADBALANCER_VIP as a valid option for `google_compute_address.purpose` (#7987) + compute: added field `multiwriter` to resource `disk` (beta) (#8098) + compute: added support for `enable_independent_endpoint_mapping` to `google_compute_router_nat` resource (#8049) + compute: added support for `filter.direction` to `google_compute_packet_mirroring` (#8102) + compute: promoted `confidential_instance_config` field in `google_compute_instance` and `google_compute_instance_template` to GA (#8089) + compute: promoted `google_compute_forwarding_rule` `is_mirroring_collector` to GA (#8102) + compute: promoted `google_compute_packet_mirroring` to GA (#8102) + dataflow: Added optional `kms_key_name` field for `google_dataflow_job` (#8116) + dataflow: added documentation about using `parameters` for custom service account and other pipeline options to `google_dataflow_flex_template_job` (#7999) + redis: added `auth_string` output to `google_redis_instance` when `auth_enabled` is `true` (#8090) + redis: promoted `google_redis_instance.auth_enabled` to GA (#8090) + sql: added support for setting the `type` field on `google_sql_user` to support IAM authentication (#8017) + sql: added support for setting the `type` field on `google_sql_user` to support IAM authentication (#8047)
* BUG FIXES: + compute: removed requirement for `google_compute_region_url_map` default_service, as it should be a choice of default_service or default_url_redirect (#2810) + cloud_tasks: fixed permadiff on retry_config.max_retry_duration for `google_cloud_tasks_queue` when the 0s is supplied (#8078) + cloudfunctions: fixed a bug where `google_cloudfunctions_function` would sometimes fail to update after being imported from gcloud (#8010) + cloudrun: fixed a permanent diff on `google_cloud_run_domain_mapping` `spec.force_override` field (#8026) + container: added plan time validation to ensure `enable_private_nodes` is true if `master_ipv4_cidr_block` is set on resource `cluster` (#8066) + dataproc: updated jobs to no longer wait for job completion during create (#8064) + filestore: updated retry logic to fail fast on quota error which cannot succeed on retry. (#8080) + logging: fixed updating on disabled in `google_logging_project_sink` (#8093) + scheduler: Fixed syntax error in the Cloud Scheduler HTTP target example. (#8004) + sql: fixed a bug in `google_sql_database_instance` that caused a permadiff on `settings.replication_type` (#8006) + storage: updated IAM resources to refresh etag sooner on an IAM conflict error, which will make applications of multiple IAM resources much faster. (#8080)
* See CHANGELOG.md for the previous changes from 3.44.0 to 3.51.0
* Wed Nov 11 2020 John Paul Adrian Glaubitz - Add symbolic link to comply with new filesystem layout for local provider copies- Define and use common Go spec file variables
* Mon Oct 19 2020 John Paul Adrian Glaubitz - Update to version 3.43.0
* FEATURES: +
*
*New Data Source:
*
* `google_pubsub_topic` (#7426) +
*
*New Data Source:
*
* `google_compute_global_forwarding_rule` (#7434) +
*
*New Data Source:
*
* `google_cloud_run_service` (#7388) +
*
*New Resource:
*
* `google_bigtable_table_iam_member` (#7410) +
*
*New Resource:
*
* `google_bigtable_table_iam_binding` (#7410) +
*
*New Resource:
*
* `google_bigtable_table_iam_policy` (#7410)
* IMPROVEMENTS: + appengine: added ability to manage pre-firestore appengine applications. (#7408) + bigquery: added support for `google_bigquery_table` `materialized_view` field (#7080) + compute: Marked `google_compute_per_instance_config` as GA (#7429) + compute: Marked `google_compute_region_per_instance_config` as GA (#7429) + compute: Marked `stateful_disk` as GA in `google_compute_instance_group_manager` (#7429) + compute: Marked `stateful_disk` as GA in `google_compute_region_instance_group_manager` (#7429) + compute: added additional fields to the `google_compute_forwarding_rule` datasource. (#7437) + dns: added `forwarding_path` field to `google_dns_policy` resource (#7416) + netblock: changed `google_netblock_ip_ranges` to read from cloud.json file rather than DNS record (#7157)
* BUG FIXES: + accessapproval: fixed issue where, due to a recent API change, `google_
*_access_approval.enrolled_services. cloud_product` entries specified as a URL would result in a permadiff + bigquery: fixed an issue in `google_bigquery_job` where non-US locations could not be read (#7418) + cloudrun: fixed an issue in `google_cloud_run_domain_mapping` where labels provided by Google would cause a diff (#7407) + compute: Fixed an issue where `google_compute_region_backend_service` required `healthChecks` for a serverless network endpoint group. (#7433) + container: fixed `node_config.image_type` perma-diff when specified in lower case. (#7412) + datacatalog: fixed an error in `google_data_catalog_tag` when trying to set boolean field to `false` (#7409) + monitoring: fixed bug where deleting a `google_monitoring_dashboard` would give an \"unsupported protocol scheme\" error
* See CHANGELOG.md for the previous changes from 2.20.2 to 3.42.0
* Mon Jul 20 2020 John Paul Adrian Glaubitz - 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 2018 ldevulderAATTsuse.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 2018 opensuse-packagingAATTopensuse.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 2018 opensuse-packagingAATTopensuse.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 04 2018 ldevulderAATTsuse.com- Initial release
 
ICM