Skip to content

Commit 3e98653

Browse files
committed
Merge pull request 'feat(kube-prometheus): add v0.18.0 support' (#1721) from kube-prometheus-v0.18.0 into master
Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/1721
2 parents 0f45580 + a6d4c64 commit 3e98653

1,756 files changed

Lines changed: 543535 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/kube-prometheus/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function show_compatibility_table() {
6565
echo "v0.13.0|✓|✓|✓|✗|✗|✗|✗"
6666
echo "v0.16.0|✗|✗|✗|✓|✓|✓|✗"
6767
echo "v0.17.0|✗|✗|✗|✗|✓|✓|✓"
68+
echo "v0.18.0|✗|✗|✗|✗|✓|✓|✓"
6869
} | column -t -s '|'
6970
echo ""
7071
echo "Note: In CI we test only the last two releases on a regular basis."
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": 1,
3+
"dependencies": [
4+
{
5+
"source": {
6+
"git": {
7+
"remote": "https://github.com/adinhodovic/opencost-mixin.git",
8+
"subdir": ""
9+
}
10+
},
11+
"version": "main"
12+
},
13+
{
14+
"source": {
15+
"git": {
16+
"remote": "https://github.com/bitnami-labs/sealed-secrets.git",
17+
"subdir": "contrib/prometheus-mixin"
18+
}
19+
},
20+
"version": "main"
21+
},
22+
{
23+
"source": {
24+
"git": {
25+
"remote": "https://github.com/grafana/jsonnet-libs.git",
26+
"subdir": "mixin-utils"
27+
}
28+
},
29+
"version": "master"
30+
},
31+
{
32+
"source": {
33+
"git": {
34+
"remote": "https://github.com/grafana/jsonnet-libs.git",
35+
"subdir": "opensearch-mixin"
36+
}
37+
},
38+
"version": "master"
39+
},
40+
{
41+
"source": {
42+
"git": {
43+
"remote": "https://github.com/grafana/jsonnet-libs.git",
44+
"subdir": "rabbitmq-mixin"
45+
}
46+
},
47+
"version": "master"
48+
},
49+
{
50+
"source": {
51+
"git": {
52+
"remote": "https://github.com/obmondo/ceph.git",
53+
"subdir": "monitoring/ceph-mixin"
54+
}
55+
},
56+
"version": "main"
57+
},
58+
{
59+
"source": {
60+
"git": {
61+
"remote": "https://github.com/prometheus-operator/kube-prometheus.git",
62+
"subdir": "jsonnet/kube-prometheus"
63+
}
64+
},
65+
"version": "v0.18.0"
66+
},
67+
{
68+
"source": {
69+
"git": {
70+
"remote": "https://gitlab.com/uneeq-oss/cert-manager-mixin.git",
71+
"subdir": ""
72+
}
73+
},
74+
"version": "master"
75+
}
76+
],
77+
"legacyImports": true
78+
}

0 commit comments

Comments
 (0)