Skip to content

Releases: marcinbojko/proxmox-kvm-packer

Version 1.2.1

Choose a tag to compare

@marcinbojko marcinbojko released this 21 Jul 16:35
9ae9778
  • [PROXMOX] Optional cloud-init drive attachment - new cloud_init and cloud_init_storage_pool variables (default false/local) in the rhel, debian and ubuntu templates; when enabled, the finished template gets an empty cloud-init drive ready for cloning
  • [PROXMOX] proxmox_generic.sh - new -C true|false flag (default false) to toggle the cloud-init drive; validates the value, rejects unsupported families (sles, windows) with a clear error, and passes the override after all --var-file arguments so the command line always wins
  • [PROXMOX] Added cloud-init clean --logs --seed to the rhel and ubuntu builds so clones always run a full first-boot cloud-init pass (debian already had it)
  • [EXTRA] Kickstarts for AlmaLinux/Oracle Linux/Rocky Linux 9 and 10 (all hypervisor variants) - added DVD-available baseline packages: rsyslog, zip, unzip, tcpdump, lsof, bind-utils, net-tools, iperf3
  • [EXTRA] Debian 12/13 preseeds (BIOS and UEFI) - added rsyslog, iperf3, bat, btop, duf, glances, ioping, nload to the late_command package install
  • [EXTRA] Removed ssh_pwauth from the generic cloud-init cloud.cfg files (rhel, debian, ubuntu, suse) so cloud-init no longer writes an sshd_config.d drop-in on first boot; oci/alicloud configs keep password auth disabled
  • [ANSIBLE] provision_{alma,oracle,rocky}{9,10}_variables.yml - added EPEL extras bat, btop, duf, glances, ioping, nload (glances commented out on the 10.x files - not yet available in EPEL 10)
  • [README] Documented proxmox_generic.sh parameters (including the new -C flag) and added a Cloud-init drive section covering storage pools, retrofitting existing templates with qm set, and cicustom snippet deployment
  • [README] Replaced the 104-row per-version command table with two explained usage examples and a compact supported-versions table

1.2.0

Choose a tag to compare

@marcinbojko marcinbojko released this 03 Jul 18:47
d6c740e
  • [BREAKING_CHANGE] Removed Webmin from all Linux provisioning - installation block, repository, package, service, and firewall rich-rules are gone; provisioned images no longer ship Webmin
  • [ANSIBLE] Replaced neofetch with fastfetch for system information in the MOTD across all RHEL-family and Ubuntu provisioning
  • [ANSIBLE] Disabled Cockpit by default and removed its associated service configuration and package dependencies
  • [ANSIBLE] Cleaned up unneeded packages from base OS installations across distributions
  • [ANSIBLE] Reordered the create_motd condition so r_install_fastfetch_package is defined is checked before is success, preventing failures when fastfetch installation is skipped
  • [EXTRA] Added fastfetch.jsonc configs for Ubuntu (extra/files/ubuntu/shared/) and gen2-linux (extra/files/gen2-linux/)
  • [EXTRA] Added prepare_fastfetch.sh bootstrap (repo install with a pinned upstream .deb fallback for older releases); removed legacy prepare_neofetch.sh
  • [EXTRA] Made fastfetch optional in motd.sh - guarded the invocation with binary and config existence checks so logins no longer emit command-not-found errors
  • [EXTRA] prepare_fastfetch.sh now fails the build (exit 1 to stderr) when fastfetch cannot be installed instead of silently continuing with a broken MOTD
  • [EXTRA] Fixed the Ubuntu fastfetch logo source to ubuntu_small (was using a RHEL variant)
  • [PROXMOX] Reworked proxmox_ubuntu.pkr.hcl provisioning to align with the fastfetch/streamlined base image changes
  • [README] Split status badges onto separate lines for readability and to satisfy line-length linting

1.1.9

Choose a tag to compare

@marcinbojko marcinbojko released this 03 Jul 18:42
4035a14

