Skip to content

Commit

Permalink
Bump Git tags for kube-rbac-proxy, cri-tools, troubleshoot and govmomi
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Jun 28, 2023
1 parent 424df22 commit dfb505f
Show file tree
Hide file tree
Showing 16 changed files with 145 additions and 100 deletions.
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ projects:
repos:
- name: troubleshoot
versions:
- tag: v0.62.1
- tag: v0.69.2
- org: tinkerbell
repos:
- name: boots
Expand Down
14 changes: 7 additions & 7 deletions projects/brancz/kube-rbac-proxy/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

** github.com/brancz/kube-rbac-proxy; version v0.14.1 --
** github.com/brancz/kube-rbac-proxy; version v0.14.2 --
https://github.com/brancz/kube-rbac-proxy

** github.com/coreos/go-oidc; version v2.1.0+incompatible --
Expand Down Expand Up @@ -68,7 +68,7 @@ https://github.com/prometheus/common
** github.com/prometheus/procfs; version v0.7.3 --
https://github.com/prometheus/procfs

** github.com/spf13/cobra; version v1.6.1 --
** github.com/spf13/cobra; version v1.7.0 --
https://github.com/spf13/cobra

** go.etcd.io/etcd/api/v3; version v3.5.4 --
Expand Down Expand Up @@ -928,13 +928,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** golang.org/go; version go1.19.10 --
** golang.org/go; version go1.20.5 --
https://github.com/golang/go

** golang.org/x/crypto; version v0.0.0-20220315160706-3147a52a75dd --
https://golang.org/x/crypto

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

** golang.org/x/oauth2; version v0.0.0-20211104180415-d3ed0bb246c8 --
Expand All @@ -943,13 +943,13 @@ https://golang.org/x/oauth2
** golang.org/x/sync/singleflight; version v0.0.0-20220722155255-886fb9371eb4 --
https://golang.org/x/sync

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

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

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

** golang.org/x/time/rate; version v0.0.0-20220210224613-90d013bbcef8 --
Expand Down
4 changes: 2 additions & 2 deletions projects/brancz/kube-rbac-proxy/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7a913605d97e5768db969534a4437b1642e14de0088cb4ec31ebdadf1fccacbf _output/bin/kube-rbac-proxy/linux-amd64/kube-rbac-proxy
9688cf22cc9e175ea5dc116b815319e3d9f5c0ada26280fdf1d4380cba756384 _output/bin/kube-rbac-proxy/linux-arm64/kube-rbac-proxy
b52e49c463889f2f94dd7fe181d9c9fa8b6ae61ccf519eb9064e59bfa8853a3e _output/bin/kube-rbac-proxy/linux-amd64/kube-rbac-proxy
5c641db4acc09314404befe93b0d5eb07432adc38115dc260dc6e162d655f31f _output/bin/kube-rbac-proxy/linux-arm64/kube-rbac-proxy
2 changes: 1 addition & 1 deletion projects/brancz/kube-rbac-proxy/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.14.1
v0.14.2
2 changes: 1 addition & 1 deletion projects/brancz/kube-rbac-proxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BASE_DIRECTORY:=$(shell git rev-parse --show-toplevel)
GIT_TAG:=$(shell cat GIT_TAG)
GOLANG_VERSION?="1.19"
GOLANG_VERSION?="1.20"

REPO=kube-rbac-proxy
REPO_OWNER=brancz
Expand Down
93 changes: 63 additions & 30 deletions projects/kubernetes-sigs/cri-tools/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

** github.com/docker/docker/api/types/time; version v23.0.1+incompatible --
** github.com/docker/docker/api/types/time; version v23.0.3+incompatible --
https://github.com/moby/moby

** github.com/docker/go-units; version v0.5.0 --
Expand All @@ -11,13 +11,13 @@ https://github.com/go-logr/logr
** github.com/go-logr/stdr; version v1.2.2 --
https://github.com/go-logr/stdr

** github.com/go-openapi/jsonpointer; version v0.19.5 --
** github.com/go-openapi/jsonpointer; version v0.19.6 --
https://github.com/go-openapi/jsonpointer

