Commits on Source (4)
-
PromOperatorBot authored
Co-authored-by:
Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
-
PromOperatorBot authored
Co-authored-by:
Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1 ) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.31.3 to 0.32.2. - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.32.2 ) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
Showing
- go.mod 10 additions, 12 deletionsgo.mod
- go.sum 26 additions, 26 deletionsgo.sum
- jsonnet/kube-prometheus/versions.json 5 additions, 5 deletionsjsonnet/kube-prometheus/versions.json
- jsonnetfile.lock.json 15 additions, 15 deletionsjsonnetfile.lock.json
- manifests/blackboxExporter-deployment.yaml 1 addition, 1 deletionmanifests/blackboxExporter-deployment.yaml
- manifests/grafana-config.yaml 1 addition, 1 deletionmanifests/grafana-config.yaml
- manifests/grafana-dashboardDatasources.yaml 1 addition, 1 deletionmanifests/grafana-dashboardDatasources.yaml
- manifests/grafana-dashboardDefinitions.yaml 32 additions, 40 deletionsmanifests/grafana-dashboardDefinitions.yaml
- manifests/grafana-dashboardSources.yaml 1 addition, 1 deletionmanifests/grafana-dashboardSources.yaml
- manifests/grafana-deployment.yaml 6 additions, 6 deletionsmanifests/grafana-deployment.yaml
- manifests/grafana-networkPolicy.yaml 1 addition, 1 deletionmanifests/grafana-networkPolicy.yaml
- manifests/grafana-prometheusRule.yaml 1 addition, 1 deletionmanifests/grafana-prometheusRule.yaml
- manifests/grafana-service.yaml 1 addition, 1 deletionmanifests/grafana-service.yaml
- manifests/grafana-serviceAccount.yaml 1 addition, 1 deletionmanifests/grafana-serviceAccount.yaml
- manifests/grafana-serviceMonitor.yaml 1 addition, 1 deletionmanifests/grafana-serviceMonitor.yaml
- manifests/kubeStateMetrics-deployment.yaml 2 additions, 2 deletionsmanifests/kubeStateMetrics-deployment.yaml
- manifests/kubernetesControlPlane-prometheusRule.yaml 1 addition, 1 deletionmanifests/kubernetesControlPlane-prometheusRule.yaml
- manifests/nodeExporter-clusterRole.yaml 1 addition, 1 deletionmanifests/nodeExporter-clusterRole.yaml
- manifests/nodeExporter-clusterRoleBinding.yaml 1 addition, 1 deletionmanifests/nodeExporter-clusterRoleBinding.yaml
- manifests/nodeExporter-daemonset.yaml 4 additions, 4 deletionsmanifests/nodeExporter-daemonset.yaml
module github.com/prometheus-operator/kube-prometheus | ||
go 1.22.0 | ||
toolchain go1.22.5 | ||
toolchain go1.23.7 | ||
require ( | ||
github.com/Jeffail/gabs v1.4.0 | ||
github.com/prometheus/client_golang v1.21.0 | ||
k8s.io/apimachinery v0.31.3 | ||
github.com/prometheus/client_golang v1.21.1 | ||
k8s.io/apimachinery v0.32.2 | ||
k8s.io/client-go v0.31.3 | ||
) | ||
... | ... | @@ -16,9 +15,9 @@ require ( |
github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/swag v0.22.4 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
... | ... | @@ -41,16 +40,15 @@ require ( |
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/time v0.7.0 // indirect | ||
google.golang.org/protobuf v1.36.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/api v0.31.3 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect | ||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect | ||
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect | ||
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) |