Skip to content

Releases: marcinbojko/proxmox-kvm-packer

1.1.5

19 Jun 04:47
6b20767
Compare
Choose a tag to compare
  • [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

01 Jun 17:30
7f85d16
Compare
Choose a tag to compare
  • [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

22 May 09:37
db5e507
Compare
Choose a tag to compare
  • [PROXMOX] - added support for Ubuntu 24.04

Version 1.1.2

21 May 05:24
3eb2227
Compare
Choose a tag to compare
  • [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

1.1.1

15 Mar 08:17
a3f280d
Compare
Choose a tag to compare
  • [ANSIBLE] small changes for oracle 9 epel package name
  • [PACKER] added "--scp-extra-args", "'-O'" option to /proxmoxm/variables_*.pkvars.hcl` files
    • [EXAMPLE] ansible_extra_args = ["-e", "@extra/playbooks/provision_rocky9_variables.yml", "-e", "@variables/rockylinux9.yml","--scp-extra-args", "'-O'"]

1.1.0

04 Feb 07:11
7813051
Compare
Choose a tag to compare
  • [ANSIBLE] - permanent removal variables from playbook

    • install_zabbix: false # install Zabbix-agent
    • install_zabbix_as_root: false # install Zabbix-agent as root
    • install_puppet: true # Install Puppet
    • install_kubernetes_workaround: false # add cgroup.memory=nokmem to grub
  • [ANSIBLE] - introduced new variables

    • install_kernel_parameters (default: true) - install kernel parameters

      • default content:
        kernel_parameters:
          - key: "fsck.repair"
          value: "yes"
          state: present
          - key: "systemd.unified_cgroup_hierarchy"
          value: "1"
          state: present
  • [PACKER] - added version 1.10.0 support

1.0.9

27 Nov 15:27
5a1167b
Compare
Choose a tag to compare
  • [KVM] added Rocky Linux 8.9 KVM template
  • [KVM] added Rocky Linux 9.3 KVM template
  • [KVM] added Alma Linux 8.9 KVM template
  • [KVM] added Alma Linux 9.3 KVM template
  • [KVM] added Oracle Linux 8.9 KVM template
  • [KVM] added Oracle Linux 9.3 KVM template
  • [PROXMOX] added Rocky Linux 8.9
  • [PROXMOX] added Alma Linux 8.9
  • [PROXMOX] added Oracle Linux 8.9

1.0.8

27 Nov 15:26
3c0e9d5
Compare
Choose a tag to compare
  • [PROXMOX] added Rocky Linux 9.3
  • [PROXMOX] added Alma Linux 9.3
  • [PROXMOX] added Oracle Linux 9.3

1.0.7

17 Sep 16:27
cb2e17b
Compare
Choose a tag to compare
  • fixes and tyding up for extras folder structure changes

1.0.6

04 Sep 17:17
Compare
Choose a tag to compare
  • [KVM] added Alma Linux 8.7 KVM template
  • [KVM] added Alma Linux 8.8 KVM template
  • [KVM] added Alma Linux 9.0 KVM template
  • [KVM] added Alma Linux 9.1 KVM template
  • [KVM] added Alma Linux 9.2 KVM template