Skip to content

Commit a778e62

Browse files
authored
chore(gateway-api): Add experimental Gateway API CRDs and v1.4 (#586)
1 parent fe9d5de commit a778e62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/gateway-api/config.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ local versions = [
66
{output: '1.1', version: '1.1.0'},
77
{output: '1.2', version: '1.2.0'},
88
{output: '1.3', version: '1.3.0'},
9+
{output: '1.4', version: '1.4.1'},
910
];
1011

1112
config.new(
@@ -23,7 +24,7 @@ config.new(
2324
] + [
2425
{
2526
output: v.output + "-experimental",
26-
prefix: '^io\\.k8s\\.networking\\.gateway\\..*',
27+
prefix: '^io\\.(x-)?k8s\\.networking\\.gateway\\..*',
2728
crds: [
2829
'https://github.com/kubernetes-sigs/gateway-api/releases/download/v%(version)s/experimental-install.yaml' % { version: v.version }
2930
],

0 commit comments

Comments
 (0)