From a4a9f82002c6bac38ad879b9b8c115e335f35274 Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Fri, 24 May 2024 23:57:53 +0200 Subject: [PATCH] Add Contour v1.29 (#422) --- libs/contour/config.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/contour/config.jsonnet b/libs/contour/config.jsonnet index c5aaee2..bc0f6c7 100644 --- a/libs/contour/config.jsonnet +++ b/libs/contour/config.jsonnet @@ -1,5 +1,6 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ + { version: '1.29', tag: 'v1.29.0'}, { version: '1.28', tag: 'v1.28.1'}, { version: '1.27', tag: 'v1.27.1'}, { version: '1.26', tag: 'v1.26.2'},