Skip to content

Commit

Permalink
Update autoscaler 1.28 (#2518)
Browse files Browse the repository at this point in the history
* update autoscaler 1.28

* update upstream projects

* update autoscaler readme

* Update projects/kubernetes/autoscaler/README.md

Co-authored-by: Abhay Krishna <[email protected]>

* fix autoscaler readme

---------

Co-authored-by: Abhay Krishna <[email protected]>
  • Loading branch information
tatlat and abhay-krishna authored Sep 27, 2023
1 parent f2dc3c9 commit f70bcf2
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 353 deletions.
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ projects:
go_version: "1.19"
- commit: 299c9637229fb2bf849c1d86243fe2948d14101e
go_version: "1.20"
- commit: 299c9637229fb2bf849c1d86243fe2948d14101e
- commit: 5bcb526e08c17ff93cc6093ee89a95730a90e45b
go_version: "1.20"
- name: cloud-provider-aws
versions:
Expand Down
101 changes: 53 additions & 48 deletions projects/kubernetes/autoscaler/1-28/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://github.com/coreos/go-semver
** github.com/coreos/go-systemd/v22; version v22.5.0 --
https://github.com/coreos/go-systemd/v22

** github.com/docker/distribution; version v2.8.1+incompatible --
** github.com/docker/distribution; version v2.8.2+incompatible --
https://github.com/distribution/distribution

** github.com/go-logr/logr; version v1.2.4 --
Expand All @@ -26,11 +26,11 @@ https://github.com/go-openapi/swag
** github.com/golang/groupcache/lru; version v0.0.0-20210331224755-41bb18bfe9da --
https://github.com/golang/groupcache

** github.com/google/cel-go; version v0.14.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 Down Expand Up @@ -59,28 +59,28 @@ https://github.com/opencontainers/go-digest
** github.com/opencontainers/selinux; version v1.10.0 --
https://github.com/opencontainers/selinux

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

** github.com/prometheus/client_model/go; version v0.3.0 --
** 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 --
https://github.com/spf13/cobra

** go.etcd.io/etcd/api/v3; version v3.5.7 --
** 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.7 --
** 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.7 --
** 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.40.0 --
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,67 +128,70 @@ 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.0 --
** k8s.io/api; version v0.28.0 --
https://github.com/kubernetes/api

** k8s.io/apimachinery/pkg; version v0.27.0 --
** k8s.io/apiextensions-apiserver/pkg/features; version v0.28.0 --
https://github.com/kubernetes/apiextensions-apiserver

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

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

** k8s.io/autoscaler/cluster-autoscaler; version 299c9637229fb2bf849c1d86243fe2948d14101e --
** k8s.io/autoscaler/cluster-autoscaler; version 5bcb526e08c17ff93cc6093ee89a95730a90e45b --
https://github.com/kubernetes/autoscaler

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

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

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

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

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

** k8s.io/csi-translation-lib; version v0.27.0 --
** k8s.io/csi-translation-lib; version v0.28.0 --
https://github.com/kubernetes/csi-translation-lib

** k8s.io/dynamic-resource-allocation/resourceclaim; version v0.27.0 --
** k8s.io/dynamic-resource-allocation/resourceclaim; version v0.28.0 --
https://github.com/kubernetes/dynamic-resource-allocation

** 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.0 --
** k8s.io/kms; version v0.28.0 --
https://github.com/kubernetes/kms

** k8s.io/kube-openapi/pkg; version v0.0.0-20230327201221-f5883ff37f0c --
** 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-20230327201221-f5883ff37f0c --
** 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-20230327201221-f5883ff37f0c --
** 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-20230327201221-f5883ff37f0c --
** k8s.io/kube-openapi/pkg/validation/strfmt; version v0.0.0-20230717233707-2695361300d9 --
https://github.com/kubernetes/kube-openapi

** k8s.io/kube-scheduler; version v0.27.0 --
** k8s.io/kube-scheduler; version v0.28.0 --
https://github.com/kubernetes/kube-scheduler

** k8s.io/kubelet/pkg/apis; version v0.27.0 --
** k8s.io/kubelet/pkg/apis; version v0.28.0 --
https://github.com/kubernetes/kubelet

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

** k8s.io/mount-utils; version v0.27.0 --
** k8s.io/mount-utils; version v0.28.0 --
https://github.com/kubernetes/mount-utils

** k8s.io/utils; version v0.0.0-20230406110748-d93618cff8a2 --
Expand Down Expand Up @@ -891,7 +900,7 @@ 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 @@ -964,34 +973,34 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
** golang.org/go; version go1.20.8 --
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-20230321023759-10a507213a29 --
https://golang.org/x/exp

** golang.org/x/net; version v0.9.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.1.0 --
** golang.org/x/sync/singleflight; version v0.2.0 --
https://golang.org/x/sync

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

** golang.org/x/term; version v0.7.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.0 --
** 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 @@ -1091,7 +1100,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-20230327201221-f5883ff37f0c --
** 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 @@ -1190,7 +1199,7 @@ Copyright (C) 2013 Blake Mizerany
https://github.com/blang/semver/v4
Copyright (c) 2014 Benedikt Lang <github at benediktlang.de>

** github.com/cenkalti/backoff/v4; version v4.2.0 --
** github.com/cenkalti/backoff/v4; version v4.2.1 --
https://github.com/cenkalti/backoff/v4
Copyright (c) 2014 Cenk Altı

Expand Down Expand Up @@ -1218,10 +1227,6 @@ Copyright (c) 2016 json-iterator
https://github.com/mailru/easyjson
Copyright (c) 2016 Mail.Ru Group

** github.com/mitchellh/mapstructure; version v1.5.0 --
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]>
Expand Down
4 changes: 2 additions & 2 deletions projects/kubernetes/autoscaler/1-28/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cb593d8baa6fffd7bacc5dee7318cfb5cd688eabfdda5ca493e15e9851337a21 _output/1-28/bin/autoscaler/linux-amd64/cluster-autoscaler
65702963eea31cb8953a9a67c03b9db58dd077b45b77759e27d2610739432375 _output/1-28/bin/autoscaler/linux-arm64/cluster-autoscaler
eb80e7d6b6ac9db81fc46a90d054f315a2ecf38afebb2d76aae66d32835b1933 _output/1-28/bin/autoscaler/linux-amd64/cluster-autoscaler
0e807d51796d9f17cab6fe845ae723c7be4eaf3e34b3d8f9068511ee0ae6c640 _output/1-28/bin/autoscaler/linux-arm64/cluster-autoscaler
2 changes: 1 addition & 1 deletion projects/kubernetes/autoscaler/1-28/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
299c9637229fb2bf849c1d86243fe2948d14101e
5bcb526e08c17ff93cc6093ee89a95730a90e45b
2 changes: 1 addition & 1 deletion projects/kubernetes/autoscaler/1-28/helm/sedfile.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
s/appVersion: 1.23.0/appVersion: 1.26.1/
s/appVersion: 1.23.0/appVersion: 1.28.0/
s/version: .*$/version: ${HELM_TAG}/
Loading

0 comments on commit f70bcf2

Please sign in to comment.