We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2b889 commit 3968d8fCopy full SHA for 3968d8f
libs/prometheus-operator/config.jsonnet
@@ -1,9 +1,6 @@
1
local config = import 'jsonnet/config.jsonnet';
2
3
local versions = [
4
- { output: '0.73', version: '0.73.2' },
5
- { output: '0.74', version: '0.74.0' },
6
- { output: '0.75', version: '0.75.2' },
7
{ output: '0.76', version: '0.76.2' },
8
{ output: '0.77', version: '0.77.2' },
9
{ output: '0.78', version: '0.78.2' },
@@ -12,6 +9,9 @@ local versions = [
12
{ output: '0.81', version: '0.81.0' },
13
10
{ output: '0.82', version: '0.82.2' },
14
11
{ output: '0.83', version: '0.83.0' },
+ { output: '0.84', version: '0.84.1' },
+ { output: '0.85', version: '0.85.0' },
+ { output: '0.86', version: '0.86.0' },
15
];
16
17
config.new(
0 commit comments