Commit Graph

1446 Commits

Author SHA1 Message Date
paulfantom
6e09b9d0ab *: add "update" target to makefile and use it in automatic updater
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-08-02 12:43:03 +02:00
Paweł Krupa
b5fbe81d9a Merge pull request #975 from vshn/0.5/pin-dependencies
[release-0.5] Pin Jsonnet dependencies
2021-02-24 13:39:59 +01:00
Simon Rüegg
92ff6e72ca [release-0.5] Pin Jsonnet dependencies
Pin all Jsonnet dependencies to current commit SHA.

Signed-off-by: Simon Rüegg <simon@rueggs.ch>
2021-02-24 13:19:24 +01:00
Simon Pasquier
486fa0797b Merge pull request #585 from simonpasquier/backport-576-to-release-0.5
Backport #576 to release-0.5 branch
2020-06-24 13:32:08 +02:00
Simon Pasquier
0a96ba0d92 manifests: regenerate 2020-06-24 10:59:26 +02:00
Simon Pasquier
850326d6e0 Fix AlertmanagerConfigInconsistent alert
Previously the alert would fire when the number of Alertmanager pods
didn't match the number of replicas defined in the Alertmanager spec
even though all the running pods had the same configuration hash. This
type of issue is already covered by KubeStatefulSetUpdateNotRolledOut
(and possibly KubePodNotReady), having AlertmanagerConfigInconsistent
also active in this situation creates unnecessary noise.

