Skip to content

Latest commit

Β 

History

History
215 lines (149 loc) Β· 9.05 KB

File metadata and controls

215 lines (149 loc) Β· 9.05 KB

πŸ“œ Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.


[Unreleased]

πŸ’₯ Breaking

  • (nothing yet)

✨ Added

  • (nothing yet)

πŸ› οΈ Changed / Refactoring

  • (nothing yet)

πŸ“ Documentation

  • (nothing yet)

⚰️ Deprecated

  • (nothing yet)

πŸ—‘οΈ Removed

  • (nothing yet)

πŸ› Fixed

  • (nothing yet)

πŸ”’ Security

  • (nothing yet)

πŸ“¦ Dependency updates

  • (nothing yet)

🌱 Others

  • (nothing yet)

[1.6.1] - 2026-07-15

πŸ“¦ Dependency updates

  • ⬆️ deps(gomod): update module github.com/hashicorp/packer-plugin-sdk to v0.6.10 by @Open-Source-Bot in #245
  • ⬆️ deps(gomod): update module golang.org/x/sys to v0.47.0 by @Open-Source-Bot in #258

🌱 Others

  • 🚸 ux: check credentials as first step by @ryohkhn in #268

[1.6.0] - 2026-06-16

πŸ› οΈ Changed / Refactoring

  • 🚧 chore: migrate to sdk v3 by @jobs62 in #220
  • πŸ”§ chore: increase default ssh timeout by @ryohkhn in #222
  • πŸ”’ ci: fix plumber lint by @ryohkhn in #240
  • 🚨 fix: golangci-lint errors & use goutils workflow by @ryohkhn in #241
  • 🚸 ux: wrap sdk logger by @ryohkhn in #246
  • ♻️ refactor(sdvk3): safe deref by @ryohkhn in #253
  • ♻️ refactor: configuration loading order by @ryohkhn in #260

πŸ“ Documentation

  • πŸ“ docs: Update the README by @outscale-rce in #215
  • πŸ“ docs(examples): replace oapi-cli by octl by @ryohkhn in #252

πŸ› Fixed

  • πŸ› fix: add missing template by @ryohkhn in #249
  • πŸ› fix: chroot builder by @ryohkhn in #250

πŸ“¦ Dependency updates

  • chore: Configure Renovate - autoclosed by @Open-Source-Bot in #221
  • ⬆️ deps(gomod): update module github.com/hashicorp/packer-plugin-sdk to v0.6.8 by @Open-Source-Bot in #227
  • ⬆️ deps(gomod): update module github.com/zclconf/go-cty to v1.18.1 by @Open-Source-Bot in #231
  • ⬆️ deps(gomod): update module golang.org/x/sys to v0.45.0 by @Open-Source-Bot in #232

[1.6.0-beta.1] - 2026-02-11

✨ Added

  • 🚧 chore: migrate to sdk v3 by @jobs62 in #220

πŸ› οΈ Changed / Refactoring

  • πŸ”§ chore: increase default ssh timeout by @ryohkhn in #222

πŸ“ Documentation

  • πŸ“ docs: Update the README by @outscale-rce in #215

🌱 Others

  • Update examples by @outscale-toa in #214
  • πŸ‘· install ansible for playbook provisoner by @outscale-toa in #216
  • πŸ‘· Fix example tests by @outscale-toa in #217
  • Fix examples workflows by @outscale-toa in #218

[1.5.0] - 2025-06-25

  • Feature: Add new parameters omi_boot_modes and boot_mode in CreateImage
  • Docs: Add documentation for new parameters omi_boot_modes and boot_mode

♻️ Refactored

  • Refactor: Various code improvements

⬆️ Updated

  • Update: Go modules

[1.4.0] - 2025-01-30

πŸ› Fixed

  • Fix: keypairName parameter
  • Fix: Prevalidation of OMI name filters

♻️ Refactored

  • Refactor: Various code improvements

⬆️ Updated

  • Update: Go modules

[1.3.0] - 2024-09-19

πŸ› Fixed

  • Fix: BSU builder
  • Fix: Security group filters
  • Fix: Check call validity when global_permission is true

πŸ› οΈ Changed

  • Improve: Endpoint management

πŸ“ Documentation

  • Docs: Update documentation and add HCL examples

⬆️ Updated

  • Update: Go modules

[1.2.0] - 2024-04-08

✨ Added

  • Feature: skip_create_omi option

[1.1.5] - 2024-02-23

πŸ› Fixed

  • Fix: GoReleaser GitHub action

πŸ”– Release

  • Release: Fixed GoReleaser issue (v1.1.4 tag was invalid)

[1.1.4] - 2024-02-22

πŸ› οΈ Changed

  • Update: Go modules
  • Update: Integration organization name

πŸ“ Documentation

  • Docs: Update documentation links for Packer integration
  • Docs: Fix inconsistent variable usage (GH-168)
  • Docs: Fix broken documentation links (GH-176)

[1.1.3] - 2023-10-10

  • Fix: Packer can't reach with SSH a temporary VM created in a VPC on its public IP (GH-159)
  • Docs: Update documentation for local plugin install PR-161

[1.1.2] - 2023-08-03

  • Update: Packer plugin SDK to fix go-cty package (GH-138)

[1.1.1] - 2023-07-17

  • Add: Frieza to CI by @outscale-hmi in PR-150
  • Update: Code owners by @outscale-hmi in PR-149
  • Fix: Error retrieving blank password by @outscale-hmi in PR-148
  • Fix: dataSource declaration missing in main by @outscale-hmi in PR-147

[1.1.0] - 2023-05-22

  • Fix: Builders links by @outscale-hmi in PR-135
  • Fix: User-Agent version and update Go version in GoReleaser by @outscale-hmi in PR-140
  • Update: Links to fix official doc by @outscale-hmi in PR-139
  • Feature: Add new parameter ProductCode in CreateImage by @outscale-hmi in PR-142
  • Docs: Add documentation for new parameter productCodes by @outscale-hmi in PR-143

[1.0.7] - 2023-04-12

  • Fix: Config servers while creating an OSC client

[1.0.6] - 2023-03-31

  • Upgrade: SDK Go from v1 to v2 by @outscale-hmi in PR-95
  • Fix: Redirection links by @outscale-hmi in PR-116
  • Fix: Do not make snapshot public when global_permission is true by @outscale-hmi in PR-117

[1.0.5] - 2023-01-17

  • Release: v1.0.5 by @outscale-mdr in PR-109

[1.0.4] - 2023-01-17

  • Feature: Handle globalPermission: allow image to be public by @outscale-hmi in PR-79
  • Docs: Update example to match the new version of Packer by @outscale-hmi in PR-80

[1.0.3] - 2022-09-20

  • Upgrade: Bump github.com/hashicorp/packer-plugin-sdk from 0.2.3 to 0.2.7 by @dependabot in PR-43

[1.0.2] - 2021-10-07

  • Fix: Improve shutdown behavior handler (GH-41)

[1.0.1] - 2021-07-14

  • Fix: github.com/outscale/osc-sdk-go/osc revision GH-28

[1.0.0] - 2021-06-14

  • Feature: Allow use of owner-alias field for owners field in Outscale builders GH-12

[0.0.1] - 2021-04-20

  • Outscale Plugin break out from Packer core. Changes prior to break out can be found in Packer's CHANGELOG.