Skip to content

Commit 7c70dcd

Browse files
authored
chore(crossplane-core): bump to 1.20 (#595)
1 parent 34e892c commit 7c70dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/crossplane-core/config.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ config.new(
66
// Crossplane itself
77
// Release support table: https://github.com/crossplane/crossplane#releases
88
{
9-
output: 'crossplane/1.19',
9+
output: 'crossplane/1.20',
1010
prefix: '^io\\.crossplane\\.(pkg|apiextensions)\\..*',
11-
crds: ['https://doc.crds.dev/raw/github.com/crossplane/crossplane@v1.19.0'],
11+
crds: ['https://doc.crds.dev/raw/github.com/crossplane/crossplane@v1.20.0'],
1212
localName: 'crossplane',
1313
patchDir: 'custom/crossplane',
1414
},

0 commit comments

Comments
 (0)