Skip to content

Commit 944c1f1

Browse files
Bump github.com/operator-framework/api from 0.31.0 to 0.33.0
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.31.0 to 0.33.0. - [Release notes](https://github.com/operator-framework/api/releases) - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md) - [Commits](operator-framework/api@v0.31.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6709177 commit 944c1f1

File tree

1,017 files changed

+68182
-24867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,017 files changed

+68182
-24867
lines changed

go.mod

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift-kni/lifecycle-agent
22

3-
go 1.24.0
3+
go 1.24.4
44

55
require (
66
github.com/containers/image/v5 v5.36.0
@@ -14,7 +14,7 @@ require (
1414
github.com/openshift/library-go v0.0.0-20240422143640-fad649cbbd63
1515
github.com/openshift/local-storage-operator v0.0.0-20240119085755-569393ff42e1
1616
github.com/openshift/lvm-operator v0.0.0-20240627192035-bf9fc3ac7ee8
17-
github.com/operator-framework/api v0.31.0
17+
github.com/operator-framework/api v0.33.0
1818
github.com/otiai10/copy v1.14.0
1919
github.com/pelletier/go-toml v1.9.5
2020
github.com/samber/lo v1.51.0
@@ -25,37 +25,36 @@ require (
2525
go.uber.org/mock v0.5.2
2626
golang.org/x/crypto v0.40.0
2727
gopkg.in/yaml.v3 v3.0.1
28-
k8s.io/api v0.32.3
29-
k8s.io/apiextensions-apiserver v0.32.3
30-
k8s.io/apimachinery v0.32.3
31-
k8s.io/client-go v0.32.3
32-
k8s.io/code-generator v0.32.3
28+
k8s.io/api v0.33.2
29+
k8s.io/apiextensions-apiserver v0.33.2
30+
k8s.io/apimachinery v0.33.2
31+
k8s.io/client-go v0.33.2
32+
k8s.io/code-generator v0.33.2
3333
open-cluster-management.io/api v1.0.0
3434
open-cluster-management.io/config-policy-controller v0.16.0
3535
open-cluster-management.io/governance-policy-propagator v0.16.0
36-
sigs.k8s.io/controller-runtime v0.20.4
36+
sigs.k8s.io/controller-runtime v0.21.0
3737
sigs.k8s.io/yaml v1.5.0
3838
)
3939

4040
require (
41-
cel.dev/expr v0.20.0 // indirect
41+
cel.dev/expr v0.24.0 // indirect
4242
github.com/BurntSushi/toml v1.5.0 // indirect
43-
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
44-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
43+
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
4544
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect
46-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
45+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
4746
github.com/containers/storage v1.59.0 // indirect
4847
github.com/diskfs/go-diskfs v1.4.0 // indirect
4948
github.com/docker/go-units v0.5.0 // indirect
5049
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
5150
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
5251
github.com/felixge/httpsnoop v1.0.4 // indirect
53-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
52+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
5453
github.com/go-logr/stdr v1.2.2 // indirect
5554
github.com/golang/mock v1.6.0 // indirect
5655
github.com/google/btree v1.1.3 // indirect
57-
github.com/google/cel-go v0.22.1 // indirect
58-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
56+
github.com/google/cel-go v0.26.0 // indirect
57+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0 // indirect
5958
github.com/moby/sys/capability v0.4.0 // indirect
6059
github.com/moby/sys/mountinfo v0.7.2 // indirect
6160
github.com/moby/sys/user v0.4.0 // indirect
@@ -65,31 +64,32 @@ require (
6564
github.com/pierrec/lz4/v4 v4.1.17 // indirect
6665
github.com/pkg/xattr v0.4.9 // indirect
6766
github.com/robfig/cron v1.2.0 // indirect
68-
github.com/stoewer/go-strcase v1.3.0 // indirect
67+
github.com/stoewer/go-strcase v1.3.1 // indirect
6968
github.com/stolostron/kubernetes-dependency-watches v0.10.0 // indirect
7069
github.com/ulikunitz/xz v0.5.12 // indirect
7170
github.com/x448/float16 v0.8.4 // indirect
7271
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
73-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
72+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
7473
go.opentelemetry.io/otel v1.36.0 // indirect
75-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
76-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
74+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
75+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect
7776
go.opentelemetry.io/otel/metric v1.36.0 // indirect
7877
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
7978
go.opentelemetry.io/otel/trace v1.36.0 // indirect
80-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
79+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
8180
go.yaml.in/yaml/v2 v2.4.2 // indirect
82-
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 // indirect
83-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
84-
google.golang.org/grpc v1.72.2 // indirect
81+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
82+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
83+
google.golang.org/grpc v1.73.0 // indirect
8584
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
8685
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
87-
k8s.io/apiserver v0.32.3 // indirect
88-
k8s.io/component-base v0.32.3 // indirect
89-
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
86+
k8s.io/apiserver v0.33.2 // indirect
87+
k8s.io/component-base v0.33.2 // indirect
88+
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
9089
k8s.io/kube-aggregator v0.31.3 // indirect
91-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
90+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 // indirect
9291
sigs.k8s.io/kube-storage-version-migrator v0.0.6-0.20230721195810-5c8923c5ff96 // indirect
92+
sigs.k8s.io/randfill v1.0.0 // indirect
9393
)
9494

9595
require (
@@ -115,20 +115,18 @@ require (
115115
github.com/fsnotify/fsnotify v1.7.0 // indirect
116116
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
117117
github.com/go-logr/zapr v1.3.0 // indirect
118-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
118+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
119119
github.com/go-openapi/jsonreference v0.21.0 // indirect
120-
github.com/go-openapi/swag v0.23.0 // indirect
120+
github.com/go-openapi/swag v0.23.1 // indirect
121121
github.com/gogo/protobuf v1.3.2 // indirect
122-
github.com/golang/protobuf v1.5.4 // indirect
123-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
124-
github.com/google/gofuzz v1.2.0 // indirect
122+
github.com/google/gnostic-models v0.6.9 // indirect
125123
github.com/google/uuid v1.6.0 // indirect
126124
github.com/huandu/xstrings v1.4.0 // indirect
127125
github.com/imdario/mergo v1.0.0 // indirect
128126
github.com/inconshreveable/mousetrap v1.1.0 // indirect
129127
github.com/josharian/intern v1.0.0 // indirect
130128
github.com/json-iterator/go v1.1.12 // indirect
131-
github.com/mailru/easyjson v0.7.7 // indirect
129+
github.com/mailru/easyjson v0.9.0 // indirect
132130
github.com/mitchellh/copystructure v1.2.0 // indirect
133131
github.com/mitchellh/reflectwalk v1.0.2 // indirect
134132
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -141,8 +139,8 @@ require (
141139
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
142140
github.com/prometheus/client_golang v1.22.0 // indirect
143141
github.com/prometheus/client_model v0.6.2 // indirect
144-
github.com/prometheus/common v0.62.0 // indirect
145-
github.com/prometheus/procfs v0.15.1 // indirect
142+
github.com/prometheus/common v0.65.0 // indirect
143+
github.com/prometheus/procfs v0.16.1 // indirect
146144
github.com/rh-ecosystem-edge/preinstall-utils v0.0.0-20241120105227-a01c7fe6b461
147145
github.com/shopspring/decimal v1.4.0 // indirect
148146
github.com/spf13/cast v1.6.0 // indirect
@@ -151,25 +149,25 @@ require (
151149
go.uber.org/multierr v1.11.0 // indirect
152150
go.uber.org/zap v1.27.0 // indirect
153151
go4.org v0.0.0-20200104003542-c7e774b10ea0 // indirect
154-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
152+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
155153
golang.org/x/mod v0.25.0 // indirect
156154
golang.org/x/net v0.41.0 // indirect
157155
golang.org/x/oauth2 v0.30.0 // indirect
158156
golang.org/x/sync v0.16.0 // indirect
159157
golang.org/x/sys v0.34.0 // indirect
160158
golang.org/x/term v0.33.0 // indirect
161159
golang.org/x/text v0.27.0 // indirect
162-
golang.org/x/time v0.11.0 // indirect
160+
golang.org/x/time v0.12.0 // indirect
163161
golang.org/x/tools v0.34.0 // indirect
164162
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
165163
google.golang.org/protobuf v1.36.6 // indirect
166164
gopkg.in/inf.v0 v0.9.1 // indirect
167165
gopkg.in/yaml.v2 v2.4.0 // indirect
168166
k8s.io/klog/v2 v2.130.1 // indirect
169-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
170-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
171-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
172-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
167+
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a // indirect
168+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
169+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
170+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
173171
)
174172

175173
// From the mergo project's README: "If the vanity URL is causing issues in

0 commit comments

Comments
 (0)