Skip to content

Commit 1675f29

Browse files
Merge pull request #1370 from shiftstack/enable-ccm-openstack
Update library-go to enable external provider for OpenStack by default
2 parents 65fc794 + 8f9934a commit 1675f29

File tree

6 files changed

+37
-9
lines changed

6 files changed

+37
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
1616
github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3
1717
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
18-
github.com/openshift/library-go v0.0.0-20220622115547-84d884f4c9f6
18+
github.com/openshift/library-go v0.0.0-20220727134723-6802b30e83ba
1919
github.com/pkg/profile v1.5.0 // indirect
2020
github.com/prometheus-operator/prometheus-operator/pkg/client v0.45.0
2121
github.com/prometheus/client_golang v1.12.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3 h1:65
524524
github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
525525
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a h1:ylsEgoC8Dlg4A0C1TLH0A4x/TZao7k1YveLwROhRUdk=
526526
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a/go.mod h1:eDO5QeVi2IiXmDwB0e2z1DpAznWroZKe978pzZwFBzg=
527-
github.com/openshift/library-go v0.0.0-20220622115547-84d884f4c9f6 h1:lmfmsIGq62lmj17qrZh4Gbbb86WvJw6pLhCNwNjB2Yk=
528-
github.com/openshift/library-go v0.0.0-20220622115547-84d884f4c9f6/go.mod h1:AMZwYwSdbvALDl3QobEzcJ2IeDO7DYLsr42izKzh524=
527+
github.com/openshift/library-go v0.0.0-20220727134723-6802b30e83ba h1:+xG2MTeBZc1P8Fl+LdNgtfe4yZftRyEYV24PJgClj2Q=
528+
github.com/openshift/library-go v0.0.0-20220727134723-6802b30e83ba/go.mod h1:AMZwYwSdbvALDl3QobEzcJ2IeDO7DYLsr42izKzh524=
529529
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
530530
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
531531
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=

vendor/github.com/openshift/library-go/pkg/cloudprovider/external.go

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/library-go/pkg/operator/resource/resourceread/images.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/library-go/pkg/operator/status/status_controller.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ github.com/openshift/client-go/operatorcontrolplane/informers/externalversions/i
273273
github.com/openshift/client-go/operatorcontrolplane/informers/externalversions/operatorcontrolplane
274274
github.com/openshift/client-go/operatorcontrolplane/informers/externalversions/operatorcontrolplane/v1alpha1
275275
github.com/openshift/client-go/operatorcontrolplane/listers/operatorcontrolplane/v1alpha1
276-
# github.com/openshift/library-go v0.0.0-20220622115547-84d884f4c9f6
276+
# github.com/openshift/library-go v0.0.0-20220727134723-6802b30e83ba
277277
## explicit; go 1.17
278278
github.com/openshift/library-go/pkg/assets
279279
github.com/openshift/library-go/pkg/authorization/hardcodedauthorizer

0 commit comments

Comments
 (0)