Skip to content

Commit

Permalink
Bump Upbound Provider AWS to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
artych committed Oct 15, 2024
1 parent fb74e13 commit be5d946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ config.new(
// Upbound official providers
// https://marketplace.upbound.io/
{
output: 'upbound-provider-aws/1.6',
output: 'upbound-provider-aws/1.7',
prefix: '^io\\.upbound\\.aws\\..*',
crds: ['https://raw.githubusercontent.com/crossplane-contrib/provider-upjet-aws/v1.6.1/package/crds/%s' % crd for crd in upbound_aws_crds],
crds: ['https://raw.githubusercontent.com/crossplane-contrib/provider-upjet-aws/v1.7.0/package/crds/%s' % crd for crd in upbound_aws_crds],
localName: 'upbound_aws',
},
{
Expand Down

0 comments on commit be5d946

Please sign in to comment.