Skip to content

Commit

Permalink
Merge pull request #1257 from rphillips/fixes/bump_mco_deps
Browse files Browse the repository at this point in the history
Bug 1772900: bump mco deps for TLSSecurityProfile and ExperimentalCriticalPodAnnotation featuregate removal
  • Loading branch information
openshift-merge-robot committed Nov 20, 2019
2 parents 2e560b2 + f8eed82 commit e903354
Show file tree
Hide file tree
Showing 128 changed files with 11,767 additions and 906 deletions.
11 changes: 4 additions & 7 deletions go.mod
Expand Up @@ -9,7 +9,6 @@ require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.20.0+incompatible
github.com/ajeddeloh/go-json v0.0.0-20170920214419-6a2fe990e083 // indirect
github.com/ajeddeloh/yaml v0.0.0-20170912190910-6b94386aeefd // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/apparentlymart/go-cidr v1.0.0
Expand All @@ -18,7 +17,7 @@ require (
github.com/containers/image v3.0.2+incompatible
github.com/containers/storage v1.13.4
github.com/coreos/container-linux-config-transpiler v0.9.0
github.com/coreos/ignition v0.26.0
github.com/coreos/ignition v0.33.0
github.com/creack/pty v1.1.9 // indirect
github.com/cri-o/cri-o v1.9.0-beta.2.0.20191003162030-4775e1c05c26
github.com/davecgh/go-spew v1.1.1
Expand All @@ -32,22 +31,21 @@ require (
github.com/go-log/log v0.0.0-00010101000000-000000000000 // indirect
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/spec v0.19.3 // indirect
github.com/gogo/protobuf v1.3.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/golangci/golangci-lint v1.18.0
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/renameio v0.1.0
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7
github.com/joho/godotenv v1.3.0
github.com/mailru/easyjson v0.7.0 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/openshift/api v3.9.1-0.20191014195513-c9253efc14f4+incompatible
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
github.com/openshift/client-go v0.0.0-20191001081553-3b0e988f8cb0
github.com/openshift/cluster-api v0.0.0-20190923092624-4024de4fa64d
github.com/openshift/cluster-etcd-operator v0.0.0-alpha.0.0.20191025163650-5854b5c48ce4
Expand All @@ -61,10 +59,9 @@ require (
github.com/stretchr/testify v1.4.0
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
go4.org v0.0.0-20190313082347-94abd6928b1d // indirect
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 // indirect
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 // indirect
golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20191002234911-9ade4c73f2af // indirect
Expand Down
40 changes: 32 additions & 8 deletions go.sum

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions templates/master/01-master-kubelet/_base/files/kubelet.yaml
Expand Up @@ -26,10 +26,8 @@ contents:
memory: 500Mi
featureGates:
RotateKubeletServerCertificate: true
ExperimentalCriticalPodAnnotation: true
NodeDisruptionExclusion: true
SupportPodPidsLimit: true
TLSSecurityProfile: true
LegacyNodeRoleBehavior: false
ServiceNodeExclusion: true
serverTLSBootstrap: true
2 changes: 0 additions & 2 deletions templates/worker/01-worker-kubelet/_base/files/kubelet.yaml
Expand Up @@ -26,10 +26,8 @@ contents:
memory: 500Mi
featureGates:
RotateKubeletServerCertificate: true
ExperimentalCriticalPodAnnotation: true
NodeDisruptionExclusion: true
SupportPodPidsLimit: true
TLSSecurityProfile: true
LegacyNodeRoleBehavior: false
ServiceNodeExclusion: true
serverTLSBootstrap: true
17 changes: 12 additions & 5 deletions vendor/github.com/coreos/ignition/config/shared/errors/errors.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.

8 changes: 8 additions & 0 deletions vendor/github.com/coreos/ignition/config/v1/types/config.go

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

21 changes: 12 additions & 9 deletions vendor/github.com/coreos/ignition/config/v2_0/append.go

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

6 changes: 5 additions & 1 deletion vendor/github.com/coreos/ignition/config/v2_1/append.go

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

33 changes: 0 additions & 33 deletions vendor/github.com/coreos/ignition/config/v2_1/types/link.go

This file was deleted.

9 changes: 8 additions & 1 deletion vendor/github.com/coreos/ignition/config/v2_1/types/url.go

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

33 changes: 0 additions & 33 deletions vendor/github.com/coreos/ignition/config/v2_2/types/link.go

This file was deleted.

9 changes: 8 additions & 1 deletion vendor/github.com/coreos/ignition/config/v2_2/types/url.go

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

This file was deleted.

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 e903354

Please sign in to comment.