Skip to content

Commit

Permalink
chore(deps): bump debian from v11.8 to v11.9. (#864)
Browse files Browse the repository at this point in the history
Bumps Debian 11 from v11.8 to v11.9.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Mar 29, 2024
1 parent 6a95510 commit 55eb8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- Updates Oracle Linux 9 to 9.3 release. [GH-821](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/821)
- Updates Oracle Linux 8 to 8.9 release. [GH-820](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/820)
- Updates Debian 12 to 12.4 release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Debian 11 to 11.9 release. [GH-864](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/864)
- Updates Ubuntu 22.04 to 22.04.4 release. [GH-863](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/863)
- Updates AlmaLinux to upgrade the `almalinux-release` package during the build. [GH-](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/)

Expand Down
4 changes: 2 additions & 2 deletions builds/linux/debian/11/linux-debian.pkrvars.hcl.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vm_guest_os_keyboard = "us"
vm_guest_os_timezone = "UTC"
vm_guest_os_family = "linux"
vm_guest_os_name = "debian"
vm_guest_os_version = "11.8"
vm_guest_os_version = "11.9"

// Virtual Machine Guest Operating System Setting
vm_guest_os_type = "other5xLinux64Guest"
Expand All @@ -33,7 +33,7 @@ vm_network_card = "vmxnet3"

// Removable Media Settings
iso_path = "iso/linux/debian"
iso_file = "debian-11.8.0-amd64-netinst.iso"
iso_file = "debian-11.9.0-amd64-netinst.iso"

// Boot Settings
vm_boot_order = "-"
Expand Down

0 comments on commit 55eb8ea

Please sign in to comment.