-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/prometheus-operator/prometheus-operator/…
…pkg/apis/monitoring Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.73.2 to 0.76.2. - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases) - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/v0.76.2/CHANGELOG.md) - [Commits](prometheus-operator/prometheus-operator@v0.73.2...v0.76.2) --- updated-dependencies: - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
67fabf7
commit 42e9f58
Showing
2 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
module github.com/apache/camel-k/v2 | ||
|
||
go 1.22 | ||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 | ||
|
@@ -20,7 +21,7 @@ require ( | |
// go get github.com/openshift/[email protected] | ||
github.com/openshift/api v0.0.0-20240228005710-4511c790cc60 | ||
github.com/operator-framework/api v0.23.0 | ||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.2 | ||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2 | ||
github.com/prometheus/client_golang v1.20.3 | ||
github.com/prometheus/client_model v0.6.1 | ||
github.com/prometheus/common v0.59.1 | ||
|
@@ -41,19 +42,19 @@ require ( | |
golang.org/x/text v0.18.0 | ||
golang.org/x/time v0.6.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.29.7 | ||
k8s.io/apiextensions-apiserver v0.29.7 | ||
k8s.io/apimachinery v0.29.7 | ||
k8s.io/api v0.30.3 | ||
k8s.io/apiextensions-apiserver v0.30.3 | ||
k8s.io/apimachinery v0.30.3 | ||
k8s.io/cli-runtime v0.29.7 | ||
k8s.io/client-go v0.29.7 | ||
k8s.io/client-go v0.30.3 | ||
k8s.io/gengo v0.0.0-20240129211411-f967bbeff4b4 | ||
k8s.io/klog/v2 v2.130.1 | ||
k8s.io/kubectl v0.29.7 | ||
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 | ||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 | ||
knative.dev/eventing v0.42.1 | ||
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608 | ||
knative.dev/serving v0.42.2 | ||
sigs.k8s.io/controller-runtime v0.17.5 | ||
sigs.k8s.io/controller-runtime v0.18.5 | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | ||
) | ||
|
||
|
@@ -143,8 +144,7 @@ require ( | |
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/component-base v0.29.7 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240221221325-2ac9dc51f3f1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect | ||
knative.dev/networking v0.0.0-20240716111826-bab7f2a3e556 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters