Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:39
· 95 commits to main since this release
2e15191

What's Changed

Change to root_volume default type

Packer will now rely on SBS api per default for root volume. You must specify b_ssd if you still want to create volumes on instance.

source "scaleway" "basic" {
  ...
  root_volume {
    type = "b_ssd"
  }
}

Support of additional block volumes

You can now create additional block volumes:

source "scaleway" "basic" {
  ...
  block_volume {
    size_in_gb = 20
  }
}

Features

  • chore: Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #197
  • chore: Bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #198
  • chore: Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #199
  • chore: Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #200
  • chore: bump golang.org/x/net by @remyleone in #204
  • chore: Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #205
  • test: add end to end tests by @Codelax in #203
  • chore: Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 by @dependabot in #206
  • feat: add block_volumes by @Codelax in #105
  • chore: Bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot in #208
  • chore: Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #213
  • feat: add root_volume config and default to sbs volume type by @Codelax in #212
  • ci(goreleaser): rely on makefile for tests in prehook by @Codelax in #214
  • chore: add support for CODEOWNERS by @remyleone in #216
  • chore: remove cgo need in makefile test rule by @Codelax in #215

Full Changelog: v1.2.1...v1.3.0