Skip to content

Releases: outscale/cluster-api-provider-outscale

v0.3.1

29 Jan 09:52
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.3.1

Changelog since v0.3.0

What's Changed

πŸ“– Documentation

  • Add doc to release custom omi by @outscale-vbr in #301
  • Upgrade doc cluster by @outscale-vbr in #306

πŸ› Bug Fixes

  • Set custom sg rule by @outscale-vbr in #303
  • Can link publicIpName after bastion is created by @outscale-vbr in #308
  • fix image capm by @outscale-vbr in #310
  • Be able to use cillium by @outscale-vbr in #309
  • Check keypair name is the same in vm and keypair section by @outscale-vbr in #313
  • Update image by @outscale-vbr in #311

Full Changelog: v0.3.0...v0.3.1
The release image is: outscale/cluster-api-outscale-controllers:v0.3.1
Thanks to all our contributors!

v0.3.0

05 Dec 15:04
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.3.0

Changelog since v0.2.4

What's Changed

πŸš€ Features

  • Kubernetes change rpm and deb repo by @outscale-vbr in #273

  • New omi available by @outscale-vbr in #274

  • Update doc by @outscale-vbr in #290

  • feat(net): Add multizone deployment capabilities to subnets by @gvdhart in #276

  • Set back osc_region and osc_subregion by @outscale-vbr in #295

  • Feat/net/controlplane Manage FailureDomain on multipld az by @sebglon in #283

  • feat(vm): Implement publicIP generation with VM's by @gvdhart in #285

πŸ› Bug Fixes

🌱 Others

  • Prepare release by @outscale-vbr in #300

New Contributors

Full Changelog: v0.2.4...v0.3.0
The release image is: outscale/cluster-api-outscale-controllers:v0.3.0
Thanks to all our contributors!

v0.2.4

11 Oct 11:56
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.2.4

Changelog since v0.2.3

What's Changed

πŸš€ Features

  • Add taint cluster-api example by @outscale-vbr in #271
  • Add tinav6 and migrate to tinav6 by @outscale-vbr in #272

Full Changelog: v0.2.3...v0.2.4
The release image is: outscale/cluster-api-outscale-controllers:v0.2.4
Thanks to all our contributors!

v0.2.3

01 Sep 12:39
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.2.3

Changelog since v0.2.2

What's Changed

πŸ› Bug Fixes

  • Migrate providerId from aws://zone/vmid to aws:///zone/vmid by @outscale-vbr in #260
  • Add talos by @outscale-vbr in #264
  • Using stable UIDs for tags on outscale resources by @azert9 in #262
  • Add boilerplate by @outscale-vbr in #267

New Contributors

Full Changelog: v0.2.2...v0.2.3
The release image is: outscale/cluster-api-outscale-controllers:v0.2.3
Thanks to all our contributors!

v0.2.2

21 Aug 13:25
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.2.2

Changelog since v0.2.1

What's Changed

πŸ“– Documentation

πŸ› Bug Fixes

  • Typo tag ccm and fix kustomize version by @outscale-vbr in #258

New Contributors

Full Changelog: v0.2.1...v0.2.2
The release image is: outscale/cluster-api-outscale-controllers:v0.2.2
Thanks to all our contributors!

v0.2.1

03 Aug 12:23
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.2.1

Changelog since v0.2.0

What's Changed

πŸš€ Features

  • Feat: Set default port for flannel and calico by @outscale-vbr in #254

πŸ› Bug Fixes

  • fix: Use True instead of own for MainK8sSg tag by @outscale-vbr in #253
  • fix: image-builder use main and not master by @outscale-vbr in #252

Full Changelog: v0.2.0...v0.2.1
The release image is: outscale/cluster-api-outscale-controllers:v0.2.1
Thanks to all our contributors!

v0.2.0

20 Jul 09:00
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.2.0

Changelog since v0.1.4

What's Changed