What's Changed

  • Update actions/checkout action to v7 by @renovate[bot] in #11
  • Update super-linter/super-linter action to v8.7.0 by @renovate[bot] in #12
  • feat: Add Debian 12 (Bookworm) template support by @marcinbojko in #13
  • [PROXMOX] AlmaLinux, Oracle Linux and Rocky Linux 9.8 Support - Added variable packs for the new minor releases (BIOS and UEFI)
  • [PROXMOX] RHEL 10 family Support - Added variable packs (BIOS and UEFI) for:
    • AlmaLinux 10, 10.1, 10.2
    • Oracle Linux 10, 10.1
    • Rocky Linux 10, 10.1, 10.2
  • [EXTRA] Added kickstart configs for AlmaLinux 10 (extra/files/almalinux/10/proxmox/ks.cfg) and Oracle Linux 10 (extra/files/oraclelinux/10/proxmox/ks.cfg)
  • [ANSIBLE] Added variable files (variables/{almalinux,oraclelinux,rockylinux}10.yml) and provisioning playbooks (provision_alma10_variables.yml, provision_oracle10_variables.yml) for the RHEL 10 family
  • [EXTRA] Fixed the services --enabled directive to use comma-separated values instead of spaces in AlmaLinux 10, Oracle Linux 10, and Rocky Linux 10 kickstarts - space-separated values are invalid and prevented chronyd, sshd, and NetworkManager from being enabled during install
  • [README] Added AlmaLinux, Oracle Linux and Rocky Linux 9.8 and RHEL 10 family usage examples to the Proxmox command table

Full Changelog: 1.1.8...1.1.9

1.1.8

Choose a tag to compare

@marcinbojko marcinbojko released this 24 Apr 05:20
93a2f54
  • [EXTRA] Debian 13 - Added preseed.cfg for BIOS (extra/files/debian/13/proxmox/) and UEFI (extra/files/debian/13/proxmox-uefi/) with full network mirror setup in late_command
  • [EXTRA] Debian 13 - Added cloud-init cloud.cfg (extra/files/cloud-init/debian/generic/)
  • [EXTRA] Fixed stale #version=RHEL8 header in oraclelinux/9/proxmox/ks-lvm.cfg - updated to RHEL9
  • [EXTRA] Consolidated multiple services --enabled directives into single directive in oraclelinux/9/proxmox/ks-lvm.cfg and rockylinux/10/proxmox/ks.cfg
  • [EXTRA] Simplified Debian preseed sshd_config sed commands to single idempotent regex per directive
  • [PROXMOX] Debian 13 (Trixie) Support - Added raw Packer template (proxmox_debian.pkr.hcl) with preseed-based automated install for BIOS and UEFI
  • [PROXMOX] Debian 13 - Added variable packs variables_debian13.pkvars.hcl and variables_debian13_uefi.pkvars.hcl
  • [PROXMOX] AlmaLinux, Oracle Linux and Rocky Linux 9.7 Support - Added variable packs for new minor releases (BIOS and UEFI)
  • [PROXMOX] Fixed deprecated iso_file and unmount_iso fields in proxmox_ubuntu.pkr.hcl and proxmox_sles.pkr.hcl - replaced with boot_iso block
  • [PROXMOX] Fixed unbracketed esc token in boot_command across all BIOS pkvars (AlmaLinux, Oracle Linux, Rocky Linux 8.x/9.x)
  • [PROXMOX] Fixed pre_enrolled_keys and use_efi string literals to proper booleans in all UEFI pkvars files
  • [PROXMOX] Wired unmount_iso through boot_iso blocks in proxmox_debian.pkr.hcl, proxmox_sles.pkr.hcl, and proxmox_ubuntu.pkr.hcl
  • [PROXMOX] Wired insecure_skip_tls_verify through source blocks in proxmox_debian.pkr.hcl
  • [PROXMOX] Added missing vlan_tag to BIOS network_adapters block in proxmox_ubuntu.pkr.hcl
  • [README] Added Debian 13 entries to Proxmox command table
  • [README] Added 9.7 entries for AlmaLinux, Oracle Linux and Rocky Linux in Proxmox and KVM tables
  • [README] Fixed Rocky Linux 9.5 and 9.6 version identifier typos in KVM table

Full Changelog: 1.1.7...1.1.8

1.1.7

Choose a tag to compare

@marcinbojko marcinbojko released this 01 Jul 11:13
704fe5e
  • [PROXMOX] fixed provider change for Windows machines, now default VLAN is set to be empty if not specified
  • [PROXMOX] added support for Windows Server 2025 Standard
  • [PROXMOX] added support for Windows Server 2025 Datacenter

1.1.6

Choose a tag to compare

