dependabot[bot]
dc4e06bb95
build(deps): bump azure/setup-helm from 1 to 2.0
...
Bumps [azure/setup-helm](https://github.com/azure/setup-helm ) from 1 to 2.0.
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Commits](https://github.com/azure/setup-helm/compare/v1...v2.0 )
---
updated-dependencies:
- dependency-name: azure/setup-helm
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-05 22:28:58 +00:00
Arthur Silva Sens
28f71a0e1b
Merge pull request #1706 from ArthurSens/as/dead-code
...
jsonnet/components/grafana: Address FIXME to prevent incoming bug
2022-04-05 11:23:01 +01:00
ArthurSens
3da9bcd152
jsonnet/components/grafana: Address FIXME
...
Signed-off-by: ArthurSens <arthursens2005@gmail.com >
2022-04-05 09:28:43 +00:00
Kemal Akkoyun
8d2412cf94
Merge pull request #1707 from ArthurSens/as/generate
...
Regenerate after #1650
2022-04-05 10:24:59 +01:00
ArthurSens
b7aeebe63f
Regenerate
...
Signed-off-by: ArthurSens <arthursens2005@gmail.com >
2022-04-05 08:58:14 +00:00
Arthur Silva Sens
01004de76c
Merge pull request #1650 from ArthurSens/as/network-policies
...
Adds NetworkPolicies to all components of Kube-prometheus
2022-04-05 09:47:05 +01:00
Arthur Silva Sens
a182d78794
Merge pull request #1704 from PhilipGough/mod-tidy
...
Cleanup of dependencies
2022-04-04 12:58:51 +01:00
Arthur Silva Sens
037155b5c8
Merge pull request #1705 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-04-04 08:47:30 +01:00
Prometheus Operator Bot
a16675bc0e
[bot] [main] Automated version update
2022-04-04 07:42:34 +00:00
Philip Gough
b5a49d63da
test: Wrap errors using stdlib
2022-04-02 15:33:27 +01:00
Philip Gough
d0d1313ac3
mod: Update deps and remove archived errors pkg
2022-04-02 15:33:27 +01:00
Philip Gough
92cb360578
CI: Update Go and Kind versions
2022-04-02 15:33:27 +01:00
Philip Gough
779ef33dae
CI: Delete unused env file
2022-04-02 15:27:38 +01:00
Philip Gough
eb0fafd789
Merge pull request #1667 from metalmatze/pyrra
...
Add Pyrra as (optional) component
2022-03-31 14:05:57 +01:00
Arthur Silva Sens
281d69e342
Merge pull request #1701 from JoaoBraveCoding/add-port-name
...
Adds port name to prometheus-adapter
2022-03-31 07:41:30 +01:00
Matthias Loibl
2dad999332
Add Pyrra as addon and commented out example.jsonnet parts
2022-03-30 21:20:13 +02:00
Joao Marcal
cf36ffb335
Adds YAML for jsonnet modified for prometheus-adapter
2022-03-30 15:35:36 +01:00
Joao Marcal
1d46f7ece9
Adds port name to prometheus-adapter jsonnet
2022-03-30 15:34:40 +01:00
Philip Gough
6f7a799b78
Merge pull request #1696 from JoaoBraveCoding/2048333
...
Adds readinessProbe and livenessProbe to prometheus-adapter jsonnet
2022-03-30 09:18:11 +01:00
Joao Marcal
652c6d538e
Adds YAML for jsonnet modified in the previous commit
2022-03-30 07:23:05 +01:00
Joao Marcal
f6190e200a
Adds readinessProbe and livenessProbe to prometheus-adapter jsonnet
...
Problem: Currently the prometheus-adapter pods are restarted at the same
time even though the deployment is configured with strategy RollingUpdate.
This happens because the kubelet does not know when the prometheus-adapter
pods are ready to start receiving requests.
Solution: Add both readinessProbe and livenessProbe to the
prometheus-adapter, this way the kubelet will know when either the pod
stoped working and should be restarted or simply when it ready to start
receiving requests.
Issue: https://bugzilla.redhat.com/show_bug.cgi?id=2048333
2022-03-30 07:22:55 +01:00
Simon Pasquier
d6083dcb2d
Merge pull request #1699 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-03-28 11:01:44 +02:00
Prometheus Operator Bot
c30d8c1ef6
[bot] [main] Automated version update
2022-03-28 07:41:44 +00:00
Philip Gough
64b19b69d5
Merge pull request #1697 from prometheus-operator/dependabot/github_actions/peter-evans/create-pull-request-4
...
build(deps): bump peter-evans/create-pull-request from 3 to 4
2022-03-25 11:48:59 +00:00
dependabot[bot]
16e12ce24b
build(deps): bump peter-evans/create-pull-request from 3 to 4
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-23 22:46:54 +00:00
Kemal Akkoyun
c11f002fe7
Merge pull request #1692 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-03-21 08:48:46 +01:00
Prometheus Operator Bot
c8361720f9
[bot] [main] Automated version update
2022-03-21 07:41:58 +00:00
Philip Gough
373e2b415b
Merge pull request #1678 from dnsmichi/docs-mon-namespaces-0-8-values
...
Docs: Use `values` config in 'Monitoring other namespaces' example
2022-03-14 09:52:31 +00:00
Arthur Silva Sens
2e78414b1a
Merge pull request #1679 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-03-14 08:23:08 +00:00
Prometheus Operator Bot
1f74cb4148
[bot] [main] Automated version update
2022-03-14 07:41:15 +00:00
Michael Friedrich
16f3640eaf
Docs: Fix s/_config/values/ in 'monitoring other namespaces' chapter
...
Signed-off-by: Michael Friedrich <mfriedrich@gitlab.com >
2022-03-12 18:38:39 +01:00
Arthur Silva Sens
2c0eb87baa
Merge pull request #1672 from slashpai/update_readme
...
README: Update kubernetes version to 1.23 in minikube
2022-03-09 08:50:09 +00:00
paulfantom
3ad08674b3
manifests: regenerate
...
Signed-off-by: paulfantom <pawel@krupa.net.pl >
Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl >
(cherry picked from commit d3ea3147a8 )
(cherry picked from commit d24c347b2742d9474c8f441f2831262c63b8c79b)
2022-03-09 07:48:01 +00:00
Arthur Silva Sens
3f3b56e247
alertmanager/networkPolicy: Allow cluster peer-to-peer communication
...
Signed-off-by: GitHub <noreply@github.com >
(cherry picked from commit df68b8d1da5d2d91b9502d4be67063c2c497e0cb)
2022-03-09 07:47:28 +00:00
Arthur Silva Sens
acaf2fe0e7
Adjust Kubescape threshold
...
Signed-off-by: GitHub <noreply@github.com >
(cherry picked from commit 233a8ac3e947af8fca6524aae4fa4a514e6279ca)
2022-03-09 07:47:28 +00:00
Arthur Silva Sens
ea158da23f
Add networkPolicies for alertmanager, grafana, prometheus-operator and prometheus
...
Signed-off-by: GitHub <noreply@github.com >
(cherry picked from commit 86e16b539cc57710b50f4692848cab5645e3d2bc)
2022-03-09 07:47:25 +00:00
Paweł Krupa (paulfantom)
030dec7656
*: add example for disabling NetworkPolicies
...
(cherry picked from commit b4bf38ba6c )
(cherry picked from commit c21bf4fbfa478fd163c091054d9fcc98836d7045)
2022-03-09 07:46:44 +00:00
paulfantom
fddf642de7
jsonnet: add networkpolicies for components accessed by prometheus
...
(cherry picked from commit f8c00b9963 )
(cherry picked from commit f09b8e5de2e46db85f090549d37eeb878a81842f)
2022-03-09 07:42:09 +00:00
ArthurSens
494b84d038
.github/workflows: Use cilium on e2e-test
...
Signed-off-by: ArthurSens <arthursens2005@gmail.com >
2022-03-09 07:42:09 +00:00
Jayapriya Pai
5b1d455879
README: Update kubernetes version to 1.23 in minikube
...
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com >
2022-03-09 11:11:04 +05:30
Paweł Krupa
9cf6111562
Merge pull request #1668 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-03-07 08:50:46 +01:00
Prometheus Operator Bot
4a9f97b41f
[bot] [main] Automated version update
2022-03-07 07:41:44 +00:00
Matthias Loibl
28f23c5196
Merge pull request #1663 from prometheus-operator/dependabot/github_actions/actions/checkout-3
...
build(deps): bump actions/checkout from 2 to 3
2022-03-02 12:12:30 +01:00
dependabot[bot]
5b309fcc0d
build(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-01 22:48:42 +00:00
Matthias Loibl
f6e704cceb
Merge pull request #1662 from prometheus-operator/automated-updates-main
...
[bot] [main] Automated version update
2022-02-28 11:56:47 +01:00
Prometheus Operator Bot
61c007ef56
[bot] [main] Automated version update
2022-02-28 07:40:53 +00:00
Philip Gough
15664a1983
Merge pull request #1657 from ArthurSens/drop-dashboard-example
...
Add drop dashboards example
2022-02-24 09:16:37 +00:00
Arthur Silva Sens
ef62cebca5
Merge pull request #1658 from prometheus-operator/dependabot/go_modules/scripts/github.com/yannh/kubeconform-0.4.13
...
build(deps): bump github.com/yannh/kubeconform from 0.4.12 to 0.4.13 in /scripts
2022-02-24 07:07:43 +00:00
dependabot[bot]
d3aa0eb522
build(deps): bump github.com/yannh/kubeconform in /scripts
...
Bumps [github.com/yannh/kubeconform](https://github.com/yannh/kubeconform ) from 0.4.12 to 0.4.13.
- [Release notes](https://github.com/yannh/kubeconform/releases )
- [Changelog](https://github.com/yannh/kubeconform/blob/master/.goreleaser.yml )
- [Commits](https://github.com/yannh/kubeconform/compare/v0.4.12...v0.4.13 )
---
updated-dependencies:
- dependency-name: github.com/yannh/kubeconform
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-23 22:22:01 +00:00
ArthurSens
61f05b2050
Add drop dashboards example
...
Signed-off-by: ArthurSens <arthursens2005@gmail.com >
2022-02-23 14:18:57 +00:00