** github.com/go-openapi/jsonreference; version v0.20.0 --
** github.com/go-openapi/jsonreference; version v0.20.1 --
https://github.com/go-openapi/jsonreference

** github.com/go-openapi/swag; version v0.19.14 --
** github.com/go-openapi/swag; version v0.22.3 --
https://github.com/go-openapi/swag

** github.com/google/gnostic; version v0.5.7-v3refs --
Expand All @@ -26,7 +26,7 @@ https://github.com/google/gnostic
** github.com/google/gofuzz; version v1.1.0 --
https://github.com/google/gofuzz

** github.com/kubernetes-sigs/cri-tools; version v1.26.1 --
** github.com/kubernetes-sigs/cri-tools; version v1.27.0 --
https://github.com/kubernetes-sigs/cri-tools

** github.com/matttproud/golang_protobuf_extensions/pbutil; version v1.0.2 --
Expand All @@ -35,7 +35,7 @@ https://github.com/matttproud/golang_protobuf_extensions
** github.com/moby/spdystream; version v0.2.0 --
https://github.com/moby/spdystream

** github.com/moby/term; version v0.0.0-20220808134915-39b0c02b01ae --
** github.com/moby/term; version v0.0.0-20221205130635-1aeaba878587 --
https://github.com/moby/term

** github.com/modern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd --
Expand All @@ -62,7 +62,7 @@ https://github.com/prometheus/procfs
** go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc; version v0.35.0 --
https://github.com/open-telemetry/opentelemetry-go-contrib

** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.35.0 --
** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.35.1 --
https://github.com/open-telemetry/opentelemetry-go-contrib

** go.opentelemetry.io/otel; version v1.11.2 --
Expand Down Expand Up @@ -98,43 +98,43 @@ https://github.com/grpc/grpc-go
** gopkg.in/yaml.v2; version v2.4.0 --
https://gopkg.in/yaml.v2

** k8s.io/kubernetes/staging/src/k8s.io/api; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/api; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

** k8s.io/kubernetes/staging/src/k8s.io/apimachinery; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/apimachinery; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

** k8s.io/kubernetes/staging/src/k8s.io/apiserver; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/apiserver; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

** k8s.io/kubernetes/staging/src/k8s.io/client-go; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/client-go; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

** k8s.io/kubernetes/staging/src/k8s.io/component-base; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/component-base; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

** k8s.io/kubernetes/staging/src/k8s.io/cri-api; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/cri-api; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

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

** k8s.io/kube-openapi/pkg; version v0.0.0-20221012153701-172d655c2280 --
** k8s.io/kube-openapi/pkg; version v0.0.0-20230308215209-15aac26d736a --
https://github.com/kubernetes/kube-openapi

** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20221012153701-172d655c2280 --
** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20230308215209-15aac26d736a --
https://github.com/kubernetes/kube-openapi

** k8s.io/kubernetes/staging/src/k8s.io/kubectl; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/kubectl; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

** k8s.io/kubernetes/pkg; version v1.26.0 --
** k8s.io/kubernetes/pkg; version v1.27.0 --
https://github.com/kubernetes/kubernetes

** k8s.io/utils; version v0.0.0-20221107191617-1a15be271d1d --
** k8s.io/utils; version v0.0.0-20230209194617-a36077c30491 --
https://github.com/kubernetes/utils

** sigs.k8s.io/json; version v0.0.0-20220713155537-f223a00ba0e2 --
** sigs.k8s.io/json; version v0.0.0-20221116044647-bc3834ca7abd --
https://github.com/kubernetes-sigs/json

** sigs.k8s.io/structured-merge-diff/v4; version v4.2.3 --
Expand Down Expand Up @@ -621,6 +621,39 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/google/uuid; version v1.3.0 --
https://github.com/google/uuid

Copyright (c) 2009,2014 Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/grpc-ecosystem/grpc-gateway/v2; version v2.7.0 --
https://github.com/grpc-ecosystem/grpc-gateway/v2

Expand Down Expand Up @@ -761,28 +794,28 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** golang.org/go; version go1.19.10 --
** golang.org/go; version go1.20.5 --
https://github.com/golang/go

** golang.org/x/net; version v0.8.0 --
** golang.org/x/net; version v0.9.0 --
https://golang.org/x/net