@marcinbojko marcinbojko released this 24 Jun 11:40
44cecc3
  • [BREAKING_CHANGE] - Removed individual .sh files in favor of kvm_generic.sh script. This script is now used for all Proxmox templates. Detailed usage with all options can be found in the README.md file.
  • [PROXMOX] AlmaLinux, Oracle Linux and Rocky 9.6 Support - Added comprehensive support for new Linux distributions
  • [ANSIBLE] Enhanced Error Handling - Implemented robust error handling for RHEL provisioning and service installations
  • [PROXMOX] UEFI Support Enhancement - Updated distribution templates with improved UEFI support
  • [PIPELINE] Manual Workflow Trigger - Added capability to manually trigger workflows
  • [KVM] AlmaLinux, Oracle Linux and Rocky 9.6 Support - Added comprehensive support for new Linux distributions
  • [KVM] Enhanced Error Handling - Implemented robust error handling for RHEL provisioning and service installations
  • [README] README Improvements - Updated README with better table formatting and removed deprecated OS-specific scripts
  • [README] Formatting Fixes - Improved formatting consistency across documentation
  • [ANSIBLE] Module Refactoring - Replaced command module with shell module for better reliability
  • [PIPELINE] Linting Improvements - Fixed various linting issues including file permissions, YAML consistency, and validation patterns
  • [EXTRA] ISO URL Updates - Corrected Rocky Linux ISO URLs for versions 9.4 and 9.5 with updated download locations
  • [EXTRA] Parameter Validation - Fixed parameter validation and cloud path assignment logic

1.1.5

Choose a tag to compare

@marcinbojko marcinbojko released this 19 Jun 04:47
6b20767
  • [BREAKING_CHANGE] - Removed indivudial .sh files in favor of proxmox_generic.sh script. This script is now used for all Proxmox templates. Detailed usage with all options can be found in the README.md file.

  • [FEATURE] - added EFI boot support for Proxmox. Every variable pack now has a new variable use_efi that can be set to true or false. If set to true, the template will be created with EFI boot support. If set to false, the template will be created with BIOS boot support. The default value is false.

    • [PROXMOX] - added support for EFI boot for RockyLinux
    • [PROXMOX] - added support for EFI boot for AlmaLinux
    • [PROXMOX] - added support for EFI boot for OracleLinux
    • [PROXMOX] - added support for EFI boot for OpenSuse Leap
    • [PROXMOX] - added support for EFI boot for Ubuntu
    • [PROXMOX] - added support for EFI boot for Windows 2019
    • [PROXMOX] - added support for EFI boot for Windows 2022
  • [ANSIBLE] - added added section gpgkey to playbook, for easy GPG key installation before any repository operations are initiated. This is useful for systems that changed their GPG keys. The format is as follows:

    gpgkey:
      - url: "https://example.com/key.gpg"
        state: present|absent
  • [ANSIBLE] - changed playbook version to 20240612

  • [ORACLE] - fixed ks.cfg for version 8 using LVM instead of plain disks.

  • [PROXMOX] - added support for OpenSuse Leap 15.6

1.1.4

Choose a tag to compare

@marcinbojko marcinbojko released this 01 Jun 17:30
7f85d16
  • [PROXMOX] - added support Oracle Linux 8.10
  • [PROXMOX] - added support Rocky Linux 8.10
  • [PROXMOX] - added support Alma Linux 8.10
  • [KVM] - added support Oracle Linux 8.10
  • [KVM] - added support Rocky Linux 8.10
  • [KVM] - added support Alma Linux 8.10

1.1.3

Choose a tag to compare

@marcinbojko marcinbojko released this 22 May 09:37
db5e507
  • [PROXMOX] - added support for Ubuntu 24.04

Version 1.1.2

Choose a tag to compare

@marcinbojko marcinbojko released this 21 May 05:24
3eb2227
  • [ANSIBLE] - change playbook version to 202400404
  • [ANSIBLE] - removed systemd.unified_cgroup_hierarchy for RHEL anc clones above 8 as this is set by default in OS
  • [EXTRA] - fixed wrong version in unnatended file for Windows 219
  • [PROXMOX] - fixed versions in template files for Windows 2022
  • [PROXMOX] - added support for AlmaLinux 9.4
  • [PROXMOX] - added support for Oracle Linux 9.4
  • [PROXMOX] - added support for Rocky Linux 9.4
  • [KVM] - added support for AlmaLinux 9.4
  • [KVM] - added support for Oracle Linux 9.4
  • [KVM] - added support for Rocky Linux 9.4
  • [README] - added information about default credentials used