github-actions
released this
26 Apr 07:51
·
3875 commits
to master
since this release
Changes by Kind
Feature
- Reduce ListPublicIPAddress call count by avoiding each call in loops (#1546, @k8s-infra-cherrypick-robot)
Bug or Regression
- Fix: only check the frontend IP config that is owned by the service (#1322, @nilo19)
- Fix: remove agent pool LB if that vmSet is changed to primary vmSet
fix: reuse previous private IP address when changing load balancers (#1297, @k8s-infra-cherrypick-robot) - Fix: skip reconcileSharedLoadBalancer if the service is being deleted (#1270, @nilo19)
- The cloud provider will create TCP probe rule if the probe protocol is not supported. (#1394, @MartinForReal)
Uncategorized
- Add azure private link service client interface to delete a private endpoint connection. (#1496, @k8s-infra-cherrypick-robot)
- Chore: add verbose logs for latency and operation start timestamps (#1258, @k8s-infra-cherrypick-robot)
- Fix InstanceV2.InstanceExists: it should return false instead of ErrInstanceNotFound (#1513, @k8s-infra-cherrypick-robot)
- Fix a bug: If users specify a subnet name like "a--------------------------------------------------z", it leads to "InvalidResourceName" error. (#1464, @k8s-infra-cherrypick-robot)
- Fix: disk attach/detach failure when operation is preempted (#1458, @k8s-infra-cherrypick-robot)
- Fix: do not delete backend pool when reconciling lb backend pools (#1217, @k8s-infra-cherrypick-robot)
Dependencies
Added
- github.com/google/martian: v2.1.0+incompatible
- rsc.io/binaryregexp: v0.2.0
- rsc.io/quote/v3: v3.1.0
- rsc.io/sampler: v1.3.0
Changed
- cloud.google.com/go/firestore: v1.6.1 → v1.1.0
- github.com/Azure/azure-sdk-for-go: v61.6.0+incompatible → v63.3.0+incompatible
- github.com/Azure/go-autorest/autorest/mocks: v0.4.1 → v0.4.2
- github.com/Azure/go-autorest/autorest: v0.11.24 → v0.11.27
- github.com/armon/go-metrics: v0.3.10 → f0300d1
- github.com/armon/go-radix: v1.0.0 → 7fddfc3
- github.com/census-instrumentation/opencensus-proto: v0.3.0 → v0.2.1
- github.com/cncf/xds/go: a8f9461 → cb28da3
- github.com/envoyproxy/go-control-plane: v0.10.1 → cf90f65
- github.com/envoyproxy/protoc-gen-validate: v0.6.2 → v0.1.0
- github.com/fatih/color: v1.13.0 → v1.7.0
- github.com/fsnotify/fsnotify: v1.5.1 → v1.5.3
- github.com/google/pprof: 94a9f03 → cbba55b
- github.com/googleapis/gax-go/v2: v2.1.1 → v2.0.5
- github.com/hashicorp/consul/api: v1.11.0 → v1.1.0
- github.com/hashicorp/consul/sdk: v0.8.0 → v0.1.1
- github.com/hashicorp/go-cleanhttp: v0.5.2 → v0.5.1
- github.com/hashicorp/go-immutable-radix: v1.3.1 → v1.0.0
- github.com/hashicorp/go-multierror: v1.1.0 → v1.0.0
- github.com/hashicorp/go-rootcerts: v1.0.2 → v1.0.0
- github.com/hashicorp/golang-lru: v0.5.4 → v0.5.1
- github.com/hashicorp/mdns: v1.0.4 → v1.0.0
- github.com/hashicorp/memberlist: v0.3.0 → v0.1.3
- github.com/hashicorp/serf: v0.9.6 → v0.8.2
- github.com/mattn/go-colorable: v0.1.12 → v0.0.9
- github.com/mattn/go-isatty: v0.0.14 → v0.0.3
- github.com/miekg/dns: v1.1.41 → v1.0.14
- github.com/mitchellh/cli: v1.1.0 → v1.0.0
- github.com/mitchellh/mapstructure: v1.4.3 → v1.4.1
- github.com/onsi/ginkgo/v2: v2.0.0 → v2.1.3
- github.com/onsi/gomega: v1.18.1 → v1.19.0
- github.com/pascaldekloe/goe: v0.1.0 → 57f6aae
- github.com/pelletier/go-toml: v1.9.4 → v1.9.3
- github.com/posener/complete: v1.2.3 → v1.1.1
- github.com/spf13/cast: v1.4.1 → v1.3.1
- github.com/spf13/cobra: v1.3.0 → v1.4.0
- github.com/spf13/viper: v1.10.0 → v1.8.1
- github.com/stretchr/testify: v1.7.0 → v1.7.1
- go.etcd.io/etcd/client/v2: v2.305.1 → v2.305.0
- golang.org/x/mod: v0.5.0 → v0.4.2
- golang.org/x/net: 491a49a → 27dd868
- golang.org/x/term: 6886f2d → 03fcf44
- google.golang.org/api: v0.62.0 → v0.44.0
- gopkg.in/ini.v1: v1.66.2 → v1.62.0
- k8s.io/api: v0.23.3 → v0.23.5
- k8s.io/apimachinery: v0.23.3 → v0.23.5
- k8s.io/apiserver: v0.23.3 → v0.23.5
- k8s.io/client-go: v0.23.3 → v0.23.5
- k8s.io/cloud-provider: v0.23.3 → v0.23.5
- k8s.io/component-base: v0.23.3 → v0.23.5
- k8s.io/component-helpers: v0.23.3 → v0.23.5
- k8s.io/controller-manager: v0.23.3 → v0.23.5
- k8s.io/kubelet: v0.23.3 → v0.23.5
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.27 → v0.0.30
Removed
- github.com/DataDog/datadog-go: v3.2.0+incompatible
- github.com/circonus-labs/circonus-gometrics: v2.3.1+incompatible
- github.com/circonus-labs/circonusllhist: v0.1.3
- github.com/hashicorp/go-hclog: v1.0.0
- github.com/hashicorp/go-retryablehttp: v0.5.3
- github.com/iancoleman/strcase: v0.2.0
- github.com/lyft/protoc-gen-star: v0.5.3
- github.com/sagikazarmark/crypt: v0.3.0
- github.com/tv42/httpunix: b75d861