Skip to content

Commit

Permalink
Merge pull request #217 from dobsonj/OCPBUGS-24226
Browse files Browse the repository at this point in the history
OCPBUGS-24226: setting TLSSecurityProfile with no minTLSVersion crashes controller
  • Loading branch information
openshift-merge-bot[bot] committed Dec 15, 2023
2 parents 4cd5c2b + d43bcbc commit d2b87da
Show file tree
Hide file tree
Showing 68 changed files with 4,863 additions and 120 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -5,10 +5,10 @@ go 1.20
require (
github.com/gophercloud/gophercloud v1.5.0
github.com/gophercloud/utils v0.0.0-20230523080330-de873b9cf00d
github.com/openshift/api v0.0.0-20231120145327-841b3aa7251d
github.com/openshift/api v0.0.0-20231129134630-a782d1c1541c
github.com/openshift/build-machinery-go v0.0.0-20230824093055-6a18da01283c
github.com/openshift/client-go v0.0.0-20231110140829-a6ca51f6d5ba
github.com/openshift/library-go v0.0.0-20231120141757-bd996d74a24c
github.com/openshift/library-go v0.0.0-20231212225932-4a819e39ef45
github.com/prometheus/client_golang v1.17.0
github.com/spf13/cobra v1.7.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -241,14 +241,14 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE=
github.com/openshift/api v0.0.0-20231120145327-841b3aa7251d h1:8vowDTdM3QSfReuzk7L+66yguCySV8ayKkQX7uEpef4=
github.com/openshift/api v0.0.0-20231120145327-841b3aa7251d/go.mod h1:qNtV0315F+f8ld52TLtPvrfivZpdimOzTi3kn9IVbtU=
github.com/openshift/api v0.0.0-20231129134630-a782d1c1541c h1:XvPqb9JIZI40qKpdIDLUyoNXvgr4Ob3XHQeQacQN3jg=
github.com/openshift/api v0.0.0-20231129134630-a782d1c1541c/go.mod h1:qNtV0315F+f8ld52TLtPvrfivZpdimOzTi3kn9IVbtU=
github.com/openshift/build-machinery-go v0.0.0-20230824093055-6a18da01283c h1:H5k87xq6hGgR1YCF/8hLv3j5jWd64Eh3ZhqF9WUJ15Q=
github.com/openshift/build-machinery-go v0.0.0-20230824093055-6a18da01283c/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
github.com/openshift/client-go v0.0.0-20231110140829-a6ca51f6d5ba h1:uZ9gqdJIKUegxqeBqKXbPdd0JfO6aueQ2Ot/gTOhkD8=
github.com/openshift/client-go v0.0.0-20231110140829-a6ca51f6d5ba/go.mod h1:/BACtJX3fnHOlecTC3VW7JPsJU7KCGaUqt/HkWp5ryo=
github.com/openshift/library-go v0.0.0-20231120141757-bd996d74a24c h1:xStvhAjR9iCwhuZmqmN8Tzhb9L2J79uVAQnPtmPkh/8=
github.com/openshift/library-go v0.0.0-20231120141757-bd996d74a24c/go.mod h1:8UzmrBMCn7+GzouL8DVYkL9COBQTB1Ggd13/mHJQCUg=
github.com/openshift/library-go v0.0.0-20231212225932-4a819e39ef45 h1:BENE0YXVlhw7PjH9vQCuVo9SU3LAyMxnzWdla9sQd4E=
github.com/openshift/library-go v0.0.0-20231212225932-4a819e39ef45/go.mod h1:0q1UIvboZXfSlUaK+08wsXYw4N6OUo2b/z3a1EWNGyw=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
17 changes: 8 additions & 9 deletions vendor/github.com/openshift/api/Dockerfile.rhel8

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions vendor/github.com/openshift/api/annotations/annotations.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/openshift/api/build/v1/consts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2b87da

Please sign in to comment.