Skip to content

Releases: oxidecomputer/oxide-cloud-controller-manager

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 03:00
6e5dd35

Highlights

Tolerations

The CCM deployment now tolerates the node-role.kubernetes.io/etcd:NoSchedule taint, allowing it to schedule on clusters created by Rancher.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:01
87b1296

Highlights

Minimum Supported Oxide Version

The minimum supported Oxide version is now v20 (API Version 2026060800.0.0).

Node Controller: Name Lookup

The node controller will now look up a node by its name when spec.providerID is unset.

Pull Requests: #245

Service Controller: Load Balancer Status

Updated the load balancer controller to correctly reconcile the load balancer status when the node holding the floating IP is destroyed. Previously, the load balancer status would retain the previous node's internal IP, preventing Kubernetes from creating the necessary firewall rules on the node to allow traffic. Now, the controller patches the service with the new node's internal IP.

Pull Requests: #248

What's Changed

  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #227
  • build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #228
  • build(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #229
  • build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #230
  • build(deps): bump k8s.io packages by @sudomateo in #236
  • Cache go tool dependencies. by @jmcarp in #231
  • build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #237
  • build(deps): bump k8s.io packages by @sudomateo in #243
  • fix: support name look-up on InstanceExists() and InstanceShutdown() if no providerID set by @bwagner5 in #245
  • misc: bump to next development version by @sudomateo in #246
  • build(deps): bump k8s.io/cloud-provider from 0.36.1 to 0.36.2 by @dependabot[bot] in #249
  • fix: correctly reconcile load balancer status when node is destroyed by @sudomateo in #248
  • up the Oxide Go SDK to v0.10.0 by @bwagner5 in #254

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 02:16
1cdcc66

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@lgfa29 lgfa29 released this 09 Apr 15:46
a0afb92

What's Changed

  • misc: bump to v0.5.0 by @sudomateo in #206
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 by @dependabot[bot] in #208
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /tools by @dependabot[bot] in #209
  • deps: bump Go SDK to v0.9.0 by @lgfa29 in #210

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@sudomateo sudomateo released this 26 Mar 14:21
58f6ca4

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.1

Choose a tag to compare

@sudomateo sudomateo released this 17 Mar 21:20
e045746

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@sudomateo sudomateo released this 11 Mar 04:08
432c52f

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@sudomateo sudomateo released this 27 Feb 05:12
91dadb7

What's Changed

  • fix: use timeouts, clean up return paths by @sudomateo in #147
  • build(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #148
  • build(deps): bump github.com/oxidecomputer/oxide.go from 0.6.0 to 0.7.0 by @dependabot[bot] in #149
  • build(deps): bump k8s.io/cloud-provider from 0.34.1 to 0.34.2 by @dependabot[bot] in #151
  • build(deps): bump k8s.io/cloud-provider from 0.34.2 to 0.34.3 by @dependabot[bot] in #154
  • build(deps): bump k8s.io/cloud-provider from 0.34.3 to 0.35.0 by @dependabot[bot] in #159
  • misc(deps): bump k8s.io modules by @sudomateo in #167
  • misc: update oxide.go by @sudomateo in #169
  • misc: bump version to v0.2.0 by @sudomateo in #170

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@sudomateo sudomateo released this 06 Nov 04:13
c455c55

What's Changed

New Contributors

Full Changelog: https://github.com/oxidecomputer/oxide-cloud-controller-manager/commits/v0.1.0