Releases: crossplane-contrib/provider-upjet-gcp
v1.10.0
The v1.10.0
release introduces the following new resources.
ResponsePolicy.dns.gcp.upbound.io/v1beta1
ResponsePolicyRule.dns.gcp.upbound.io/v1beta1
TrustConfig.certificatemanager.gcp.upbound.io/v1beta1
What's Changed
- Configure dns ResponsePolicy and ResponsePolicyRule resources and add examples by @turkenf in #657
- Configure certificatemanager TrustConfig resource and add an example by @turkenf in #658
Full Changelog: v1.9.0...v1.10.0
v1.9.0
The v1.9.0
release introduces the Terraform provider upgrade from 5.39.0
to 5.44.2
, new resources, bug fixes, enhancements, and dependency updates.
Support for New Resources
ServiceConnectionPolicy.networkconnectivity.gcp.upbound.io/v1beta1
Cluster.redis.gcp.upbound.io/v1beta1
PolicyTag.datacatalog.gcp.upbound.io/v1beta1
Taxonomy.datacatalog.gcp.upbound.io/v1beta1
What's Changed
- Update actions/upload-artifact digest to 5076954 by @renovate in #608
- Revert "Fix goroutine leak when reconciling" by @turkenf in #614
- Bump upjet to the commit 3afbb77 by @turkenf in #618
- Add cleanupexamples tool to subpackages build process by @turkenf in #621
- Update alpine Docker tag to v3.20.3 by @renovate in #613
- Use different parameters name for auth and config group overrides by @sergenyalcin in #626
- Update dependency ubuntu to v24 by @renovate in #625
- Update docker/setup-buildx-action digest to c47758b by @renovate in #628
- Update actions/checkout digest to eef6144 by @renovate in #630
- Switch to the new API for marking as required the
region
field of the Cloud Function resource by @trampfox in #576 - Update actions/cache digest to 3624ceb by @renovate in #629
- Update actions/upload-artifact digest to 604373d by @renovate in #633
- Update actions/upload-artifact digest to b4b15b8 by @renovate in #634
- Update actions/cache digest to 6849a64 by @renovate in #636
- Update Upjet to v1.4.1-0.20241007154751-5cdf36996e4a by @rickard-von-essen in #631
- feat(networkconnectivity): add Service Connection Policy support by @rickard-von-essen in #624
- Update actions/setup-go digest to 41dfa10 by @renovate in #639
- Update actions/checkout digest to 11bd719 by @renovate in #638
- feat(redis): add Redis Cluster support by @rickard-von-essen in #623
- Feature/add selectors cluster private endpoint by @bradkwadsworth-mw in #610
- Lint 1.61.0 by @rickard-von-essen in #640
- Remove workflows no longer needed. by @jeanduplessis in #642
- Use standalone crddiff tool by @turkenf in #644
- feat(datacatalog): add taxonomy & policy tags resources by @nilan3 in #643
- Bump native tf provider to version 5.44.2 by @turkenf in #641
- Stop using deprecated
upbound/official-provider-ci
workflows by @jeanduplessis in #646 - Enable linter analysis cache build phase and run the build tagger before linting by @ulucinar in #649
- bump go version to 1.23 by @erhancagirici in #651
New Contributors
- @trampfox made their first contribution in #576
- @rickard-von-essen made their first contribution in #631
- @nilan3 made their first contribution in #643
- @erhancagirici made their first contribution in #651
Full Changelog: v1.8.3...v1.9.0
v1.8.3
With the v1.8.3
release we cleaned uptest specific codes/placeholders from the examples in the marketplace.
What's Changed
- [Backport release-1.8] Add cleanupexamples tool to subpackages build process by @github-actions in #622
Full Changelog: v1.8.2...v1.8.3
v1.8.2
v1.8.1
The v1.8.1
release is reverting this commit, which caused a regression. See related PR #614
What's Changed
- [Backport release-1.8] Revert "Fix goroutine leak when reconciling" by @github-actions in #615
Full Changelog: v1.8.0...v1.8.1
v1.8.0
The v1.8.0
release introduces bug fixes, enhancements, and dependency updates.
What's Changed
- No late initialize for container NodePool's node_count and initial_node_count by @JonathanO in #600
- Update README and GitHub templates by @jeanduplessis in #602
- Update actions/upload-artifact digest to 834a144 by @renovate in #599
- README: make links point to gcp, not azure by @lotheac in #603
- Fix goroutine leak when reconciling by @IxDay in #539
- Bump upjet to the commit 2e361ad3b6e6 by @turkenf in #604
New Contributors
Full Changelog: v1.7.0...v1.8.0
v1.7.0
The v1.7.0
release introduces the Terraform provider upgrade from v5.28.0
to v5.39.0
, bug fixes, enhancements, and dependency updates.
What's Changed
- Update docker/setup-buildx-action digest to 988b5a0 by @renovate in #594
- Bump uptest version to v0.13.0 by @turkenf in #596
- Update Terraform Provider to v5.39.0 by @mauricewittek in #593
- Update actions/upload-artifact digest to 89ef406 by @renovate in #597
New Contributors
- @mauricewittek made their first contribution in #593
Full Changelog: v1.6.0...v1.7.0
v1.6.0
The v1.6.0
release introduces new family providers, new resources, an important bug fix, enhancements, and dependency updates.
Support for New Family Providers
provider-gcp-orgpolicy
provider-gcp-tags
Support for New Resources
EnvgroupAttachment.apigee.gcp.upbound.io/v1beta1
EndpointAttachment.apigee.gcp.upbound.io/v1beta1
InstanceAttachment.apigee.gcp.upbound.io/v1beta1
AddonsConfig.apigee.gcp.upbound.io/v1beta1
SyncAuthorization.apigee.gcp.upbound.io/v1beta1
Policy.orgpolicy.gcp.upbound.io/v1beta1
TagBinding.tags.gcp.upbound.io/v1beta1
TagKey.tags.gcp.upbound.io/v1beta1
TagValue.tags.gcp.upbound.io/v1beta1
Bug Fix
- NodePool's queuedProvisioning field doesn't take effect #570
What's Changed
- Update docker/setup-buildx-action digest to 4fd8129 by @renovate in #555
- Update docker/setup-qemu-action digest to 5927c83 by @renovate in #554
- Feat/add tags group by @declement in #558
- Update actions/setup-go digest to 0a12ed9 by @renovate in #559
- Update actions/upload-artifact digest to 0b2256b by @renovate in #556
- Update trivy scan workflow and scan config packages by @turkenf in #569
- Only apply CRD API conversions for converting between singleton list and embedded objects APIs by @turkenf in #585
- feat(apigee): add
google_apigee_envgroup_attachment
by @haarchri in #571 - feat(apigee): add
google_apigee_endpoint_attachment
by @haarchri in #573 - feat(uptest): make projectID configurable for local tests in other projects by @haarchri in #579
- Update docker/setup-buildx-action digest to aa33708 by @renovate in #582
- Update docker/setup-qemu-action digest to 49b3bc8 by @renovate in #583
- Update alpine Docker tag to v3.20.2 by @renovate in #587
- feat(apigee): implements
google_apigee_instance_attachment
by @haarchri in #580 - Fix NodePool.container update loop by ignoring empty diff for queued_provisioning by @JonathanO in #588
- feat(apigee): implements
google_apigee_addons_config
by @haarchri in #586 - feat(orgpolicy): implements
google_org_policy_policy
by @haarchri in #592 - feat(apigee): implements
google_apigee_sync_authorization
by @haarchri in #589
New Contributors
- @declement made their first contribution in #558
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
The v1.4.0
release introduces a new resource named HMACKey.storage.gcp.upbound.io/v1beta1
, enhancements, and dependency updates.
What's Changed
- Remove monolithic provider from updoc workflow by @turkenf in #543
- Update actions/checkout digest to 692973e by @renovate in #545
- Update alpine Docker tag to v3.20.1 by @renovate in #547
- Add google_storage_hmac_key by @jake-ciolek in #546
- Use crossplane/build submodule by @turkenf in #535
New Contributors
- @jake-ciolek made their first contribution in #546
Full Changelog: v1.3.0...v1.4.0