From 6d2ef507cad8aeb93fbc27ad47f848168e63eed4 Mon Sep 17 00:00:00 2001 From: squat Date: Tue, 10 Jun 2025 19:10:34 +0200 Subject: [PATCH] chore(prometheus-operator): add several new versions This commit adds several recent versions of Prometheus Operator to the configuration. We also remove 6 old versions, since we add 6 new ones. Signed-off-by: squat --- libs/prometheus-operator/config.jsonnet | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/prometheus-operator/config.jsonnet b/libs/prometheus-operator/config.jsonnet index b16ad6d9..3b458f94 100644 --- a/libs/prometheus-operator/config.jsonnet +++ b/libs/prometheus-operator/config.jsonnet @@ -1,17 +1,17 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ - { output: '0.67', version: '0.67.1' }, - { output: '0.68', version: '0.68.0' }, - { output: '0.69', version: '0.69.1' }, - { output: '0.70', version: '0.70.0' }, - { output: '0.71', version: '0.71.2' }, - { output: '0.72', version: '0.72.0' }, { output: '0.73', version: '0.73.2' }, { output: '0.74', version: '0.74.0' }, { output: '0.75', version: '0.75.2' }, { output: '0.76', version: '0.76.2' }, { output: '0.77', version: '0.77.2' }, + { output: '0.78', version: '0.78.2' }, + { output: '0.79', version: '0.79.2' }, + { output: '0.80', version: '0.80.1' }, + { output: '0.81', version: '0.81.0' }, + { output: '0.82', version: '0.82.2' }, + { output: '0.83', version: '0.83.0' }, ]; config.new(