Skip to content

Commit 55eef87

Browse files
authored
Merge pull request #30116 from vrutkovs/tls-update-august
OCPBUGS-59526: TLS registry update
2 parents e453b78 + e585c03 commit 55eef87

File tree

60 files changed

+31416
-16966
lines changed

Some content is hidden

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

60 files changed

+31416
-16966
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee
6767
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee
6868
github.com/openshift/cluster-network-operator v0.0.0-20240708200319-1cd8678b38fb
69-
github.com/openshift/library-go v0.0.0-20250710130336-73c7662bc565
69+
github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b
7070
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250118001652-a8b9c3c31417
7171
github.com/pborman/uuid v1.2.0
7272
github.com/pkg/errors v0.9.1
@@ -323,6 +323,7 @@ require (
323323
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
324324
github.com/pquerna/cachecontrol v0.1.0 // indirect
325325
github.com/prometheus/procfs v0.15.1 // indirect
326+
github.com/robfig/cron v1.2.0 // indirect
326327
github.com/robfig/cron/v3 v3.0.1 // indirect
327328
github.com/russross/blackfriday/v2 v2.1.0 // indirect
328329
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ github.com/openshift/kubernetes/staging/src/k8s.io/pod-security-admission v0.0.0
875875
github.com/openshift/kubernetes/staging/src/k8s.io/pod-security-admission v0.0.0-20250716113245-b94367cabf3e/go.mod h1:+UmuDIUnxxGlHHQvFhdg4s1XMRX+MBU1n70IYo18IOk=
876876
github.com/openshift/kubernetes/staging/src/k8s.io/sample-apiserver v0.0.0-20250716113245-b94367cabf3e h1:edNgRWGEdZculmiISrUvYO0kORmedM1TYc3us0Zvh00=
877877
github.com/openshift/kubernetes/staging/src/k8s.io/sample-apiserver v0.0.0-20250716113245-b94367cabf3e/go.mod h1:umdoAPEnjFAF+Lrk8/wMGbxUAjRvgsC+szWYUHluvqs=
878-
github.com/openshift/library-go v0.0.0-20250710130336-73c7662bc565 h1:DtyzonCpVZxqYp4rp2cCRwBTEXZWw5fX9YE0tCM5hi8=
879-
github.com/openshift/library-go v0.0.0-20250710130336-73c7662bc565/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
878+
github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b h1:AvoeP4LZgeHXTeNO7HiSdIxPbYrKvpJFa1JNTiYrx8M=
879+
github.com/openshift/library-go v0.0.0-20250812160438-378de074fe7b/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
880880
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20250416174521-4eb003743b54 h1:ehXndVZfIk/fo18YJCMJ+6b8HL8tzqjP7yWgchMnfCc=
881881
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20250416174521-4eb003743b54/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
882882
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
@@ -928,6 +928,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
928928
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
929929
github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E=
930930
github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
931+
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=
932+
github.com/robfig/cron v1.2.0/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k=
931933
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
932934
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
933935
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=

test/extended/operators/certs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func gatherCertsFromPlatformNamespaces(ctx context.Context, kubeClient kubernete
8282
certgraphanalysis.SkipRevisioned,
8383
certgraphanalysis.SkipHashed,
8484
certgraphanalysis.ElideProxyCADetails,
85+
certgraphanalysis.RewritePrimaryCertBundleSecret,
8586
certgraphanalysis.RewriteNodeNames(masters, bootstrapHostname),
8687
certgraphanalysis.CollectAnnotations(annotationsToCollect...),
8788
)

tls/autoregenerate-after-expiry/autoregenerate-after-expiry.json

Lines changed: 315 additions & 50 deletions
Large diffs are not rendered by default.

tls/autoregenerate-after-expiry/autoregenerate-after-expiry.md

Lines changed: 127 additions & 94 deletions
Large diffs are not rendered by default.

tls/descriptions/descriptions.json

Lines changed: 315 additions & 50 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)