** golang.org/x/oauth2; version v0.0.0-20220223155221-ee480838109b --
https://golang.org/x/oauth2

** golang.org/x/sys/unix; version v0.6.0 --
** golang.org/x/sys/unix; version v0.7.0 --
https://golang.org/x/sys

** golang.org/x/term; version v0.6.0 --
** golang.org/x/term; version v0.7.0 --
https://golang.org/x/term

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

** golang.org/x/time/rate; version v0.0.0-20220210224613-90d013bbcef8 --
https://golang.org/x/time

** k8s.io/kubernetes/staging/src/k8s.io/apimachinery; version v0.0.0-20221208195143-b46a3f887ca9 --
** k8s.io/kubernetes/staging/src/k8s.io/apimachinery; version v0.0.0-20230411170423-1b4df30b3cdf --
https://github.com/kubernetes/kubernetes

Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -882,7 +915,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-20221012153701-172d655c2280 --
** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20230308215209-15aac26d736a --
https://github.com/kubernetes/kube-openapi

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

------

** k8s.io/utils/internal/third_party/forked/golang/net; version v0.0.0-20221107191617-1a15be271d1d --
** k8s.io/utils/internal/third_party/forked/golang/net; version v0.0.0-20230209194617-a36077c30491 --
https://github.com/kubernetes/utils

Copyright (c) 2012 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -1005,7 +1038,7 @@ Copyright (c) 2019 Josh Bleecher Snyder
https://github.com/json-iterator/go
Copyright (c) 2016 json-iterator

** github.com/mailru/easyjson; version v0.7.6 --
** github.com/mailru/easyjson; version v0.7.7 --
https://github.com/mailru/easyjson
Copyright (c) 2016 Mail.Ru Group

Expand All @@ -1017,7 +1050,7 @@ Copyright (c) 2014 Mitchell Hashimoto
https://github.com/sirupsen/logrus
Copyright (c) 2014 Simon Eskildsen

** github.com/urfave/cli/v2; version v2.25.0 --
** github.com/urfave/cli/v2; version v2.25.1 --
https://github.com/urfave/cli/v2
Copyright (c) 2022 urfave/cli maintainers

Expand Down
8 changes: 4 additions & 4 deletions projects/kubernetes-sigs/cri-tools/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1bdd041c77dd597310fbd1b51d036aeb6096dae25cb4ac331fe4e286e1b57249 _output/bin/cri-tools/linux-amd64/crictl
2439b0c14fab1ec7366712ddf0bb3e177196728df7f1b527cf762dd786a1a50d _output/bin/cri-tools/linux-amd64/critest
bb8a21366921e747721cae4d8d642f40ce09dfc42d94f3badd2854eae7d46719 _output/bin/cri-tools/linux-arm64/crictl
800227ce4e82519343c19f8ebd8040d495285e7a010d37a1b17e07846e51aad4 _output/bin/cri-tools/linux-arm64/critest
bb39d66ef65d27c8486d0ad50df11f0a5bed1af20a107d09cc949a601d6716c4 _output/bin/cri-tools/linux-amd64/crictl
cc59516c8a400ff2c64b48f6c5632a53bc46280252f0f259adfc8ff7a9f954bc _output/bin/cri-tools/linux-amd64/critest
55c4f9f329911d81ce5b6d8ef13ddaafdfa439b1aeca707a2947c30d578b78ea _output/bin/cri-tools/linux-arm64/crictl
c1a5da59695633bbde0eb958b2a72785441dea8e1e728456c0adffdd43025bae _output/bin/cri-tools/linux-arm64/critest
2 changes: 1 addition & 1 deletion projects/kubernetes-sigs/cri-tools/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.26.1
v1.27.0
2 changes: 1 addition & 1 deletion projects/kubernetes-sigs/cri-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BASE_DIRECTORY:=$(shell git rev-parse --show-toplevel)
GIT_TAG:=$(shell cat GIT_TAG)
GOLANG_VERSION?="1.19"
GOLANG_VERSION?="1.20"

REPO=cri-tools
REPO_OWNER=kubernetes-sigs
Expand Down
Loading

0 comments on commit dfb505f

Please sign in to comment.