Skip to content

v0.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 20:30
· 3781 commits to main since this release
7f78c7b

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • Disable egress load balancer for AzureMachines when AllocatePublicIP is set to true.

    Action required: After you delete an AzureMachine created with a previous version with AllocatePublicIP set to true, you might want to manually clean up the Network Interface named <azuremachine name>-public-nic. (#1676, @whites11)

Changes by Kind

Deprecation

Feature

Bug or Regression

  • Assign all azs to public ip for backwards compatibility (#1744, @shysank)
  • Fixed wiring for AzureMachinePool's terminateNotificationTimeout field. (#1677, @whites11)
  • CAPZ will launch AKS with all the node pools defined including both system and user node pools. (#1741, @meixingdb)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/onsi/gomega: v1.14.0 → v1.15.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.22.0 → v0.23.0
  • go.opentelemetry.io/contrib: v0.22.0 → v0.23.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.0.0-RC2 → v1.0.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.0.0-RC2 → v1.0.0
  • go.opentelemetry.io/otel/exporters/prometheus: v0.22.0 → v0.23.0
  • go.opentelemetry.io/otel/internal/metric: v0.22.0 → v0.23.0
  • go.opentelemetry.io/otel/metric: v0.22.0 → v0.23.0
  • go.opentelemetry.io/otel/sdk/export/metric: v0.22.0 → v0.23.0
  • go.opentelemetry.io/otel/sdk/metric: v0.22.0 → v0.23.0
  • go.opentelemetry.io/otel/sdk: v1.0.0-RC2 → v1.0.0
  • go.opentelemetry.io/otel/trace: v1.0.0-RC2 → v1.0.0
  • go.opentelemetry.io/otel: v1.0.0-RC2 → v1.0.0
  • go.uber.org/zap: v1.18.1 → v1.19.0
  • golang.org/x/sys: 0f9fa26 → bfb29a6
  • google.golang.org/grpc: v1.39.0 → v1.40.0
  • k8s.io/api: v0.21.3 → v0.21.4
  • k8s.io/apiextensions-apiserver: v0.21.3 → v0.21.4
  • k8s.io/apimachinery: v0.21.3 → v0.21.4
  • k8s.io/apiserver: v0.21.3 → v0.21.4
  • k8s.io/cli-runtime: v0.21.3 → v0.21.4
  • k8s.io/client-go: v0.21.3 → v0.21.4
  • k8s.io/cluster-bootstrap: v0.21.2 → v0.21.4
  • k8s.io/code-generator: v0.21.3 → v0.21.4
  • k8s.io/component-base: v0.21.3 → v0.21.4
  • k8s.io/component-helpers: v0.21.3 → v0.21.4
  • k8s.io/kubectl: v0.21.3 → v0.21.4
  • k8s.io/metrics: v0.21.3 → v0.21.4
  • k8s.io/utils: 7f3ee0f → efc7438
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.19 → v0.0.22
  • sigs.k8s.io/cluster-api/test: v0.4.1 → v0.4.3
  • sigs.k8s.io/cluster-api: v0.4.1 → v0.4.3
  • sigs.k8s.io/controller-runtime: v0.9.6 → v0.9.7

Removed

  • go.opentelemetry.io/otel/oteltest: v1.0.0-RC2

Thanks to all our contributors! 😊