ReleaseScalewayScalewaypublished Feb 19, 2025seen 5d

scaleway/packer-plugin-scaleway v1.3.0

scaleway/packer-plugin-scaleway

Open original ↗

Captured source

source ↗
published Feb 19, 2025seen 5dcaptured 13hhttp 200method plain

v1.3.0

Repository: scaleway/packer-plugin-scaleway

Tag: v1.3.0

Published: 2025-02-19T09:39:57Z

Prerelease: no

Release notes:

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

Full Changelog: https://github.com/scaleway/packer-plugin-scaleway/compare/v1.2.1...v1.3.0

Notability

notability 2.0/10

Routine plugin version update