With this change, the alert expression only returns when Alertmanager
pods have different configuration hash values irrespective of the number
of pod replicas. The message annotation has also been enhanced to report
the configuration hash for each pod.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-06-24 10:56:11 +02:00
Frederic Branczyk
98c8346efe Merge pull request #552 from dgrisonnet/update-release-0.5-compat
Remove kubernetes 1.17 compatibility in release-0.5
2020-05-26 21:13:17 +02:00
Damien Grisonnet
84b2aaaabe doc,tests: remove kubernetes 1.17 compatibility
kubernetes-mixin release-0.4 is only supported by 1.18+

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-05-26 18:57:07 +02:00
Frederic Branczyk
17b28b9381 Merge pull request #533 from pgier/update-jsonnet-dependencies-0.5
update prometheus-operator jsonnet resources
2020-05-20 14:41:22 +02:00
Paul Gier
56bd1160c0 update prometheus-operator jsonnet resources
This includes the fix to embedded object metadata in the custom
resources.
2020-05-15 16:01:19 -05:00
Frederic Branczyk
3caeca9803 Merge pull request #504 from lilic/backport-tests
Test against 1.17 and 1.18 in release-0.5
2020-04-20 18:17:41 +02:00
Lili Cosic
3624e83af6 tests/e2e/travis-e2e.sh: Test against 1.17 and 1.18 2020-04-20 15:04:06 +02:00
Lili Cosic
db694f9965 Merge branch 'upstream/master' into backport-tests 2020-04-20 14:58:18 +02:00
Lili Cosic
efa1b8c189 README.md: Change compatibility matrix 2020-04-20 14:50:52 +02:00
Lili Cosic
767b0d953f scripts,tests: Bump kubernetes version to 1.18 2020-04-20 14:50:52 +02:00
Lili Cosic
69fffc34c6 Merge pull request #502 from lilic/fix-stuff
Fix broken pinning
2020-04-17 15:31:39 +02:00
Lili Cosic
2a119837eb manifests: Regenerate 2020-04-17 15:15:47 +02:00
Lili Cosic
6c28f1458a jsonnet: Run jb update 2020-04-17 15:11:22 +02:00
Frederic Branczyk
c065734d30 Merge pull request #499 from lilic/pin-0.5-deps
Pin dependencies for the 0.5 release branch
2020-04-17 14:40:30 +02:00
Lili Cosic
da94c33d4f jsonnet/kube-prometheus/jsonnetfile.json: Pin deps to their respective
releases
2020-04-17 14:05:49 +02:00
Frederic Branczyk
dcc46c8aa8 Merge pull request #496 from lilic/bump-things
Bump dependencies
v0.5.0
2020-04-17 10:30:55 +02:00
Lili Cosic
b0f70c173b Bump to go 1.13 2020-04-17 09:53:19 +02:00
Lili Cosic
926337feac manifests: Regenerate 2020-04-17 09:48:06 +02:00
Lili Cosic
fd67733729 go.mod,sum: go mod tidy 2020-04-16 22:02:52 +02:00
Lili Cosic
f6ff666135 jb update 2020-04-16 21:59:33 +02:00
Lili Cosic
a8b4985de4 Merge pull request #482 from dgrisonnet/jsonnet-tooling
Move to go-jsonnet and lock tooling
2020-04-14 15:38:54 +02:00
Frederic Branczyk
e590ae2c68 Merge pull request #491 from sdarwin/prometheus-pvc.jsonnet
update prometheus-pvc.jsonnet
2020-04-14 11:10:57 +02:00
Frederic Branczyk
876bb9c5a1 Merge pull request #481 from omerlh/patch-2
Allow to configure EKS available IPs alert
2020-04-14 10:09:32 +02:00
Omer Levi Hevroni
6a08c7d69e Update kube-prometheus-eks.libsonnet 2020-04-13 10:51:13 +03:00
sdarwin
63078c2e78 update prometheus-pvc.jsonnet 2020-04-09 19:49:22 +00:00
Frederic Branczyk
d1c90625b1 Merge pull request #488 from johanneswuerbach/fix-window
prometheus-adapter: Fix rules window
2020-04-08 08:55:19 +02:00
Johannes Würbach
2ab69fdac0 Fix rules window 2020-04-07 22:01:26 +02:00
Frederic Branczyk
115721bbba Merge pull request #485 from johanneswuerbach/prom-adapter
Make prometheus-adapter config a real object
2020-04-07 17:02:29 +02:00
Johannes Würbach
bb21ea32e3 Make prometheus-adapter config a real object 2020-04-07 15:32:33 +02:00
Damien Grisonnet
7f9b082ed3 go.mod: remove unused packages
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-07 10:56:49 +02:00
Damien Grisonnet
7b4adb08f6 test.sh: update PATH to use project tooling
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-07 10:55:17 +02:00
Damien Grisonnet
c9900d6a57 Makefile: export GO111MODULE=on
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-07 10:38:13 +02:00
Damien Grisonnet
026425117d Makefile: use go install instead of go build
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 18:50:56 +02:00
Damien Grisonnet
f4b8064899 README: remove make in docker guidance
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 18:15:36 +02:00
Damien Grisonnet
9a7ba10755 build.sh: update PATH to use project tooling
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 18:15:34 +02:00
Paweł Krupa
0904ea78c0 Merge pull request #484 from miff2000/patch-1
Correct typo in Rolebindig
2020-04-06 16:47:02 +02:00
Matt Calvert
441065c2f9 Correct typo in Rolebindig 2020-04-06 14:50:30 +01:00
Damien Grisonnet
cb49f90491 ci: use golang tooling
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 12:50:11 +02:00
Damien Grisonnet
a9df00baec mod: add tooling dependencies
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 12:49:51 +02:00
Damien Grisonnet
0f6cd6d0a8 Makefile: remove containerized tooling
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 12:47:57 +02:00
Omer Levi Hevroni
ea9f474ab3 Allow to configure EKS available IPs alert 2020-04-06 12:15:09 +03:00
Frederic Branczyk
8fdf1c772c Merge pull request #480 from lilic/bump-kube-mixin
Bump dependencies
2020-04-03 14:51:40 +02:00
Lili Cosic
7992aa4e73 manifests: Regenerate files 2020-04-03 12:00:49 +02:00
Lili Cosic
5ee1229be8 jsonnetfile.json: Update deps 2020-04-03 11:59:10 +02:00
Frederic Branczyk
82c3d9e8e4 Merge pull request #467 from dgrisonnet/compatibility-matrix
doc: add kubernetes compatibility matrix
2020-04-03 09:54:33 +02:00