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

chore(deps): update dependency upbound/provider-aws to v1.11.0 #68

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
upbound/provider-aws minor v1.6.0 -> v1.11.0

Release Notes

upbound/provider-aws (upbound/provider-aws)

v1.11.0

Compare Source

The v1.11.0 release introduces new resources, enhancements, and dependency updates.

Support for New Resources
  • AccessEntry.eks.aws.upbound.io/v1beta1
  • AccessPolicyAssociation.eks.aws.upbound.io/v1beta1
  • ServerlessCache.elasticache.aws.upbound.io/v1beta1
  • Fleet.ec2.aws.upbound.io/v1beta1
What's Changed
New Contributors

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.10.0...v1.11.0

v1.10.0

Compare Source

In the v1.10.0 release, we've upgraded the underlying Terraform provider version from v5.50.0 to v5.58.0. This release also introduces a new family provider provider-aws-pipes, a new resource Pipe.pipes.aws.upbound.io/v1beta1, bug fixes, and dependency updates.

What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.9.1...v1.10.0

v1.9.1

Compare Source

The v1.9.1 release introduces a bug fix.

What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.9.0...v1.9.1

v1.9.0

Compare Source

The v1.9.0 release introduces a new family provider provider-aws-mwaa, new resources, enhancements, and dependency updates.

Support for New Resources
  • Environment.mwaa.aws.upbound.io/v1beta1
  • ResourcePolicy.dynamodb.aws.upbound.io/v1beta1
What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.8.0...v1.9.0

v1.8.0

Compare Source

The v1.8.0 release introduces a new family provider provider-aws-codeartifact, new resources, bug fixes, and dependency updates.

Support for New Resources
  • Domain.codeartifact.aws.upbound.io/v1beta1
  • DomainPermissionsPolicy.codeartifact.aws.upbound.io/v1beta1
  • Repository.codeartifact.aws.upbound.io/v1beta1
  • RepositoryPermissionsPolicy.codeartifact.aws.upbound.io/v1beta1
Bug Fixes

What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.7.0...v1.8.0

v1.7.0

Compare Source

The v1.7.0 release introduces converting singleton lists in the MR APIs to embedded objects, bug fixes, and dependency updates.

In this release, we've updated how Terraform configuration blocks are handled in our APIs. Terraform configuration blocks, even if they have a MaxItems constraint of 1, are (almost) always generated as lists. We now generate the lists with a MaxItems constraint of 1 as embedded objects in our MR APIs. This also helps when updating or patching via SSA the (previously list) objects.

The new v1beta2 versions of the CRD APIs incorporate these changes, ensuring backward compatibility for clients using the older v1beta1 versions. Any clients wanting to use the embedded objects-based APIs should update to the v1beta2 versions of the CRD APIs.

[!IMPORTANT]
The provider generates the converted embedded objects in the new v1beta2 version if the current API version is v1beta1 and in the v1beta3 version if the current version is v1beta2.

  • For instance, let's look at the YAML output of the Application.elasticbeanstalk.aws.upbound.io/v1beta2 resource's spec.forProvider, with this release we can see the spec.forProvider.appversionLifecycle field as an object:
spec:
  forProvider:
    appversionLifecycle:
      deleteSourceFromS3: true
      maxCount: 128
      serviceRole: arn:aws:iam::153891904029:role/aws-elasticbeanstalk-service-role
    region: us-west-1
    tags:
      crossplane-kind: application.elasticbeanstalk.aws.upbound.io
      crossplane-name: first-app-test-qwerty-test
      crossplane-providerconfig: default
  • If we look at the v1beta1 YAML output of the resource, we see the field as a list:
spec:
  forProvider:
    appversionLifecycle:
    - deleteSourceFromS3: true
      maxCount: 128
      serviceRole: arn:aws:iam::153891904029:role/aws-elasticbeanstalk-service-role
    region: us-west-1
    tags:
      crossplane-kind: application.elasticbeanstalk.aws.upbound.io
      crossplane-name: first-app-test-qwerty-test
      crossplane-providerconfig: default

For a detailed overview of the implementation, please see https://github.com/crossplane/upjet/pull/387 and https://github.com/crossplane/upjet/pull/400

What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.6.1...v1.7.0

v1.6.1

Compare Source

The v1.6.1 release introduces an important bug fix.

What's Changed

Full Changelog: crossplane-contrib/provider-upjet-aws@v1.6.0...v1.6.1


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automated label Jun 13, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from 33cdd76 to 5422399 Compare June 13, 2024 18:49
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.6.1 chore(deps): update dependency upbound/provider-aws to v1.7.0 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from 5422399 to 8f72c08 Compare June 27, 2024 18:54
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.7.0 chore(deps): update dependency upbound/provider-aws to v1.8.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from 8f72c08 to 587c291 Compare July 11, 2024 17:46
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.8.0 chore(deps): update dependency upbound/provider-aws to v1.9.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch 2 times, most recently from b088326 to b4dae16 Compare July 26, 2024 16:27
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.9.0 chore(deps): update dependency upbound/provider-aws to v1.9.1 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from b4dae16 to eb9a713 Compare July 29, 2024 16:49
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.9.1 chore(deps): update dependency upbound/provider-aws to v1.10.0 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/upbound-provider-aws-1.x branch from eb9a713 to 8d75683 Compare August 8, 2024 19:31
@renovate renovate bot changed the title chore(deps): update dependency upbound/provider-aws to v1.10.0 chore(deps): update dependency upbound/provider-aws to v1.11.0 Aug 8, 2024
@haarchri
Copy link
Member

haarchri commented Aug 9, 2024

/test-examples

@haarchri haarchri merged commit 3509328 into main Aug 9, 2024
2 checks passed
@haarchri haarchri deleted the renovate/upbound-provider-aws-1.x branch August 9, 2024 08:12
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.

1 participant