Skip to content

Commit

Permalink
Bump Cloud Provider Vsphere
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Oct 17, 2023
1 parent 7bc093e commit 5a72d1f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 47 deletions.
86 changes: 42 additions & 44 deletions projects/kubernetes/cloud-provider-vsphere/1-28/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ https://github.com/golang/groupcache
** github.com/golang/mock/gomock; version v1.6.0 --
https://github.com/golang/mock

** github.com/google/cel-go; version v0.15.0 --
** github.com/google/cel-go; version v0.16.0 --
https://github.com/google/cel-go

** github.com/google/gnostic; version v0.6.9 --
https://github.com/google/gnostic
** github.com/google/gnostic-models; version v0.6.8 --
https://github.com/google/gnostic-models

** github.com/google/gofuzz; version v1.2.0 --
https://github.com/google/gofuzz
Expand All @@ -53,16 +53,16 @@ https://github.com/modern-go/reflect2
** github.com/NYTimes/gziphandler; version v1.1.1 --
https://github.com/nytimes/gziphandler

** github.com/prometheus/client_golang/prometheus; version v1.15.1 --
** github.com/prometheus/client_golang/prometheus; version v1.16.0 --
https://github.com/prometheus/client_golang

** github.com/prometheus/client_model/go; version v0.4.0 --
https://github.com/prometheus/client_model

** github.com/prometheus/common; version v0.42.0 --
** github.com/prometheus/common; version v0.44.0 --
https://github.com/prometheus/common

** github.com/prometheus/procfs; version v0.9.0 --
** github.com/prometheus/procfs; version v0.10.1 --
https://github.com/prometheus/procfs

** github.com/spf13/cobra; version v1.7.0 --
Expand All @@ -74,13 +74,13 @@ https://github.com/vmware-archive/vm-operator-api
** github.com/vmware/govmomi; version v0.30.6 --
https://github.com/vmware/govmomi

** go.etcd.io/etcd/api/v3; version v3.5.8 --
** go.etcd.io/etcd/api/v3; version v3.5.9 --
https://github.com/etcd-io/etcd

** go.etcd.io/etcd/client/pkg/v3; version v3.5.8 --
** go.etcd.io/etcd/client/pkg/v3; version v3.5.9 --
https://github.com/etcd-io/etcd

** go.etcd.io/etcd/client/v3; version v3.5.8 --
** go.etcd.io/etcd/client/v3; version v3.5.9 --
https://github.com/etcd-io/etcd

** go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc; version v0.41.1 --
Expand Down Expand Up @@ -113,7 +113,13 @@ https://github.com/open-telemetry/opentelemetry-go
** go.opentelemetry.io/proto/otlp; version v0.19.0 --
https://github.com/open-telemetry/opentelemetry-proto-go

** google.golang.org/genproto; version v0.0.0-20230410155749-daa745c078e1 --
** google.golang.org/genproto/googleapis/api; version v0.0.0-20230525234035-dd9d682886f9 --
https://github.com/googleapis/go-genproto

** google.golang.org/genproto/googleapis/rpc; version v0.0.0-20230525234030-28d5490b6b19 --
https://github.com/googleapis/go-genproto

** google.golang.org/genproto/protobuf/field_mask; version v0.0.0-20230526161137-0005af68ea54 --
https://github.com/googleapis/go-genproto

** google.golang.org/grpc; version v1.54.0 --
Expand All @@ -122,49 +128,49 @@ https://github.com/grpc/grpc-go
** gopkg.in/yaml.v2; version v2.4.0 --
https://gopkg.in/yaml.v2

** k8s.io/api; version v0.27.2 --
** k8s.io/api; version v0.28.0 --
https://github.com/kubernetes/api

** k8s.io/apimachinery/pkg; version v0.27.2 --
** k8s.io/apimachinery/pkg; version v0.28.0 --
https://github.com/kubernetes/apimachinery

** k8s.io/apiserver; version v0.27.2 --
** k8s.io/apiserver; version v0.28.0 --
https://github.com/kubernetes/apiserver

** k8s.io/client-go; version v0.27.2 --
** k8s.io/client-go; version v0.28.0 --
https://github.com/kubernetes/client-go

** k8s.io/cloud-provider; version v0.27.2 --
** k8s.io/cloud-provider; version v0.28.0 --
https://github.com/kubernetes/cloud-provider

** k8s.io/cloud-provider-vsphere; version v1.27.0 --
** k8s.io/cloud-provider-vsphere; version v1.28.0 --
https://github.com/kubernetes/cloud-provider-vsphere

** k8s.io/component-base; version v0.27.2 --
** k8s.io/component-base; version v0.28.0 --
https://github.com/kubernetes/component-base

** k8s.io/component-helpers/node/util; version v0.27.2 --
** k8s.io/component-helpers/node/util; version v0.28.0 --
https://github.com/kubernetes/component-helpers

** k8s.io/controller-manager; version v0.27.2 --
** k8s.io/controller-manager; version v0.28.0 --
https://github.com/kubernetes/controller-manager

** k8s.io/klog/v2; version v2.90.1 --
** k8s.io/klog/v2; version v2.100.1 --
https://github.com/kubernetes/klog

** k8s.io/kms; version v0.27.2 --
** k8s.io/kms; version v0.28.0 --
https://github.com/kubernetes/kms

** k8s.io/kube-openapi/pkg; version v0.0.0-20230501164219-8b0f38b5fd1f --
** k8s.io/kube-openapi/pkg; version v0.0.0-20230717233707-2695361300d9 --
https://github.com/kubernetes/kube-openapi

