Skip to content

Latest commit

 

History

History
108 lines (66 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

108 lines (66 loc) · 4.07 KB

v0.4.1 (October 7, 2023)

  • fixed account name in example and readme (#21)

v0.4.0 (October 4, 2023)

  • Changelog 0.4.0 (#20)
  • added support for AWS create account and connect using terraform-spotinst-provider resources. (#19)
  • [src] removed common workflow
  • [src] added common workflow

v0.3.3 (April 10, 2023)

  • Merge pull request #17 from spotinst/changelog_0.3.3
  • Update changelog
  • Only require AWS account alias when name is unspecified (#16)

v0.3.2 (February 13, 2023)

  • Changelog for v0.3.2 (#15)
  • fix: move setup.py install to pip to remove warning (#14)

v0.3.1 (December 19, 2022)

  • fix: skip the creation of a new external ID if the account is already connected (#13)

v0.3.0 (November 2, 2022)

  • V0.3.0 - Move SSM to terraform resource (#12)

v0.2.1 (July 19, 2022)

v0.2.2 (July 19, 2022)

  • update policy_file variable (#10)
  • update policy file variable (#9)
  • feat(versions): add debug flag and bump terraform required version to 0.14 (#8)

v0.1.4 (May 9, 2022)

  • call full path of python script

v0.1.3 (May 4, 2022)

  • update versions
  • update policy file variable

v0.2.0 (May 2, 2022)

  • feat(versions): add debug flag and bump terraform required version to 0.14 (#8)

v0.1.1 (May 1, 2022)

v0.1.2 (May 2, 2022)

  • fix(variables): remove sensitive variable for terraform v0.13 (#7)
  • fix: Manage externalId being called during future plan/apply
  • docs(changelog): v0.1.0
  • docs(changelog): v0.1.0
  • Initial commit (#1)
  • Initial commit