fix(deps): update module github.com/crossplane/upjet to v1 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.11.0-rc.0.0.20231012093706-c4a76d2a7505
->v1.0.0
Release Notes
crossplane/upjet (github.com/crossplane/upjet)
v1.0.0
Compare Source
v1.0.0
contains major performance improvements for reconcilingTerraform
resources.
This release introduces two new
managed.Connecter
s and two newmanaged.ExternalClient
s (controller.noForkExternal
and thecontroller.noForkAsyncExternal
) for reconciling Terraformed resources without forking any Terraform CLI or Terraform provider processes.The new external client implementation consumes the Terraform provider's Go provider schema and invokes the CRUD functions registered in that schema via the terraform-plugin-sdk utility functions.
The new external clients employ an in-memory Terraform state cache as these clients no longer construct Terraform workspaces while reconciling their resources.
New external clients provide significant CPU and memory footprint reduction compared to traditional external clients. Below is an example result from Upbound Official
provider-aws
using the new external client for 1K and 10K MR. These results are shared not to provide a Sizing Guide but as a reference to understand the improvements in performance metrics. Also, the experiment sets of tests are shared:Objective: 10K UserPolicyAttachment MRs
Parallelization: 500 reconcile workers
Poll period: 10min
Node: m5.2xlarge (8vCPU, 32GiB RAM)
Objective: 1K UserPolicyAttachment MRs
Parallelization: 500 reconcile workers
Poll period: 10min
Node: m5.2xlarge (8vCPU, 32GiB RAM)
What's Changed
New Contributors
Full Changelog: crossplane/upjet@v0.10.0...v1.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.