Skip to content

Releases: kubernetes-sigs/cloud-provider-azure

v1.26.20

08 Feb 01:28
1252c64
Compare
Choose a tag to compare

Full Changelog: v1.26.19..v1.26.20

Changes by Kind

Bug or Regression

  • Chore: add cmd change for credentialprovider api-version upgrade (#5277, @lzhecheng)

  • Fix creating NSG rule when access control enabled with IPv6 single stack (#5367, @lodrem)

  • Fix: Skip attaching/detaching vmss vm to lb backend pool if the vm is not active.

    We should not update the VM instance if its provisioning state or power state is not good. This will save a lot of api calls and reduce throttling issues. (#5364, @nilo19)

  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5246, @nilo19)

  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5274, @k8s-infra-cherrypick-robot)

  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5256, @lzhecheng)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.16.0 → v0.18.0
  • golang.org/x/sys: v0.15.0 → v0.16.0
  • golang.org/x/term: v0.15.0 → v0.16.0
  • k8s.io/api: v0.26.11 → v0.26.13
  • k8s.io/apimachinery: v0.26.11 → v0.26.13
  • k8s.io/apiserver: v0.26.11 → v0.26.13
  • k8s.io/client-go: v0.26.11 → v0.26.13
  • k8s.io/component-base: v0.26.11 → v0.26.13
  • k8s.io/controller-manager: v0.26.11 → v0.26.13
  • k8s.io/kms: v0.26.11 → v0.26.13

Removed

Nothing has changed.

v1.29.0

17 Jan 01:01
2bb675d
Compare
Choose a tag to compare

Full Changelog: v1.28.0..v1.29.0

Changes by Kind

