Skip to content

Commit c357775

Browse files
Bump the gomod-backward-compatible group with 5 updates (#674)
Bumps the gomod-backward-compatible group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.30.3` | `0.31.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3` | `0.31.0` | | [k8s.io/utils](https://github.com/kubernetes/utils) | `0.0.0-20240502163921-fe8a2dddb1d0` | `0.0.0-20240711033017-18e509b52bc8` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.4` | `0.19.0` | Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.1...v1.20.0) Updates `k8s.io/apimachinery` from 0.30.3 to 0.31.0 - [Commits](kubernetes/apimachinery@v0.30.3...v0.31.0) Updates `k8s.io/client-go` from 0.30.3 to 0.31.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.3...v0.31.0) Updates `k8s.io/utils` from 0.0.0-20240502163921-fe8a2dddb1d0 to 0.0.0-20240711033017-18e509b52bc8 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.18.4 to 0.19.0 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.18.4...v0.19.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Theron Voran <[email protected]>
1 parent 55ae958 commit c357775

File tree

3 files changed

+71
-76
lines changed

3 files changed

+71
-76
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ Changes:
55
* Dependency updates:
66
* Docker image `alpine` 3.20.1 => 3.20.2
77
* Docker image `ubi8/ubi-minimal` 8.10-1018 => 8.10-1052
8-
* `k8s.io/api` v0.30.2 => v0.30.3
9-
* `k8s.io/apimachinery` v0.30.2 => v0.30.3
10-
* `k8s.io/client-go` v0.30.2 => v0.30.3
8+
* `github.com/prometheus/client_golang` v1.19.1 => v1.20.0
9+
* `k8s.io/api` v0.30.2 => v0.31.0
10+
* `k8s.io/apimachinery` v0.30.2 => v0.31.0
11+
* `k8s.io/client-go` v0.30.2 => v0.31.0
12+
* `k8s.io/utils` v0.0.0-20240502163921-fe8a2dddb1d0 => v0.0.0-20240711033017-18e509b52bc8
13+
* `sigs.k8s.io/controller-runtime` v0.18.4 => v0.19.0
1114

1215
Bugs:
1316
* Disable handling update on pods [GH-619](https://github.com/hashicorp/vault-k8s/pull/619)

go.mod

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ require (
1717
github.com/mitchellh/cli v1.1.5
1818
github.com/operator-framework/operator-lib v0.14.0
1919
github.com/pkg/errors v0.9.1
20-
github.com/prometheus/client_golang v1.19.1
20+
github.com/prometheus/client_golang v1.20.0
2121
github.com/radovskyb/watcher v1.0.7
2222
github.com/stretchr/testify v1.9.0
23-
k8s.io/api v0.30.3
24-
k8s.io/apimachinery v0.30.3
25-
k8s.io/client-go v0.30.3
26-
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
27-
sigs.k8s.io/controller-runtime v0.18.4
23+
k8s.io/api v0.31.0
24+
k8s.io/apimachinery v0.31.0
25+
k8s.io/client-go v0.31.0
26+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
27+
sigs.k8s.io/controller-runtime v0.19.0
2828
)
2929

3030
require (
@@ -34,11 +34,12 @@ require (
3434
github.com/armon/go-radix v1.0.0 // indirect
3535
github.com/beorn7/perks v1.0.1 // indirect
3636
github.com/bgentry/speakeasy v0.1.0 // indirect
37-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
37+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3838
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3939
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
4040
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
4141
github.com/fatih/color v1.16.0 // indirect
42+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4243
github.com/go-openapi/jsonpointer v0.20.2 // indirect
4344
github.com/go-openapi/jsonreference v0.20.4 // indirect
4445
github.com/go-openapi/swag v0.22.9 // indirect
@@ -56,6 +57,7 @@ require (
5657
github.com/imdario/mergo v0.3.16 // indirect
5758
github.com/josharian/intern v1.0.0 // indirect
5859
github.com/json-iterator/go v1.1.12 // indirect
60+
github.com/klauspost/compress v1.17.9 // indirect
5961
github.com/mailru/easyjson v0.7.7 // indirect
6062
github.com/mattn/go-colorable v0.1.13 // indirect
6163
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -68,25 +70,26 @@ require (
6870
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6971
github.com/posener/complete v1.2.1 // indirect
7072
github.com/prometheus/client_model v0.6.1 // indirect
71-
github.com/prometheus/common v0.48.0 // indirect
72-
github.com/prometheus/procfs v0.12.0 // indirect
73+
github.com/prometheus/common v0.55.0 // indirect
74+
github.com/prometheus/procfs v0.15.1 // indirect
7375
github.com/ryanuber/go-glob v1.0.0 // indirect
7476
github.com/shopspring/decimal v1.2.0 // indirect
7577
github.com/spf13/cast v1.3.1 // indirect
7678
github.com/spf13/pflag v1.0.5 // indirect
79+
github.com/x448/float16 v0.8.4 // indirect
7780
golang.org/x/crypto v0.24.0 // indirect
7881
golang.org/x/net v0.26.0 // indirect
79-
golang.org/x/oauth2 v0.18.0 // indirect
80-
golang.org/x/sys v0.21.0 // indirect
82+
golang.org/x/oauth2 v0.21.0 // indirect
83+
golang.org/x/sys v0.22.0 // indirect
8184
golang.org/x/term v0.21.0 // indirect
8285
golang.org/x/text v0.16.0 // indirect
8386
golang.org/x/time v0.5.0 // indirect
84-
google.golang.org/appengine v1.6.8 // indirect
85-
google.golang.org/protobuf v1.34.1 // indirect
87+
google.golang.org/protobuf v1.34.2 // indirect
88+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8689
gopkg.in/inf.v0 v0.9.1 // indirect
8790
gopkg.in/yaml.v2 v2.4.0 // indirect
8891
gopkg.in/yaml.v3 v3.0.1 // indirect
89-
k8s.io/klog/v2 v2.120.1 // indirect
92+
k8s.io/klog/v2 v2.130.1 // indirect
9093
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
9194
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9295
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)