Skip to content

Commit

Permalink
crossplane provider-azure: Bump to 0.36
Browse files Browse the repository at this point in the history
In jsonnet-libs#344 I mentioned that this gave an error - hopefully this PR
reproduces that.
  • Loading branch information
iainlane committed Sep 20, 2023
1 parent 2eb8f88 commit 3ea6e61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ config.new(
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
localName: 'upbound_aws',
},
{
output: 'upbound-provider-azure/0.36',
prefix: '^io\\.upbound\\.azure\\..*',
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
localName: 'upbound_azure',
},
{
output: 'upbound-provider-azure/0.29',
prefix: '^io\\.upbound\\.azure\\..*',
Expand Down

0 comments on commit 3ea6e61

Please sign in to comment.