We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9d5de commit a778e62Copy full SHA for a778e62
libs/gateway-api/config.jsonnet
@@ -6,6 +6,7 @@ local versions = [
6
{output: '1.1', version: '1.1.0'},
7
{output: '1.2', version: '1.2.0'},
8
{output: '1.3', version: '1.3.0'},
9
+ {output: '1.4', version: '1.4.1'},
10
];
11
12
config.new(
@@ -23,7 +24,7 @@ config.new(
23
24
] + [
25
{
26
output: v.output + "-experimental",
- prefix: '^io\\.k8s\\.networking\\.gateway\\..*',
27
+ prefix: '^io\\.(x-)?k8s\\.networking\\.gateway\\..*',
28
crds: [
29
'https://github.com/kubernetes-sigs/gateway-api/releases/download/v%(version)s/experimental-install.yaml' % { version: v.version }
30
],
0 commit comments