Skip to content

Commit 224ea1a

Browse files
vtomasr5Duologic
andauthored
Add Gateway API 1.3 (#533)
* Add gateway-api 0.8.1 and 1.0.0 versions * Update libs/gateway-api/config.jsonnet Co-authored-by: Jeroen Op 't Eynde <jeroen@simplistic.be> * Add support for Gateway API 1.2.0 release * Add gateway-api v1.3 and remove v0.7 --------- Co-authored-by: Jeroen Op 't Eynde <jeroen@simplistic.be>
1 parent 0265ad8 commit 224ea1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gateway-api/config.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
local config = import 'jsonnet/config.jsonnet';
22

33
local versions = [
4-
{output: '0.7', version: '0.7.1'},
54
{output: '0.8', version: '0.8.1'},
65
{output: '1.0', version: '1.0.0'},
76
{output: '1.1', version: '1.1.0'},
87
{output: '1.2', version: '1.2.0'},
8+
{output: '1.3', version: '1.3.0'},
99
];
1010

1111
config.new(

0 commit comments

Comments
 (0)