Releases: crossplane-contrib/provider-upjet-gcp
v0.24.0
What's Changed
- Address - Use selflink instead of resource ID by @Pocokwins in #89
- gcp: add folder iam by @bradkwadsworth-mw in #84
New Contributors
- @bradkwadsworth-mw made their first contribution in #84
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- Delete OWNERS.md by @jeanduplessis in #57
- RegionTargetHTTPProxy - Use selflink for resolving RegionURLMap by @Pocokwins in #83
- ManagedZone - Use selflink for peer_config and private_visibility_config by @oskisk in #67
Full Changelog: v0.21.0...v0.23.0
v0.22.0
The v0.22.0
release contains fixes for referencers in the compute.RegionTargetHTTPProxy
and dns.ManagedZone
managed resources. The provider's package is available as xpkg.upbound.io/upbound/provider-gcp:v0.22.0
, and please don't forget to check the provider's Upbound Marketplace documentation.
What's Changed
- Delete OWNERS.md by @jeanduplessis in #57
- RegionTargetHTTPProxy - Use selflink for resolving RegionURLMap by @Pocokwins in #83
- ManagedZone - Use selflink for peer_config and private_visibility_config by @oskisk in #67
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Add some bigquery and dataflow resources by @ulucinar in #56
- Reuse Uptest workflow and standardize Makefile targets by @turkenh in #49
- Test bigquery & dataflow group with uptest by @ulucinar in #58
- Print coverage statistics by @ulucinar in #60
- Use self-link for Cluster network/subnetwork selector by @oskisk in #54
- Add a "Show diff" step to show diffs in case the make check-diff step fails by @ulucinar in #61
- Report CRD breaking API schema changes with a report-breaking-changes CI job by @ulucinar in #71
- Add issue triage Github workflow by @jeanduplessis in #73
- ForwardingRule - Use selflink for ip_address, network, subnetwork and target selector by @Pocokwins in #69
New Contributors
- @oskisk made their first contribution in #54
- @jeanduplessis made their first contribution in #73
- @Pocokwins made their first contribution in #69
Full Changelog: v0.18.0...v0.21.0
v0.20.0
What's Changed
- Add some bigquery and dataflow resources by @ulucinar in #56
- Reuse Uptest workflow and standardize Makefile targets by @turkenh in #49
- Test bigquery & dataflow group with uptest by @ulucinar in #58
- Print coverage statistics by @ulucinar in #60
- Use self-link for Cluster network/subnetwork selector by @oskisk in #54
- Add a "Show diff" step to show diffs in case the make check-diff step fails by @ulucinar in #61
- Report CRD breaking API schema changes with a report-breaking-changes CI job by @ulucinar in #71
- Add issue triage Github workflow by @jeanduplessis in #73
New Contributors
- @oskisk made their first contribution in #54
- @jeanduplessis made their first contribution in #73
Full Changelog: v0.18.0...v0.20.0
v0.19.0
v0.18.0
The v0.18.0
release contains some minor documentation and example manifest fixes. The secretmanager.SecretVersion
resource's reference configuration has been fixed so that it can now correctly resolve references to secretmanager.Secret
s. Notably, the poll interval and the maximum concurrent reconcilers for provider-gcp controllers are now configurable with the provider's command-line arguments and the default values have been tweaked according to our observations here. We also now produce a list of non-generated Terraform resources that exist in the Terraform provider but have not been generated in the official provider. This list can now be found in the artifacts of a CI
Github workflow run.
The provider's package is available as xpkg.upbound.io/upbound/provider-gcp:v0.18.0
, and please don't forget to check the provider's Upbound Marketplace documentation.
What's Changed
- Fix secret selector of google_secret_manager_secret_version by @ezgidemirel in #46
- Fix Uptest timeout annotation by @ezgidemirel in #50
- Make not-generated Terraform resources CSV available as a Github workflow artifact by @ulucinar in #47
- Configurable maxConcurrentReconciles and pollInterval with sensible defaults by @turkenh in #48
- Remove Terraform-specific comments from secretmanager.SecretVersion's SecretDataSecretRef field by @ulucinar in #52
New Contributors
Full Changelog: v0.17.0...v0.18.0
v0.17.0
Small CI fixes and documentation update about Workload Identity.