πŸš€ Features

  • Multi region by @outscale-vbr in #187
  • Change verbosity by @outscale-vbr in #179
  • Handle throttling by @outscale-vbr in #169
  • update default architecture and remove Nat subnet by @outscale-hmi in #206
  • Add oscmachinetemplate in testclean by @outscale-vbr in #213
  • Handle multi subnet by @outscale-vbr in #171
  • check ratio iops/size by @outscale-vbr in #217
  • Fix CVE by @outscale-vbr in #221
  • Launch image builder based on image version by @outscale-vbr in #214
  • Choose backoff and log level by @outscale-vbr in #227
  • Rework Logs content and Format by @outscale-vbr in #220
  • Update boilerplate format by @outscale-vbr in #232
  • Expose Status machine adresss ip by @outscale-vbr in #223
  • Add tag on cluster by @outscale-vbr in #228
  • Create github-sanity-scan.yml by @jerome-jutteau in #241
  • Have unique loadbalancer by @outscale-vbr in #237
  • Migrate to ginkov2 and update some test format by @outscale-vbr in #246

πŸ› Bug Fixes

  • Check httpRes is not nil and select subregion for subnet by @outscale-vbr in #201
  • Add buildx load to fix ci by @outscale-vbr in #225
  • Use env by @outscale-vbr in #235
  • Retrieve image by @outscale-vbr in #238
  • Migrate to kubernetes-sigs/image-builder by @outscale-vbr in #248
  • Fix: fix ci and doc and metadata by @outscale-vbr in #251

πŸ“– Documentation

  • Not use readme for bucket website by @outscale-vbr in #208
  • Improve troubeshooting docs by @outscale-vbr in #176

🌱 Others

  • Clean images in the right region by @outscale-vbr in #210
  • Json format by @outscale-vbr in #205
  • Migrate to GP2 instead of io1 by @outscale-vbr in #215
  • Add bastion by @outscale-vbr in #198
  • Migrate from outscale-dev to outscale by @outscale-vbr in #218
  • Missing docker-buildx-plugin by @outscale-vbr in #224
  • Handle Multi environment by @outscale-vbr in #233
  • Upgrade by @outscale-vbr in #243
  • Update README.md by @jerome-jutteau in #250

New Contributors

Full Changelog: v0.1.4...v0.2.0
The release image is: outscale/cluster-api-outscale-controllers:v0.2.0
Thanks to all our contributors!

v0.1.4

07 Dec 16:57
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.1.4

Changelog since v0.1.3

What's Changed

πŸ› Bug Fixes

  • switch pull request by @outscale-vbr in #200
  • Migrate cloudProviderId by @outscale-vbr in #197

Full Changelog: v0.1.3...v0.1.4
The release image is: outscale/cluster-api-outscale-controllers:v0.1.4
Thanks to all our contributors!

v0.1.3

30 Nov 14:00
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.1.3

Changelog since v0.1.2

What's Changed

πŸš€ Features

  • Change gopath by @outscale-vbr in #178

πŸ› Bug Fixes

  • Increase lockup time by @outscale-vbr in #192
  • Add ccm tag by @outscale-vbr in #193
  • Change lbu timeout by @outscale-vbr in #174

πŸ“– Documentation

  • Add cloudgov by @outscale-vbr in #191

Full Changelog: v0.1.2...v0.1.3
The release image is: outscale/cluster-api-outscale-controllers:v0.1.3
Thanks to all our contributors!

v0.1.2

25 Nov 10:36
Compare
Choose a tag to compare

Release notes for Cluster API Provider Outscale (CAPO) v0.1.2

Changelog since v0.1.1

What's Changed

πŸš€ Features

  • Improve unit test code coverage for image, publicip, securitygroup, keypair by @outscale-vbr in #163
  • Validate with trivy docker image by @outscale-vbr in #152
  • Cleanup script by @outscale-vbr in #158
  • Autogenerate docs by @outscale-vbr in #159
  • remove default outbound sg for load balancer by @outscale-hmi in #168

πŸ› Bug Fixes

  • Wait before check the first time vm status by @outscale-vbr in #186

πŸ“– Documentation

  • Update omi image and test parameters by @outscale-vbr in #166

Full Changelog: v0.1.1...v0.1.2
The release image is: outscale/cluster-api-outscale-controllers:v0.1.2
Thanks to all our contributors!