Skip to content

Releases: IBM/packer-plugin-ibmcloud

v3.2.6

28 Aug 21:54
bf617f5
Compare
Choose a tag to compare

What's Changed

  • fix: added support for winrm_password for windows custom images by @ujjwal-ibm in #114

v3.2.5

25 Jul 21:31
14a1015
Compare
Choose a tag to compare

What's Changed

  • fix(bug): use vsiBaseImageID and vsiBaseImageName and make release by @astha-jain in #111

Full Changelog: v3.2.3...v3.2.4

v3.2.3

08 Nov 15:55
d9f3d71
Compare
Choose a tag to compare

What's Changed

  • Feature: addition of attribute skip reboot

v3.2.2

12 Sep 18:50
3dc67d4
Compare
Choose a tag to compare

What's Changed

  • Feature: Support for existing boot volume ID
  • Boot capacity for larger profiles
  • CRN validation
  • Export Image Development
  • Boot snapshots support
  • Added support for user-tags
  • added support for ed25519 ssh key type
  • added support for resource group name

v3.2.0

31 Aug 02:55
dd5baed
Compare
Choose a tag to compare

What's Changed

  • Feature: Support for existing boot volume ID
  • Boot capacity for larger profiles
  • CRN validation
  • Export Image Development
  • Boot snapshots support
  • Added support for user-tags
  • added support for ed25519 ssh key type
  • added support for resource group name

v3.1.1

21 Mar 13:51
5fe6132
Compare
Choose a tag to compare

Release adds support for:

  • New variable added vsi_user_data for VSI User data input as a string, closes #70

  • Multi build support to generate binaries for various OS and architectures.

v3.1.0

03 Feb 04:23
15e07df
Compare
Choose a tag to compare

Current release:

Bug:

  1. Create security groups with given resource group - closes bug: Create security groups with given resource group #64

Enhancement:

  1. Support for image encryption.

Feature:

  1. Support for Enterprise account shared image

    • Catalog Offering CRN

    • Catalog Offering Version CRN

v3.0.3

17 Oct 09:11
4613692
Compare
Choose a tag to compare

Bugs fixed in this release :-

  1. image creation fail due to security group deletion failure #52

Enhancements:

  1. Logging the failed state of the custom image
  2. Enhanced VSI deletion(Wait till 404).
  3. Handling wrong base image names and other API errors/exceptions

v3.0.2

29 Sep 09:04
312f454
Compare
Choose a tag to compare
  • Add support for userdata on classic infrastructure

    • The userdata field allows the user to inject metadata into the virtual server at boot time.
    • Support for classic works in a similar way as VPC: by reading the file that is (optionally) passed by the user by means of the user_data_file_path parameter.
  • Configuration for encrypted images, zprofiles and go-cty stable release and checks

    • go-cty/cty - stable release from latest -> 1.9.1
      • Changes in developer/Makefile.
      • Changes in the Readme.md
    • Sample configuration for z profile - w/o a provisioner.
    • Sample configuration for encrypted-centos.
    • Checks for resource availability.

v3.0.1

28 Jul 07:22
114a8ed
Compare
Choose a tag to compare

Feature Request: parallel packer build - issue #47