** k8s.io/kube-openapi/pkg/validation/errors; version v0.0.0-20230501164219-8b0f38b5fd1f --
** k8s.io/kube-openapi/pkg/validation/errors; version v0.0.0-20230717233707-2695361300d9 --
https://github.com/kubernetes/kube-openapi

** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20230501164219-8b0f38b5fd1f --
** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20230717233707-2695361300d9 --
https://github.com/kubernetes/kube-openapi

** k8s.io/kube-openapi/pkg/validation/strfmt; version v0.0.0-20230501164219-8b0f38b5fd1f --
** k8s.io/kube-openapi/pkg/validation/strfmt; version v0.0.0-20230717233707-2695361300d9 --
https://github.com/kubernetes/kube-openapi

** k8s.io/utils; version v0.0.0-20230406110748-d93618cff8a2 --
Expand All @@ -173,7 +179,7 @@ https://github.com/kubernetes/utils
** sigs.k8s.io/apiserver-network-proxy/konnectivity-client; version v0.1.2 --
https://github.com/kubernetes-sigs/apiserver-network-proxy

** sigs.k8s.io/controller-runtime/pkg; version v0.15.0 --
** sigs.k8s.io/controller-runtime/pkg; version v0.16.0 --
https://github.com/kubernetes-sigs/controller-runtime

** sigs.k8s.io/json; version v0.0.0-20221116044647-bc3834ca7abd --
Expand Down Expand Up @@ -971,7 +977,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg; version v0.42.0 --
** github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg; version v0.44.0 --
https://github.com/prometheus/common

Copyright (c) 2011, Open Knowledge Foundation Ltd.
Expand Down Expand Up @@ -1047,34 +1053,34 @@ https://github.com/vmware/govmomi
** golang.org/go; version go1.20.10 --
https://github.com/golang/go

** golang.org/x/crypto; version v0.8.0 --
** golang.org/x/crypto; version v0.11.0 --
https://golang.org/x/crypto

** golang.org/x/exp; version v0.0.0-20230425010034-47ecfdc1ba53 --
https://golang.org/x/exp

** golang.org/x/net; version v0.10.0 --
** golang.org/x/net; version v0.13.0 --
https://golang.org/x/net

** golang.org/x/oauth2; version v0.7.0 --
** golang.org/x/oauth2; version v0.8.0 --
https://golang.org/x/oauth2

** golang.org/x/sync/singleflight; version v0.2.0 --
https://golang.org/x/sync

** golang.org/x/sys/unix; version v0.8.0 --
** golang.org/x/sys/unix; version v0.11.0 --
https://golang.org/x/sys

** golang.org/x/term; version v0.8.0 --
** golang.org/x/term; version v0.10.0 --
https://golang.org/x/term

** golang.org/x/text; version v0.9.0 --
** golang.org/x/text; version v0.11.0 --
https://golang.org/x/text

** golang.org/x/time/rate; version v0.3.0 --
https://golang.org/x/time

** k8s.io/apimachinery/third_party/forked/golang; version v0.27.2 --
** k8s.io/apimachinery/third_party/forked/golang; version v0.28.0 --
https://github.com/kubernetes/apimachinery

Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -1177,7 +1183,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20230501164219-8b0f38b5fd1f --
** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20230717233707-2695361300d9 --
https://github.com/kubernetes/kube-openapi

Copyright (c) 2020 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -1309,23 +1315,15 @@ Copyright (c) 2016 json-iterator
https://github.com/mailru/easyjson
Copyright (c) 2016 Mail.Ru Group

** github.com/mitchellh/mapstructure; version v1.4.1 --
https://github.com/mitchellh/mapstructure
Copyright (c) 2013 Mitchell Hashimoto

** github.com/stoewer/go-strcase; version v1.3.0 --
https://github.com/stoewer/go-strcase
Copyright (c) 2017, Adrian Stoewer <[email protected]>

** go.uber.org/atomic; version v1.10.0 --
https://github.com/uber-go/atomic
Copyright (c) 2016 Uber Technologies, Inc.

** go.uber.org/multierr; version v1.11.0 --
https://github.com/uber-go/multierr
Copyright (c) 2017-2021 Uber Technologies, Inc.

** go.uber.org/zap; version v1.24.0 --
** go.uber.org/zap; version v1.25.0 --
https://github.com/uber-go/zap
Copyright (c) 2016-2017 Uber Technologies, Inc.

Expand Down
4 changes: 2 additions & 2 deletions projects/kubernetes/cloud-provider-vsphere/1-28/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ac54c6a48bf3e6292967d258af1270b6cd8946bfa230ddfcf125e9836335e7c3 _output/1-28/bin/cloud-provider-vsphere/linux-amd64/vsphere-cloud-controller-manager
7623dc9e7a6e1e13c1407a2d3d6c3bdb3978c2dc851e27465fcbeaf53c8a8ae1 _output/1-28/bin/cloud-provider-vsphere/linux-arm64/vsphere-cloud-controller-manager
0c29b371cb48a2b9cd25d827e9391ee75f4bea14f6cea4760a647f06618efa50 _output/1-28/bin/cloud-provider-vsphere/linux-amd64/vsphere-cloud-controller-manager
9c6bccf74d6880da230e11179c767e5249b0a7c1f82649ba00f2a68d5ea1c6dd _output/1-28/bin/cloud-provider-vsphere/linux-arm64/vsphere-cloud-controller-manager
2 changes: 1 addition & 1 deletion projects/kubernetes/cloud-provider-vsphere/1-28/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.27.0
v1.28.0

0 comments on commit 5a72d1f

Please sign in to comment.