Feature

  • Add config to project service account token for workload identity (#4809, @sonasingh46)
  • By default, all managed private link service (PLS) are created in the resource group configured by azure config (az.privateLinkServiceResourceGroup or az.ResourceGroup).
    Add ServiceAnnotationPLSResourceGroup = "service.beta.kubernetes.io/azure-pls-resource-group" to control a specific PLS creation resource group. (#4660, @jwtty)
  • Feat: Add a cloud-node-manager sidecar container called health-probe-proxy to transfer the traffic from port 10356 to the kube-proxy health check server port 10256. This sidecar will parse the proxy protocol packet data unit when the user uses private link service integrated with the service annotation and set the proxy protocol annotation. In this case the kube-proxy health probe server will not read the health probe request from the SLB and fails the health check. (#5180, @nilo19)
  • Feat: add occupiedLuns parameter in SetDiskLun func (#5073, @andyzhangx)
  • Feat: support shared load balancer health probe mode. By setting clusterServiceLoadBalancerHealthProbeMode to shared, all cluster services will share one health probe targeting the kube-proxy port 10256 and /healthz by default. The health check port and path can be configured by clusterServiceSharedLoadBalancerHealthProbePort and clusterServiceSharedLoadBalancerHealthProbePort. (#4891, @nilo19)
  • Feat: support workload identity setting in static PV mount on AKS (#4996, @cvvz)
  • Implement node non-graceful shut down feature. Add "node.kubernetes.io/out-of-service" taint to node when cloud provider determines the node is shutdown. (#4508, @jwtty)
  • Introduce the annotation service.beta.kubernetes.io/azure-allowed-ip-ranges to manage the LoadBalancer service access. (#4762, @lodrem)
  • LoadBalancer tcp reset could be disabled with Service annotation "service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true" (#4519, @feiskyer)
  • Refine consolidating security-rules for LoadBalancer service.
    Deprecate service annotation service.beta.kubernetes.io/azure-shared-securityrule. (#5164, @lodrem)
  • Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port (#4629, @MartinForReal)

Failing Test

  • Fix: check endpoint slice update after backend pool update for local service to prevent mismatch (#4536, @nilo19)

Bug or Regression

  • Added certificate parsing capability for password-less certificates and certificate chains (#5125, @handsomejack-42)
  • Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. (#4568, @jwtty)
  • Fix privateLinkService creation failure in case customer's subnet name or privateLinkService name is too long. (#4537, @jwtty)
  • Fix the potential error that a deleting vmss instance is considered as shutdown. (#4798, @jwtty)
  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5225, @nilo19)
  • Fix: VM name should be obtained from NIC.VirtualMachine.ID instead of NIC name. (#4848, @nilo19)
  • Fix: [multi-slb] Put the service in the load balancer that has no label/namespace selector only if there is no other choice for the service. (#5281, @nilo19)
  • Fix: add lock to avoid concurrent update on the cache (#4968, @andyzhangx)
  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5266, @damdo)
  • Fix: pipName should be case-insensitive when querying pip cache (#4821, @nilo19)
  • Fix: refresh the load balancer object after updating backend pools to prevent etag mismatch error (#4839, @nilo19)
  • Fix: shared probe should not be removed if there are other services using it when deleting a service (#5042, @nilo19)
  • Fix: skip tagging route table that is not in the cluster resource group. (#4715, @nilo19)
  • Fixed helm chart install error due to volume name mismatch for 'projectedToken' (#4921, @nojnhuh)
  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5219, @lzhecheng)

Other (Cleanup or Flake)

Dependencies

Added

  • cloud.google.com/go/apigeeregistry: v0.7.1
  • cloud.google.com/go/dataproc/v2: v2.0.1
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5: v5.4.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry: v1.2.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4: v4.6.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2: v2.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault: v1.4.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/managementgroups/armmanagementgroups: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4: v4.3.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns: v1.2.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources: v1.2.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage: v1.5.0
  • github.com/alecthomas/kingpin/v2: v2.3.2
  • github.com/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
  • github.com/golang-jwt/jwt/v5: v5.0.0
  • github.com/google/gnostic-models: v0.6.8
  • github.com/mattn/go-ieproxy: v0.0.11
  • github.com/samber/lo: v1.38.1
  • github.com/shopspring/de...
Read more

v1.28.5

17 Jan 01:02
d4284a4
Compare
Choose a tag to compare

Full Changelog: v1.28.4..v1.28.5

Changes by Kind

Feature

  • Feat: Add a cloud-node-manager sidecar container called health-probe-proxy to transfer the traffic from port 10356 to the kube-proxy health check server port 10256. This sidecar will parse the proxy protocol packet data unit when the user uses private link service integrated with the service annotation and set the proxy protocol annotation. In this case the kube-proxy health probe server will not read the health probe request from the SLB and fails the health check. (#5264, @nilo19)
  • Feat: support shared load balancer health probe mode. By setting clusterServiceLoadBalancerHealthProbeMode to shared, all cluster services will share one health probe targeting the kube-proxy port 10256 and /healthz by default. The health check port and path can be configured by clusterServiceSharedLoadBalancerHealthProbePort and clusterServiceSharedLoadBalancerHealthProbePort. (#5157, @nilo19)
  • Introduce the annotation service.beta.kubernetes.io/azure-allowed-ip-ranges to manage the LoadBalancer service access. (#4975, @lodrem)

Bug or Regression

  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5244, @nilo19)
  • Fix: [multi-slb] Put the service in the load balancer that has no label/namespace selector only if there is no other choice for the service. (#5289, @nilo19)
  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5269, @k8s-infra-cherrypick-robot)
  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5258, @k8s-infra-cherrypick-robot)

Dependencies

Added

  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage: v1.2.0
  • github.com/golang-jwt/jwt/v5: v5.0.0
  • github.com/mattn/go-ieproxy: v0.0.11

Changed

Removed

v1.25.24

17 Jan 00:56
6868d50
Compare
Choose a tag to compare

Full Changelog: v1.25.23..v1.25.24

Changes by Kind

Feature

  • Introduce the annotation service.beta.kubernetes.io/azure-allowed-ip-ranges to manage the LoadBalancer service access. (#5124, @lodrem)

Bug or Regression

  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5254, @nilo19)
  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5275, @k8s-infra-cherrypick-robot)
  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5257, @lzhecheng)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.14.0 → v0.17.0
  • golang.org/x/sys: v0.13.0 → v0.15.0
  • golang.org/x/term: v0.13.0 → v0.15.0

Removed

Nothing has changed.

v1.26.19

17 Jan 00:55
596f46f
Compare
Choose a tag to compare

Full Changelog: v1.26.18..v1.26.19

Changes by Kind

Feature

  • Introduce the annotation service.beta.kubernetes.io/azure-allowed-ip-ranges to manage the LoadBalancer service access. (#5123, @lodrem)

Bug or Regression

  • Chore: add cmd change for credentialprovider api-version upgrade (#5277, @lzhecheng)
  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5246, @nilo19)
  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5274, @k8s-infra-cherrypick-robot)
  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5256, @lzhecheng)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.15.0 → v0.17.0
  • golang.org/x/sys: v0.14.0 → v0.15.0
  • golang.org/x/term: v0.14.0 → v0.15.0

Removed

Nothing has changed.

v1.27.13

17 Jan 01:02
a0abc16
Compare
Choose a tag to compare

Full Changelog: v1.27.12..v1.27.13

Changes by Kind

Feature

  • Introduce the annotation service.beta.kubernetes.io/azure-allowed-ip-ranges to manage the LoadBalancer service access. (#4974, @lodrem)

Bug or Regression

  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5245, @nilo19)
  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5273, @k8s-infra-cherrypick-robot)
  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5263, @k8s-infra-cherrypick-robot)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/onsi/ginkgo/v2: v2.13.1 → v2.13.2
  • github.com/onsi/gomega: v1.29.0 → v1.30.0
  • golang.org/x/crypto: v0.15.0 → v0.17.0
  • golang.org/x/sys: v0.14.0 → v0.15.0
  • golang.org/x/term: v0.14.0 → v0.15.0

Removed

Nothing has changed.

v1.27.12

27 Nov 02:54
ada5207
Compare
Choose a tag to compare

Full Changelog: v1.27.11..v1.27.12

Dependencies

Added

  • cloud.google.com/go/dataproc/v2: v2.0.1

Changed

  • cloud.google.com/go/aiplatform: v1.45.0 → v1.48.0
  • cloud.google.com/go/analytics: v0.21.2 → v0.21.3
  • cloud.google.com/go/baremetalsolution: v0.5.0 → v1.1.1
  • cloud.google.com/go/batch: v0.7.0 → v1.3.1
  • cloud.google.com/go/beyondcorp: v0.6.1 → v1.0.0
  • cloud.google.com/go/bigquery: v1.52.0 → v1.53.0
  • cloud.google.com/go/cloudbuild: v1.10.1 → v1.13.0
  • cloud.google.com/go/cloudtasks: v1.11.1 → v1.12.1
  • cloud.google.com/go/compute: v1.21.0 → v1.23.0
  • cloud.google.com/go/contactcenterinsights: v1.9.1 → v1.10.0
  • cloud.google.com/go/container: v1.22.1 → v1.24.0
  • cloud.google.com/go/datacatalog: v1.14.1 → v1.16.0
  • cloud.google.com/go/dataplex: v1.8.1 → v1.9.0
  • cloud.google.com/go/datastore: v1.12.1 → v1.13.0
  • cloud.google.com/go/datastream: v1.9.1 → v1.10.0
  • cloud.google.com/go/deploy: v1.11.0 → v1.13.0
  • cloud.google.com/go/dialogflow: v1.38.0 → v1.40.0
  • cloud.google.com/go/documentai: v1.20.0 → v1.22.0
  • cloud.google.com/go/eventarc: v1.12.1 → v1.13.0
  • cloud.google.com/go/firestore: v1.11.0 → v1.12.0
  • cloud.google.com/go/gkebackup: v0.4.0 → v1.3.0
  • cloud.google.com/go/gkemulticloud: v0.6.1 → v1.0.0
  • cloud.google.com/go/kms: v1.12.1 → v1.15.0
  • cloud.google.com/go/maps: v0.7.0 → v1.4.0
  • cloud.google.com/go/metastore: v1.11.1 → v1.12.0
  • cloud.google.com/go/policytroubleshooter: v1.7.1 → v1.8.0
  • cloud.google.com/go/pubsub: v1.32.0 → v1.33.0
  • cloud.google.com/go/run: v0.9.0 → v1.2.0
  • cloud.google.com/go/servicedirectory: v1.10.1 → v1.11.0
  • cloud.google.com/go/speech: v1.17.1 → v1.19.0
  • cloud.google.com/go/translate: v1.8.1 → v1.8.2
  • cloud.google.com/go/video: v1.17.1 → v1.19.0
  • cloud.google.com/go/vmwareengine: v0.4.1 → v1.0.0
  • cloud.google.com/go: v0.110.4 → v0.110.7
  • github.com/cpuguy83/go-md2man/v2: v2.0.2 → v2.0.3
  • github.com/felixge/httpsnoop: v1.0.3 → v1.0.4
  • github.com/golang/glog: v1.1.0 → v1.1.2
  • github.com/google/uuid: v1.3.0 → v1.3.1
  • github.com/onsi/ginkgo/v2: v2.13.0 → v2.13.1
  • github.com/spf13/cobra: v1.7.0 → v1.8.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.35.0 → v0.46.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0 → v0.46.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/metric: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/sdk: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/trace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel: v1.19.0 → v1.20.0
  • go.uber.org/goleak: v1.2.1 → v1.3.0
  • golang.org/x/crypto: v0.14.0 → v0.15.0
  • golang.org/x/mod: v0.12.0 → v0.13.0
  • golang.org/x/oauth2: v0.10.0 → v0.11.0
  • golang.org/x/sync: v0.4.0 → v0.5.0
  • golang.org/x/sys: v0.13.0 → v0.14.0
  • golang.org/x/term: v0.13.0 → v0.14.0
  • golang.org/x/text: v0.13.0 → v0.14.0
  • golang.org/x/time: 90d013b → v0.3.0
  • golang.org/x/tools: v0.12.0 → v0.14.0
  • google.golang.org/genproto/googleapis/api: 782d3b1 → b8732ec
  • google.golang.org/genproto/googleapis/rpc: 782d3b1 → b8732ec
  • google.golang.org/genproto: 782d3b1 → b8732ec
  • google.golang.org/grpc: v1.58.3 → v1.59.0
  • k8s.io/api: v0.27.7 → v0.27.8
  • k8s.io/apimachinery: v0.27.7 → v0.27.8
  • k8s.io/apiserver: v0.27.7 → v0.27.8
  • k8s.io/client-go: v0.27.7 → v0.27.8
  • k8s.io/component-base: v0.27.7 → v0.27.8
  • k8s.io/controller-manager: v0.27.7 → v0.27.8
  • k8s.io/kms: v0.27.7 → v0.27.8
  • k8s.io/kubelet: v0.27.7 → v0.27.8

Removed

  • cloud.google.com/go/dataproc: v1.12.0

v1.26.18

27 Nov 02:38
3d8b68f
Compare
Choose a tag to compare

Full Changelog: v1.26.17..v1.26.18

Dependencies

Added

  • cloud.google.com/go/dataproc/v2: v2.0.1

Changed

  • cloud.google.com/go/aiplatform: v1.45.0 → v1.48.0
  • cloud.google.com/go/analytics: v0.21.2 → v0.21.3
  • cloud.google.com/go/baremetalsolution: v0.5.0 → v1.1.1
  • cloud.google.com/go/batch: v0.7.0 → v1.3.1
  • cloud.google.com/go/beyondcorp: v0.6.1 → v1.0.0
  • cloud.google.com/go/bigquery: v1.52.0 → v1.53.0
  • cloud.google.com/go/cloudbuild: v1.10.1 → v1.13.0
  • cloud.google.com/go/cloudtasks: v1.11.1 → v1.12.1
  • cloud.google.com/go/compute: v1.21.0 → v1.23.0
  • cloud.google.com/go/contactcenterinsights: v1.9.1 → v1.10.0
  • cloud.google.com/go/container: v1.22.1 → v1.24.0
  • cloud.google.com/go/datacatalog: v1.14.1 → v1.16.0
  • cloud.google.com/go/dataplex: v1.8.1 → v1.9.0
  • cloud.google.com/go/datastore: v1.12.1 → v1.13.0
  • cloud.google.com/go/datastream: v1.9.1 → v1.10.0
  • cloud.google.com/go/deploy: v1.11.0 → v1.13.0
  • cloud.google.com/go/dialogflow: v1.38.0 → v1.40.0
  • cloud.google.com/go/documentai: v1.20.0 → v1.22.0
  • cloud.google.com/go/eventarc: v1.12.1 → v1.13.0
  • cloud.google.com/go/firestore: v1.11.0 → v1.12.0
  • cloud.google.com/go/gkebackup: v0.4.0 → v1.3.0
  • cloud.google.com/go/gkemulticloud: v0.6.1 → v1.0.0
  • cloud.google.com/go/kms: v1.12.1 → v1.15.0
  • cloud.google.com/go/maps: v0.7.0 → v1.4.0
  • cloud.google.com/go/metastore: v1.11.1 → v1.12.0
  • cloud.google.com/go/policytroubleshooter: v1.7.1 → v1.8.0
  • cloud.google.com/go/pubsub: v1.32.0 → v1.33.0
  • cloud.google.com/go/run: v0.9.0 → v1.2.0
  • cloud.google.com/go/servicedirectory: v1.10.1 → v1.11.0
  • cloud.google.com/go/speech: v1.17.1 → v1.19.0
  • cloud.google.com/go/translate: v1.8.1 → v1.8.2
  • cloud.google.com/go/video: v1.17.1 → v1.19.0
  • cloud.google.com/go/vmwareengine: v0.4.1 → v1.0.0
  • cloud.google.com/go: v0.110.4 → v0.110.7
  • github.com/cpuguy83/go-md2man/v2: v2.0.2 → v2.0.3
  • github.com/felixge/httpsnoop: v1.0.3 → v1.0.4
  • github.com/fsnotify/fsnotify: v1.6.0 → v1.7.0
  • github.com/golang/glog: v1.1.0 → v1.1.2
  • github.com/google/go-cmp: v0.5.9 → v0.6.0
  • github.com/google/uuid: v1.3.0 → v1.3.1
  • github.com/spf13/cobra: v1.7.0 → v1.8.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.35.0 → v0.46.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0 → v0.46.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/metric: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/sdk: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/trace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel: v1.19.0 → v1.20.0
  • go.uber.org/goleak: v1.2.1 → v1.3.0
  • golang.org/x/crypto: v0.14.0 → v0.15.0
  • golang.org/x/oauth2: v0.10.0 → v0.11.0
  • golang.org/x/sys: v0.13.0 → v0.14.0
  • golang.org/x/term: v0.13.0 → v0.14.0
  • golang.org/x/text: v0.13.0 → v0.14.0
  • golang.org/x/time: 90d013b → v0.3.0
  • google.golang.org/genproto/googleapis/api: 782d3b1 → b8732ec
  • google.golang.org/genproto/googleapis/rpc: 782d3b1 → b8732ec
  • google.golang.org/genproto: 782d3b1 → b8732ec
  • google.golang.org/grpc: v1.58.3 → v1.59.0
  • k8s.io/api: v0.26.10 → v0.26.11
  • k8s.io/apimachinery: v0.26.10 → v0.26.11
  • k8s.io/apiserver: v0.26.10 → v0.26.11
  • k8s.io/client-go: v0.26.10 → v0.26.11
  • k8s.io/component-base: v0.26.10 → v0.26.11
  • k8s.io/component-helpers: v0.26.10 → v0.26.11
  • k8s.io/kms: v0.26.10 → v0.26.11
  • k8s.io/kubelet: v0.26.9 → v0.26.11

Removed

  • cloud.google.com/go/dataproc: v1.12.0

v1.28.4

27 Nov 02:54
e278fdf
Compare
Choose a tag to compare

Full Changelog: v1.28.3..v1.28.4

Dependencies

Added

  • cloud.google.com/go/dataproc/v2: v2.0.1

Changed

  • cloud.google.com/go/aiplatform: v1.45.0 → v1.48.0
  • cloud.google.com/go/analytics: v0.21.2 → v0.21.3
  • cloud.google.com/go/baremetalsolution: v0.5.0 → v1.1.1
  • cloud.google.com/go/batch: v0.7.0 → v1.3.1
  • cloud.google.com/go/beyondcorp: v0.6.1 → v1.0.0
  • cloud.google.com/go/bigquery: v1.52.0 → v1.53.0
  • cloud.google.com/go/cloudbuild: v1.10.1 → v1.13.0
  • cloud.google.com/go/cloudtasks: v1.11.1 → v1.12.1
  • cloud.google.com/go/compute: v1.21.0 → v1.23.0
  • cloud.google.com/go/contactcenterinsights: v1.9.1 → v1.10.0
  • cloud.google.com/go/container: v1.22.1 → v1.24.0
  • cloud.google.com/go/datacatalog: v1.14.1 → v1.16.0
  • cloud.google.com/go/dataplex: v1.8.1 → v1.9.0
  • cloud.google.com/go/datastore: v1.12.1 → v1.13.0
  • cloud.google.com/go/datastream: v1.9.1 → v1.10.0
  • cloud.google.com/go/deploy: v1.11.0 → v1.13.0
  • cloud.google.com/go/dialogflow: v1.38.0 → v1.40.0
  • cloud.google.com/go/documentai: v1.20.0 → v1.22.0
  • cloud.google.com/go/eventarc: v1.12.1 → v1.13.0
  • cloud.google.com/go/firestore: v1.11.0 → v1.12.0
  • cloud.google.com/go/gkebackup: v0.4.0 → v1.3.0
  • cloud.google.com/go/gkemulticloud: v0.6.1 → v1.0.0
  • cloud.google.com/go/kms: v1.12.1 → v1.15.0
  • cloud.google.com/go/maps: v0.7.0 → v1.4.0
  • cloud.google.com/go/metastore: v1.11.1 → v1.12.0
  • cloud.google.com/go/policytroubleshooter: v1.7.1 → v1.8.0
  • cloud.google.com/go/pubsub: v1.32.0 → v1.33.0
  • cloud.google.com/go/run: v0.9.0 → v1.2.0
  • cloud.google.com/go/servicedirectory: v1.10.1 → v1.11.0
  • cloud.google.com/go/speech: v1.17.1 → v1.19.0
  • cloud.google.com/go/translate: v1.8.1 → v1.8.2
  • cloud.google.com/go/video: v1.17.1 → v1.19.0
  • cloud.google.com/go/vmwareengine: v0.4.1 → v1.0.0
  • cloud.google.com/go: v0.110.4 → v0.110.7
  • github.com/cpuguy83/go-md2man/v2: v2.0.2 → v2.0.3
  • github.com/felixge/httpsnoop: v1.0.3 → v1.0.4
  • github.com/go-logr/logr: v1.2.4 → v1.3.0
  • github.com/golang/glog: v1.1.0 → v1.1.2
  • github.com/google/go-cmp: v0.5.9 → v0.6.0
  • github.com/google/uuid: v1.3.0 → v1.3.1
  • github.com/spf13/cobra: v1.7.0 → v1.8.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.35.0 → v0.46.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0 → v0.46.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/metric: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/sdk: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/trace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel: v1.19.0 → v1.20.0
  • go.uber.org/goleak: v1.2.1 → v1.3.0
  • golang.org/x/oauth2: v0.10.0 → v0.11.0
  • golang.org/x/sys: v0.13.0 → v0.14.0
  • golang.org/x/text: v0.13.0 → v0.14.0
  • google.golang.org/genproto/googleapis/api: 782d3b1 → b8732ec
  • google.golang.org/genproto/googleapis/rpc: 782d3b1 → b8732ec
  • google.golang.org/genproto: 782d3b1 → b8732ec
  • google.golang.org/grpc: v1.58.3 → v1.59.0
  • k8s.io/api: v0.28.3 → v0.28.4
  • k8s.io/apimachinery: v0.28.3 → v0.28.4
  • k8s.io/apiserver: v0.28.2 → v0.28.4
  • k8s.io/client-go: v0.28.2 → v0.28.4
  • k8s.io/cloud-provider: v0.28.2 → v0.28.4
  • k8s.io/component-base: v0.28.2 → v0.28.4
  • k8s.io/component-helpers: v0.28.2 → v0.28.4
  • k8s.io/controller-manager: v0.28.2 → v0.28.4
  • k8s.io/cri-api: v0.28.2 → v0.28.4
  • k8s.io/kms: v0.28.2 → v0.28.4
  • k8s.io/kubelet: v0.28.2 → v0.28.4

Removed

  • cloud.google.com/go/dataproc: v1.12.0

v1.25.23

27 Nov 02:38
3b80247
Compare
Choose a tag to compare

Full Changelog: v1.25.22..v1.25.23

Dependencies

Added

Nothing has changed.

Changed

  • github.com/fsnotify/fsnotify: v1.6.0 → v1.7.0
  • github.com/go-logr/logr: v1.2.4 → v1.3.0
  • golang.org/x/text: v0.13.0 → v0.14.0
  • k8s.io/api: v0.25.14 → v0.25.15
  • k8s.io/apimachinery: v0.25.14 → v0.25.15
  • k8s.io/apiserver: v0.25.14 → v0.25.15
  • k8s.io/client-go: v0.25.14 → v0.25.15
  • k8s.io/component-base: v0.25.14 → v0.25.15
  • k8s.io/component-helpers: v0.25.14 → v0.25.15
  • k8s.io/controller-manager: v0.25.14 → v0.25.15
  • k8s.io/kubelet: v0.25.14 → v0.25.15

Removed

Nothing has changed.