Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0b58c05
:seedling: Bump the k8s-dependencies group with 10 updates (#3638)
dependabot[bot] Oct 3, 2025
c915eda
:seedling: Bump google.golang.org/grpc from 1.75.1 to 1.76.0 (#3665)
dependabot[bot] Oct 9, 2025
486a9d5
:seedling: Bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 (#3667)
dependabot[bot] Oct 9, 2025
9ed1f2a
🌱 Bump github.com/operator-framework/api from 0.34.0 to 0.35.0 (#3670)
camilamacedo86 Oct 9, 2025
8f7b95a
:seedling: Bump the k8s-dependencies group across 1 directory with 2 …
dependabot[bot] Oct 10, 2025
f1f68cb
Secure metrics endpoint with cntrlr-runtime metrics authz mechanics (…
anik120 Oct 10, 2025
51a9332
bump o-f deps (#3662)
grokspawn Oct 14, 2025
833e7a8
:seedling: Bump sigs.k8s.io/controller-runtime (#3672)
dependabot[bot] Oct 17, 2025
c848db3
:seedling: Bump github.com/prometheus/common from 0.66.1 to 0.67.1 (#…
dependabot[bot] Oct 17, 2025
6411902
:seedling: Bump golang.org/x/time from 0.13.0 to 0.14.0 (#3674)
dependabot[bot] Oct 17, 2025
723f39e
Remove use of retracted o/api version (#3679)
jupierce Oct 17, 2025
c0fb4d5
Add AGENTS.md (#3678)
perdasilva Oct 17, 2025
677ca76
Add OpenShift service-ca support for authenticated metrics endpoints …
anik120 Oct 20, 2025
be32bfc
:seedling: Bump go.podman.io/image/v5 from 5.37.0 to 5.38.0 (#3680)
dependabot[bot] Oct 23, 2025
d79ced4
Fix TOCTOU race condition in ensureInstallPlan (#3682)
jianzhangbjz Oct 23, 2025
8f75c79
Fix container image short names for OpenShift compatibility (#3685)
anik120 Oct 23, 2025
c79dcb6
Fix ServiceMonitor RBAC for authenticated metrics endpoints (#3681)
anik120 Oct 23, 2025
98efe7a
fix: Use rest.HTTPClientFor to create TLS-configured client for metri…
jianzhangbjz Oct 24, 2025
09804a8
Bump the k8s-dependencies group across 1 directory with 6 updates (#1…
dependabot[bot] Sep 17, 2025
8ae7927
Add PodMonitor to supported resources (#1795)
WanzenBug Sep 22, 2025
8c20d32
release/goreleaser.opm.Dockerfile: parameterize grpc-health-probe ver…
joelanford Sep 30, 2025
3eb94ae
update o-f/api as prep for release (#1806)
grokspawn Oct 3, 2025
c63647b
Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#445)
dependabot[bot] Sep 3, 2025
e6d7c21
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#446)
dependabot[bot] Sep 3, 2025
df5257a
Bump github.com/google/cel-go from 0.26.0 to 0.26.1 (#448)
dependabot[bot] Sep 3, 2025
c7240f3
Bump actions/setup-go from 5 to 6 (#449)
dependabot[bot] Sep 9, 2025
712ddb6
Bump actions/stale from 9 to 10 (#450)
dependabot[bot] Sep 9, 2025
3f189fb
Bump the k8s-dependencies group with 5 updates (#447)
dependabot[bot] Sep 17, 2025
433213c
Bump the k8s-dependencies group with 5 updates (#451)
dependabot[bot] Oct 3, 2025
8c4b069
OPRUN-4202: remove google.golang.org/grpc pin
anik120 Oct 23, 2025
b7cbf38
NO-ISSUE: update openshift/* dependencies
anik120 Oct 23, 2025
6e79ccc
OCPBUGS-59768: Enable authenticated metrics endpoints with OpenShift …
anik120 Oct 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
104 changes: 48 additions & 56 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,27 @@ require (
github.com/grpc-ecosystem/grpc-health-probe v0.4.40
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
github.com/onsi/ginkgo/v2 v2.25.3
github.com/openshift/api v3.9.0+incompatible
github.com/operator-framework/api v0.34.0
github.com/onsi/ginkgo/v2 v2.26.0
github.com/openshift/api v0.0.0-20251023193535-8691c3014652
github.com/operator-framework/api v0.35.0
github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000
github.com/operator-framework/operator-registry v1.59.0
github.com/operator-framework/operator-registry v1.60.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
google.golang.org/protobuf v1.36.9
google.golang.org/protobuf v1.36.10
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.33.4
k8s.io/apimachinery v0.33.4
k8s.io/client-go v0.33.4
k8s.io/code-generator v0.33.4
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a
k8s.io/api v0.34.1
k8s.io/apimachinery v0.34.1
k8s.io/client-go v0.34.1
k8s.io/code-generator v0.34.1
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/controller-runtime v0.21.0
sigs.k8s.io/controller-tools v0.18.0
sigs.k8s.io/controller-runtime v0.22.3
sigs.k8s.io/controller-tools v0.19.0
)

// latest gRPC library causes changes in the way the CatalogSource connection status behaves
// previously it would reach READY - but now seems to stay on IDLE unless there is data going down the pipe
// this is breaking many CatalogSource related tests
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2

require (
cel.dev/expr v0.24.0 // indirect
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
Expand Down Expand Up @@ -72,10 +66,10 @@ require (
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/cli v28.4.0+incompatible // indirect
github.com/docker/cli v28.5.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v28.3.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.9.3 // indirect
github.com/docker/docker v28.5.1+incompatible // indirect
github.com/docker/docker-credential-helpers v0.9.4 // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
Expand All @@ -84,27 +78,27 @@ require (
github.com/fatih/color v1.18.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/go-air/gini v1.0.4 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.2 // indirect
github.com/go-git/go-git/v5 v5.16.2 // indirect
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.21.1 // indirect
github.com/go-openapi/jsonreference v0.21.0 // indirect
github.com/go-openapi/swag v0.23.1 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gobuffalo/flect v1.0.3 // indirect
github.com/goccy/go-yaml v1.11.0 // indirect
github.com/goccy/go-yaml v1.18.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-migrate/migrate/v4 v4.19.0 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/cel-go v0.26.0 // indirect
github.com/google/gnostic-models v0.6.9 // indirect
github.com/google/cel-go v0.26.1 // indirect
github.com/google/gnostic-models v0.7.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/go-containerregistry v0.20.6 // indirect
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
Expand Down Expand Up @@ -147,7 +141,7 @@ require (
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/onsi/gomega v1.38.2 // indirect
Expand All @@ -162,7 +156,7 @@ require (
github.com/proglottis/gpgme v0.1.5 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/common v0.67.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand All @@ -183,9 +177,9 @@ require (
github.com/x448/float16 v0.8.4 // indirect
github.com/zeebo/errs v1.4.0 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.etcd.io/etcd/api/v3 v3.5.21 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
go.etcd.io/etcd/client/v3 v3.5.21 // indirect
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
go.etcd.io/etcd/client/v3 v3.6.4 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
Expand All @@ -198,60 +192,58 @@ require (
go.opentelemetry.io/otel/trace v1.37.0 // indirect
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
go.podman.io/common v0.65.0 // indirect
go.podman.io/image/v5 v5.37.0 // indirect
go.podman.io/storage v1.60.0 // indirect
go.podman.io/image/v5 v5.38.0 // indirect
go.podman.io/storage v1.61.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/crypto v0.42.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/lint v0.0.0-20241112194109-818c5a804067 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/oauth2 v0.32.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/term v0.35.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/time v0.13.0 // indirect
golang.org/x/tools v0.36.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/term v0.36.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/time v0.14.0 // indirect
golang.org/x/tools v0.38.0 // indirect
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
google.golang.org/grpc v1.75.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
google.golang.org/grpc v1.76.0 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.33.4 // indirect
k8s.io/apiserver v0.33.4 // indirect
k8s.io/apiextensions-apiserver v0.34.1 // indirect
k8s.io/apiserver v0.34.1 // indirect
k8s.io/cli-runtime v0.33.2 // indirect
k8s.io/component-base v0.33.4 // indirect
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
k8s.io/component-base v0.34.1 // indirect
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kms v0.33.4 // indirect
k8s.io/kube-aggregator v0.33.4 // indirect
k8s.io/kms v0.34.1 // indirect
k8s.io/kube-aggregator v0.34.1 // indirect
k8s.io/kubectl v0.33.2 // indirect
oras.land/oras-go/v2 v2.6.0 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 // indirect
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
sigs.k8s.io/yaml v1.6.0 // indirect
)

replace (
// pinned because of incompatibility with k8s.io/apiserver
github.com/google/cel-go => github.com/google/cel-go v0.22.1
// controller runtime
github.com/openshift/api => github.com/openshift/api v0.0.0-20210517065120-b325f58df679
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 // release-4.5

// use staged repositories
Expand Down
Loading