Skip to content

Releases: DonBower/packer-vsphere-ubuntu

0.2.1

24 Sep 19:15
ce7b076
Compare
Choose a tag to compare

🐛 Bug Fix:

Rename user and configure role files to main.yaml.

💦 Chore:

  • Remove superfluous build directory
  • Rename all .yml files to .yaml

Additional Packages

24 Sep 17:42
5fafe98
Compare
Choose a tag to compare

💥 Enhancement:

  • Add image packages
    • acl
    • gnupg
    • lvm2
    • netcat
    • nfs-common
    • python3.11
    • python3-pip
    • python-is-python3

💦 Chore:

  • Remove superfluous files from ansible directory

Fix Image Name

13 Sep 22:09
e42b15e
Compare
Choose a tag to compare
0.1.4

fix image name (#19)

upgrade hcp provider

13 Sep 19:57
9d388eb
Compare
Choose a tag to compare
Update hashicorp/hcp requirement from ~> 0.69.0 to ~> 0.70.0 (#18)

Updates the requirements on [hashicorp/hcp](https://github.com/hashicorp/terraform-provider-hcp) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-hcp/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-hcp/blob/v0.70.0/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-provider-hcp/compare/v0.69.0...v0.70.0)

---
updated-dependencies:
- dependency-name: hashicorp/hcp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Reduce Disk Size to 16GB

17 Aug 15:36
2883a75
Compare
Choose a tag to compare

This release reduces the primary disk to 16 GB and the following volume sizes (in MB) to:

  • EFI = 256
  • BOOT = 512
  • root = 8192
  • home = 512
  • tmp = 1024
  • var = 2048
  • opt = 512
  • log = 512
  • audit = 512

Initial Release

15 Aug 19:11
2fec54c
Compare
Choose a tag to compare

It works, but has some issues to be investigated.
see Issues