Skip to content

Releases: outscale/cloud-provider-osc

Release v0.2.7

07 Jan 14:00
v0.2.7
Compare
Choose a tag to compare

Changes

  • Build: bump Go to 1.23.4 & distroless image (#388)
  • Linter fixes, test cleanup (#386)
  • Update import path (#384)

Bugfixes

  • Unable to set resources without caBundle (#383)
  • Unhandled error in UpdateLoadBalancer (#385)

Release v0.2.6

20 Dec 14:37
Compare
Choose a tag to compare

Bugfixes

  • Added support for specifying CPU and memory requests and limits in the Helm chart. (#381)

Release v0.2.5

16 Dec 10:19
Compare
Choose a tag to compare

Bugfixes

  • fix recommended k8s versions based on the version in the go.mod (#379)
  • Clean way to set imagePullSecrets and respect list(#370)

Release v0.2.4

09 Aug 12:24
Compare
Choose a tag to compare

Breaking change

Warning

The tag has been changed from master to control-plane. If you wish to continue using master, please add the tag manually.

IMPROVEMENTS

  • use buildx and wait more time lb to be up (#327)
  • Make generic createSvc and createDeployment(#329)
  • Create createOscClient (#330)
  • Select VmType ([#339] (#339
    Filters terminated Vms in getInstance ([#352] (#352))
  • add debug tree to help troubelshooting ([#354] (#354))
  • change deprecated master taint and role (#355)
  • update go v1.22.5 and k8s v0.30.2 ([#357] (#357))

Release v0.2.3

17 Jul 11:43
Compare
Choose a tag to compare

Bugfixes

  • Can set customEndpoint for instancev2 (#323)

Release v0.2.2

12 Jul 13:44
Compare
Choose a tag to compare

Bugfixes

  • Can set customEndpoint for api, fcu, lbu, eim (#321)

v0.2.1

10 Jul 17:31
Compare
Choose a tag to compare

Bugfixes

  • Update osc-sdk-go package in order not to check region (#319)

Release v0.2.0

09 Jan 12:38
Compare
Choose a tag to compare

Features

  • Support link kubernetes node name and IaaS tag OscK8sNodeName (#177)
  • Add NodeSelector and Tolerations in helm Chart (#173)

Bugfixes

  • Fix LoadBalancer creation in multi-AZ architecture (#165)
  • Update IAM Policy (#167)

Release v0.1.1

09 Nov 07:51
Compare
Choose a tag to compare

Bugfixes

  • Invalid zone in the metadata (#149)
  • Fix generated manifest

Release v0.1.0

14 Oct 13:56
Compare
Choose a tag to compare

Notable changes

  • Partial migration from AWS SDK to Outscale SDK (#61)
  • Provide Region and Zone during node initialization (#118)
  • Reduce log verbosity (#64)

Bugfixes

  • Implement workaround for the public cloud issue (#68)

    NOTE: The actual solution is to not delete (in Public Cloud) the rule that allows all Public Cloud Loadbalancers to forward traffic to the cluster.