Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/upbound/upjet to v1 - autoclosed #18

Closed
wants to merge 1 commit into from

Conversation

Breee
Copy link
Collaborator

@Breee Breee commented Dec 12, 2023

This PR contains the following updates:

Package Type Update Change
github.com/upbound/upjet require major v0.8.0-rc.0.0.20221024111721-c82119f5ef34 -> v1.0.0

Release Notes

upbound/upjet (github.com/upbound/upjet)

v1.0.0

Compare Source

v1.0.0 contains major performance improvements for reconciling Terraform resources.

This release introduces two new managed.Connecters and two new managed.ExternalClients (controller.noForkExternal and the controller.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)

    Average TTR Peak TTR Average Memory Peak Memory Average CPU Peak CPU
    4.40 secs 79 secs 775.41 MiB 1185.62 MiB 15.25% 20.90%
  • Objective: 1K UserPolicyAttachment MRs

  • Parallelization: 500 reconcile workers

  • Poll period: 10min

  • Node: m5.2xlarge (8vCPU, 32GiB RAM)

    Average TTR Peak TTR Average Memory Peak Memory Average CPU Peak CPU
    4.15 secs 44 secs 630.39 MiB 948.35 MiB 9.06% 12.69%

What's Changed

New Contributors

Full Changelog: crossplane/upjet@v0.10.0...v1.0.0

v0.10.0

Compare Source

The v0.10.0 release contains some important bug fixes regarding the granular management policies, a fix in the reconciliation logic of the upjet runtime and improvements in the core migration framework. You can bump your provider's upjet dependency by running go get github.com/upbound/upjet@v0.10.0 in your provider's root directory.

What's Changed

New Contributors

Full Changelog: crossplane/upjet@v0.9.0...v0.10.0

v0.9.1

Compare Source

This is a patch release that brings backwards-compatibility for upjet-based generated providers so that if they do not explicitly configure an event handler, a default one is configured. Please refer to the discussion in #​250 for further details.

What's Changed

Full Changelog: crossplane/upjet@v0.9.0...v0.9.1

v0.9.0

Compare Source

This release adds support for the spec.initProvider API and for the granular management policies alpha feature detailed here.

The generated example manifests from Terraform registry no longer contain the trailing YAML document separator (---).

There are numerous improvements and new features introduced to the migration framework to support some new migration cases, such the monolithic official providers to the provider families migration.

The external client for Terraformed resources now explicitly requeue, up to 20 retries, a reconciliation request if a shared provider has expired. And only after 20 retries it propagates the error down to the managed reconciler. The ttl-expired error message has also been improved to hint at the --provider-ttl command-line option.

Also status updates and updates to certain annotations (crossplane.io/external-create-failed & crossplane.io/external-create-pending) no longer queue reconciliation requests, which decreases the resource utilization of upjet-based providers. This is especially important when errors happen during the external connecter's Create call, or in general, when an MR is failing to sync successfully.

What's Changed

New Contributors

Full Changelog: crossplane/upjet@v0.8.0...v0.9.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@Breee
Copy link
Collaborator Author

Breee commented Dec 12, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/upbound/upjet@v1.0.0: parsing go.mod:
	module declares its path as: github.com/crossplane/upjet
	        but was required as: github.com/upbound/upjet

@Breee Breee force-pushed the renovate/github.com-upbound-upjet-1.x branch from a9d9db1 to 1d8b5a5 Compare December 12, 2023 20:49
@Breee Breee force-pushed the renovate/github.com-upbound-upjet-1.x branch from 1d8b5a5 to 19d18dd Compare December 13, 2023 17:44
@Breee Breee changed the title fix(deps): update module github.com/upbound/upjet to v1 fix(deps): update module github.com/upbound/upjet to v1 - autoclosed Dec 13, 2023
@Breee Breee closed this Dec 13, 2023
@Breee Breee deleted the renovate/github.com-upbound-upjet-1.x branch December 13, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants