Skip to content

Commit

Permalink
Crossplane 1.16 and 1.17 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
artych authored Nov 6, 2024
1 parent 8e8f04f commit 8bbdf31
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ config.new(
specs=[
// Crossplane itself
// Release support table: https://github.com/crossplane/crossplane#releases
{
output: 'crossplane/1.17',
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
crds: ['https://doc.crds.dev/raw/github.com/crossplane/[email protected]'],
localName: 'crossplane',
patchDir: 'custom/crossplane',
},
{
output: 'crossplane/1.16',
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
crds: ['https://doc.crds.dev/raw/github.com/crossplane/[email protected]'],
localName: 'crossplane',
patchDir: 'custom/crossplane',
},
{
output: 'crossplane/1.15',
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
Expand Down

0 comments on commit 8bbdf31

Please sign in to comment.