Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

100 lines (70 loc) · 2.84 KB

Changelog

All notable changes to this project will be documented in this file. See updating Changelog example here

1.5.3 - 2024-01-02

Fixed

  • Update UpCloud Go SDK to v6 and fix security vulnerabilities

1.5.2 - 2022-12-15

Fixed

  • enable server metadata automatically when required by base image

Changed

  • update packer-plugin-sdk to v0.3.0
  • update upcloud-go-api to v5.1.0

1.5.1 - 2022-06-10

Fixed

  • client timeout when importing large images

1.5.0 - 2022-06-09

Added

  • HCP Packer image metadata support
  • enviroment variables UPCLOUD_USERNAME and UPCLOUD_PASSWORD for authentication

Changed

  • new upcloud-go-api version v4.6.0

Deprecated

  • environment variables UPCLOUD_API_USER and UPCLOUD_API_PASSWORD

1.4.0 - 2022-05-30

Added

  • new upcloud-import post-processor

Changed

  • new upcloud-go-api version v4.5.2

1.3.1 - 2022-02-24

Changed

  • update documentation

Fixed

  • update docs.zip content to be compatible with Hashicorp website

1.3.0 - 2022-02-22

Added

  • add new template name param
  • new default IP address flag to select used interface/IP during build
  • new wait_boot flag adds ability to wait N time for server to boot up and start all services
  • add "none" communicator support
  • support for IPv6 interfaces

Changed

  • update README file
  • update acceptance test to embed HCL2 configs
  • drop public IPv4 interface requirement

Fixed

  • fix network interface config

1.2.0 - 2021-06-17

Fixed

  • fix template prefix usage

1.1.0 2021-05-30

Changed

  • bump go version to 1.6 to enable darwin/arm build
  • update dependencies
  • update intergration tests

1.0.0 2021-02-19

Changed