Skip to content

Commit

Permalink
UPSTREAM: <drop>: bump(github.com/openshift/apiserver-library-go): Up…
Browse files Browse the repository at this point in the history
…date imagepolicy to support DeploymentConfigs, StatefulSets, and CronJobs
  • Loading branch information
dmage committed Nov 12, 2021
1 parent 9e8f924 commit 5b2e240
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require (
github.com/opencontainers/runc v1.0.2
github.com/opencontainers/selinux v1.8.2
github.com/openshift/api v0.0.0-20210910062324-a41d3573a3ba
github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84
github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
github.com/openshift/library-go v0.0.0-20210825122301-7f0bf922c345
github.com/pkg/errors v0.9.1
Expand Down Expand Up @@ -399,7 +399,7 @@ replace (
github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opencontainers/selinux => github.com/opencontainers/selinux v1.8.2
github.com/openshift/api => github.com/openshift/api v0.0.0-20210713130143-be21c6cb1bea
github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84
github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419
github.com/openshift/build-machinery-go => github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20210422153130-25c8450d1535
github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20210407092538-7021fda6f427
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ github.com/opencontainers/selinux v1.8.2 h1:c4ca10UMgRcvZ6h0K4HtS15UaVSBEaE+iln2
github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8=
github.com/openshift/api v0.0.0-20210713130143-be21c6cb1bea h1:q3SbYMw1pzXy+8hg0ibRZyEBR+fg8Exv8qFogMvT5t0=
github.com/openshift/api v0.0.0-20210713130143-be21c6cb1bea/go.mod h1:izBmoXbUu3z5kUa4FjZhvekTsyzIWiOoaIgJiZBBMQs=
github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84 h1:Xgztp8bn22vhMiSza6mFQUdGVui61+FUVVJyTZBFZ04=
github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84/go.mod h1:hmRcqTWiLRXXEnVLhCNoZBfmciZD2N2NrHTEzcRqhK8=
github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419 h1:b9bp6niqUnf+yfCddxFdjMewe9QiXCP+0IN7JjlRyBw=
github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419/go.mod h1:hmRcqTWiLRXXEnVLhCNoZBfmciZD2N2NrHTEzcRqhK8=
github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
github.com/openshift/client-go v0.0.0-20210422153130-25c8450d1535 h1:JGSJhDJiQxqUETyqseqeXD7X/hgA6V/F3WW/2dN4QCs=
github.com/openshift/client-go v0.0.0-20210422153130-25c8450d1535/go.mod h1:v5/AYttPCjfqMGC1Ed/vutuDpuXmgWc5O+W9nwQ7EtE=
Expand Down
2 changes: 1 addition & 1 deletion staging/src/k8s.io/api/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiextensions-apiserver/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/cli-runtime/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/cloud-provider/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/controller-manager/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/kube-aggregator/go.sum

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

2 changes: 1 addition & 1 deletion staging/src/k8s.io/kubectl/go.sum

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.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -949,9 +949,9 @@ github.com/openshift/api/security
github.com/openshift/api/security/v1
github.com/openshift/api/template/v1
github.com/openshift/api/user/v1
# github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84 => github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84
# github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419 => github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419
## explicit
# github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20210721120111-70ce3cad7d84
# github.com/openshift/apiserver-library-go => github.com/openshift/apiserver-library-go v0.0.0-20211111022136-bfb62ec0e419
github.com/openshift/apiserver-library-go/pkg/admission/imagepolicy
github.com/openshift/apiserver-library-go/pkg/admission/imagepolicy/apis/imagepolicy/v1
github.com/openshift/apiserver-library-go/pkg/admission/imagepolicy/apis/imagepolicy/validation
Expand Down

0 comments on commit 5b2e240

Please sign in to comment.