cloud-provider-azure

Cloud provider for Azure

APACHE-2.0 License

Stars
260
Committers
169

Bot releases are visible (Hide)

cloud-provider-azure - v1.0.11

Published by github-actions[bot] over 2 years ago

Changes by Kind

Feature

  • Following configuration will be applied to the all ports of service.

    "service.beta.kubernetes.io/azure-load-balancer-health-probe-protocol"
    "service.beta.kubernetes.io/azure-load-balancer-health-probe-interval"
    "service.beta.kubernetes.io/azure-load-balancer-health-probe-num-of-probe"
    "service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path"

    If health probe is needed, user should specify AppProtocol in port object of Service spec.
    And following protocols are supported: http, tcp, https

    Additional annotations are added. where port is the port number of port object

    service.beta.kubernetes.io/port_{port}health-probe_interval
    service.beta.kubernetes.io/port
    {port}health-probe_num-of-probe
    service.beta.kubernetes.io/port
    {port}_health-probe_request-path

    Please refer to docs. (#1130, @MartinForReal)

Bug or Regression

  • This code change fixes the bug that UDP services would trigger unnecessary LoadBalancer updates. The root cause is that a field not working for non-TCP protocols is considered.
    ref: #1090 (#1107, @lzhecheng)

Uncategorized

Dependencies

Added

Nothing has changed.

Changed

  • github.com/Azure/azure-sdk-for-go: v61.4.0+incompatible → v61.6.0+incompatible
  • k8s.io/api: v0.21.9 → v0.21.10
  • k8s.io/apimachinery: v0.21.9 → v0.21.10
  • k8s.io/apiserver: v0.21.9 → v0.21.10
  • k8s.io/client-go: v0.21.9 → v0.21.10
  • k8s.io/cloud-provider: v0.21.9 → v0.21.10
  • k8s.io/component-base: v0.21.9 → v0.21.10
  • k8s.io/controller-manager: v0.21.9 → v0.21.10

Removed

Nothing has changed.

cloud-provider-azure - v1.23.3

Published by nilo19 over 2 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.23.2...v1.23.3

cloud-provider-azure - v1.1.6

Published by nilo19 over 2 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.1.5...v1.1.6

cloud-provider-azure - v1.0.10

Published by nilo19 over 2 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.0.9...v1.0.10

cloud-provider-azure - v0.7.13

Published by nilo19 over 2 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v0.7.12...v0.7.13

cloud-provider-azure - v0.7.12

Published by github-actions[bot] almost 3 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v0.7.11...v0.7.12

cloud-provider-azure - v1.0.9

Published by github-actions[bot] almost 3 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.0.8...v1.0.9

cloud-provider-azure - v1.23.2

Published by github-actions[bot] almost 3 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.23.1...v1.23.2

cloud-provider-azure - v1.1.5

Published by github-actions[bot] almost 3 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.1.4...v1.1.5

cloud-provider-azure - cloud-provider-azure v1.1.4

Published by nilo19 almost 3 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.1.3...v1.1.4

cloud-provider-azure - cloud-provider-azure v1.0.8

Published by nilo19 almost 3 years ago

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.0.7...v1.0.8

cloud-provider-azure - cloud-provider-azure v0.7.11

Published by nilo19 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v0.7.10...v0.7.11

cloud-provider-azure - cloud-provider-azure v0.7.10

Published by nilo19 almost 3 years ago

Changelog since v0.7.9

Changes by Kind

Bug or Regression

  • Fix: do not delete the lb that does not exist (#864, @nilo19)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

cloud-provider-azure - cloud-provider-azure v1.23.1

Published by nilo19 almost 3 years ago

Changelog since v1.23.0

Changes by Kind

Feature

  • Introduce a configuration option putVMSSVMBatchSize. If set, the sync requests will be sent concurrently in batches when putting vmss vms. (#964, @nilo19)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

cloud-provider-azure - cloud-provider-azure v1.23.0

Published by nilo19 almost 3 years ago

Changelog since v1.1.0

Changes by Kind

Feature

  • Adds support for the Cloud Node Manager to run as a Windows Service. This can be enabled using the --windows-service flag. (#823, @JoelSpeed)

  • Chore: rename tag key for CSI drivers (#799, @andyzhangx)

  • Feat: Adds windows server 2022 build (#821, @nick5616)

  • Feat: add AccessTier in file share creation interface (#781, @andyzhangx)

  • Feat: add AllowBlobPublicAccess setting in storage account creation (#784, @andyzhangx)

  • Feat: add disk online resize support (#889, @andyzhangx)

  • Feat: only restart all controllers after stopping if needed (#832, @nilo19)

  • Feat: reduce vmss cache refresh in parallel disk attach/detach (#803, @andyzhangx)

  • Feat: support creating account if not exists when account name is provided (#786, @andyzhangx)

  • Feat: support json style tags (#892, @nilo19)

  • Feat: support reloading the cloud controller manager based on the changes of the config file (#769, @nilo19)

  • Introduce a new config loadBalancerBackendPoolConfigurationType and it can be set to nodeIPConfiguration (default) or nodeIP. If set to nodeIPConfiguration, everything will keep unchanged. If set to nodeIP, the cloud provider will call the LB API to attach the node private IPs to the LB instead of linking the NICs to the LB. (#918, @nilo19)

  • Prefix 'k8s-azure-' has been added to the following tags:

    Legacy Tag New Tag Comment
    service k8s-azure-service Applied on public IP
    kubernetes-cluster-name k8s-azure-cluster-name Applied on public IP
    kubernetes-dns-label-service k8s-azure-dns-label-service Applied on public IP

    To keep backward compability, the legacy tags on existing public IP would not be removed, but newly created public IPs would only get the new tags. (#815, @feiskyer)

Documentation

  • Chore: add release notes for v0.7.9, v1.0.6 and v1.1.2 (#867, @nilo19)

Failing Test

Bug or Regression

  • Release note: (#780, @andyzhangx)
  • 1 controllerserver.go:378] delete azure disk(/subscriptions/xxx/resourceGroups/aks55h93-nodegroup/providers/Microsoft.Compute/disks/pvc-ecfefbb9-102c-4f40-944f-d5d4b6183568) returned with Retriable: true, RetryAfter: 0s, HTTPStatusCode: 0, RawError: azure cloud provider rate limited(read) for operation "GetDisk"
    1 utils.go:100] GRPC error: Retriable: true, RetryAfter: 0s, HTTPStatusCode: 0, RawError: azure cloud provider rate limited(read) for operation "GetDisk" (#757, @andyzhangx)
  • Fix detach disk issue on deleting vmss node (#774, @andyzhangx)
  • Fix: consolidate logs for instance not found error (#794, @feiskyer)
  • Fix: detach disk should return error when throttled (#929, @andyzhangx)
  • Fix: do not crash if the region does not support zones (#850, @nilo19)
  • Fix: do not delete the lb that does not exist (#860, @nilo19)
  • Fix: fix a potential data race issue in unit test (#848, @nilo19)
  • Fix: ignore the case when comparing azure tags in service annotation (#791, @nilo19)
  • Fix: multi accounts creation issue when private endpoint creation failed (#880, @andyzhangx)
  • Fix: panic due to nil pointer (#899, @andyzhangx)
  • Fix: remove VMSS instances from SLB backend pool only when they are explicitly labeled
    fix: remove VMSS from SLB backend pool only when necessary (#856, @feiskyer)
  • Fix: remove outdated ipv4 route when the corresponding node is deleted (#876, @nilo19)
  • Fix: use correct gitVersion in userAgent (#764, @feiskyer)
  • Version.Info{Major:"1", Minor:"0+", GitVersion:"v1.0.1-116-g93dee8c35", GitCommit:"93dee8c35bddbff6beabb764725c74d252130c3c", GitTreeState:"", BuildDate:"2021-08-11T08:21:10Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"darwin/amd64"} (#749, @feiskyer)

Other (Cleanup or Flake)

  • Chore: add mixed protocol service e2e test (#897, @nilo19)
  • Chore: bump k8s.io/cloud-provider to v0.23.0 (#934, @nilo19)
  • Chore: detect data race in unit tests (#849, @nilo19)
  • Chore: expose some public functions (#754, @andyzhangx)
  • Chore: logging the service body when service controller invokes the cloud provider (#778, @nilo19)
  • Cleanup: remove blob disk controller
    blob disk is not supported any more (#909, @andyzhangx)
  • Fix: report an error when route table name is not configured (#819, @feiskyer)

Uncategorized

Dependencies

Added

  • github.com/cncf/xds/go: fbca930
  • github.com/getkin/kin-openapi: v0.76.0
  • github.com/go-logr/zapr: v1.2.0
  • github.com/golang-jwt/jwt/v4: v4.0.0
  • github.com/gorilla/mux: v1.8.0
  • k8s.io/component-helpers: v0.23.0
  • k8s.io/kubelet: v0.23.0
  • sigs.k8s.io/json: c049b76

Changed

  • github.com/Azure/azure-sdk-for-go: v55.0.0+incompatible → v55.8.0+incompatible
  • github.com/Azure/go-autorest/autorest/adal: v0.9.14 → v0.9.17
  • github.com/Azure/go-autorest/autorest/validation: v0.1.0 → v0.3.1
  • github.com/Azure/go-autorest/autorest: v0.11.19 → v0.11.22
  • github.com/benbjohnson/clock: v1.0.3 → v1.1.0
  • github.com/envoyproxy/go-control-plane: 668b12f → 63b5d3c
  • github.com/evanphx/json-patch: v4.11.0+incompatible → v4.12.0+incompatible
  • github.com/fsnotify/fsnotify: v1.4.9 → v1.5.1
  • github.com/go-logr/logr: v0.4.0 → v1.2.0
  • github.com/json-iterator/go: v1.1.11 → v1.1.12
  • github.com/mitchellh/go-homedir: v1.1.0 → v1.0.0
  • github.com/modern-go/reflect2: v1.0.1 → v1.0.2
  • github.com/onsi/ginkgo: v1.16.4 → v1.16.5
  • github.com/onsi/gomega: v1.15.0 → v1.16.0
  • github.com/prometheus/common: v0.26.0 → v0.28.0
  • github.com/stretchr/objx: v0.2.0 → v0.1.1
  • github.com/yuin/goldmark: v1.3.5 → v1.4.0
  • go.uber.org/zap: v1.17.0 → v1.19.0
  • golang.org/x/crypto: 5ea612d → 089bfa5
  • golang.org/x/net: 37e1c6a → e898025
  • golang.org/x/oauth2: 2e8d934 → 2bc19b1
  • golang.org/x/sys: 59db8d7 → f4d4317
  • golang.org/x/term: 6a3ed07 → 6886f2d
  • golang.org/x/text: v0.3.6 → v0.3.7
  • golang.org/x/tools: v0.1.2 → d4cc65f
  • google.golang.org/genproto: f16073e → fe13028
  • google.golang.org/grpc: v1.38.0 → v1.40.0
  • google.golang.org/protobuf: v1.26.0 → v1.27.1
  • k8s.io/api: v0.22.0 → v0.23.0
  • k8s.io/apimachinery: v0.22.0 → v0.23.0
  • k8s.io/apiserver: v0.22.0 → v0.23.0
  • k8s.io/client-go: v0.22.0 → v0.23.0
  • k8s.io/cloud-provider: v0.22.0 → v0.23.0
  • k8s.io/component-base: v0.22.0 → v0.23.0
  • k8s.io/controller-manager: v0.22.0 → v0.23.0
  • k8s.io/gengo: 3a45101 → 485abfe
  • k8s.io/klog/v2: v2.10.0 → v2.30.0
  • k8s.io/kube-openapi: 9528897 → e816edb
  • k8s.io/utils: 4b05e18 → cb0fa31
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.22 → v0.0.25
  • sigs.k8s.io/yaml: v1.2.0 → v1.3.0

Removed

  • cloud.google.com/go/datastore: v1.1.0
  • cloud.google.com/go/pubsub: v1.3.1
  • github.com/alecthomas/template: fb15b89
  • github.com/alecthomas/units: f65c72e
  • github.com/client9/misspell: v0.3.4
  • github.com/coreos/bbolt: v1.3.2
  • github.com/coreos/etcd: v3.3.13+incompatible
  • github.com/coreos/go-systemd: 95778df
  • github.com/coreos/pkg: 399ea9e
  • github.com/dgrijalva/jwt-go: v3.2.0+incompatible
  • github.com/dgryski/go-sip13: e10d5fe
  • github.com/dnaeon/go-vcr: v1.1.0
  • github.com/go-gl/glfw: e6da0ac
  • github.com/gofrs/uuid: v4.0.0+incompatible
  • github.com/google/martian: v2.1.0+incompatible
  • github.com/hpcloud/tail: v1.0.0
  • github.com/jpillora/backoff: v1.0.0
  • github.com/konsorten/go-windows-terminal-sequences: v1.0.3
  • github.com/kr/logfmt: b84e30a
  • github.com/kr/pty: v1.1.1
  • github.com/modocache/gover: b58185e
  • github.com/oklog/ulid: v1.3.1
  • github.com/prometheus/tsdb: v0.7.1
  • github.com/rubiojr/go-vhd: 02e2102
  • gopkg.in/fsnotify.v1: v1.4.7
  • gopkg.in/resty.v1: v1.12.0
  • rsc.io/binaryregexp: v0.2.0
  • rsc.io/quote/v3: v3.1.0
  • rsc.io/sampler: v1.3.0
    ree/02e2102)
  • gopkg.in/fsnotify.v1: v1.4.7
  • gopkg.in/resty.v1: v1.12.0
  • rsc.io/binaryregexp: v0.2.0
  • rsc.io/quote/v3: v3.1.0
  • rsc.io/sampler: v1.3.0
cloud-provider-azure - cloud-provider-azure v1.1.3

Published by nilo19 almost 3 years ago

Changelog since v1.1.2

Changes by Kind

Feature

Bug or Regression

  • Fix: do not delete the lb that does not exist (#866, @nilo19)
  • Fix: remove outdated ipv4 route when the corresponding node is deleted (#891, @nilo19)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

cloud-provider-azure - cloud-provider-azure v1.0.7

Published by nilo19 almost 3 years ago

Changelog since v1.0.6

Changes by Kind

Feature

Bug or Regression

  • Fix: do not delete the lb that does not exist (#865, @nilo19)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

cloud-provider-azure - cloud-provider-azure v1.1.2

Published by nilo19 about 3 years ago

Changelog since v1.1.1

Changes by Kind

Feature

  • Feat: only restart all controllers after stopping if needed (#847, @nilo19)
  • Feat: reloading ccm when the config file changes (#776, @nilo19)

Bug or Regression

  • Fix: do not crash if the region does not support zones (#854, @nilo19)
  • Fix: do not delete the lb that does not exist (#866, @nilo19)
  • Fix: ignore the case when comparing azure tags in service annotation (#812, @nilo19)
  • Fix: skip not found nodes when reconciling LB backend address pools (#817, @feiskyer)

Uncategorized

  • Chore: support multi-arch cloud-node-manager image (#835, @mainred)
  • Fix: skip instance not found when decoupling vmss from lb (#845, @nilo19)
  • Use docker buildx for multi-arch node image (#859, @mainred)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

cloud-provider-azure - cloud-provider-azure v1.0.6

Published by nilo19 about 3 years ago

Changelog since v1.0.5

Changes by Kind

Feature

  • Feat: only restart all controllers after stopping if needed (#846, @nilo19)
  • Feat: reloading ccm when the config file changes (#777, @nilo19)

Bug or Regression

  • Fix: avoid wrapping RawError twice (#804, @feiskyer)
  • Fix: do not delete the lb that does not exist (#865, @nilo19)
  • Fix: ignore the case when comparing azure tags in service annotation (#811, @nilo19)
  • Fix: skip not found nodes when reconciling LB backend address pools (#818, @feiskyer)

Uncategorized

  • Chore: support multi-arch cloud-node-manager image (#836, @mainred)
  • Fix: do not crash if the region does not support zones (#853, @nilo19)
  • Fix: skip instance not found when decoupling vmss from lb (#844, @nilo19)
  • Use docker buildx for multi-arch node image (#858, @mainred)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

cloud-provider-azure - cloud-provider-azure v0.7.9

Published by nilo19 about 3 years ago

Changelog since v0.7.8

Changes by Kind

Bug or Regression

  • Fix: avoid wrapping RawError twice (#805, @feiskyer)
  • Fix: do not crash if the region does not support zones (#852, @nilo19)
  • Fix: do not delete the lb that does not exist (#864, @nilo19)
  • Fix: use correct gitVersion in userAgent (#766, @feiskyer)

Uncategorized

  • Chore: support multi-arch cloud-node-manager image (#837, @mainred)
  • Fix: skip instance not found when decoupling vmss from lb (#843, @nilo19)
  • Use docker buildx for multi-arch node image (#857, @mainred)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Full Changelog: https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v0.7.8...v0.7.9

Package Rankings
Top 3.24% on Proxy.golang.org
Badges
Extracted from project README
Go Report Card Coverage Status GitHub stars GitHub stars
Related Projects