Skip to content

Commit 865725f

Browse files
authored
chore(deps): bump rocky from v8.8 to v8.9 (#822)
Bumps Rocky Linux from v8.8 to v8.9. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent c2d768f commit 865725f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
:sweat_drops: **Chore**:
1313

14+
- Updates Rocky Linux 8 to 8.9 release. [GH-822](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/822)
1415
- Updates Oracle Linux 9 to 9.3 release. [GH-821](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/821)
1516
- Updates Oracle Linux 8 to 8.9 release. [GH-820](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/820)
1617
- Updates Red Hat Enterprise Linux 9 to 9.3 release. [GH-819](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/819)

builds/linux/rocky/8/linux-rocky.pkrvars.hcl.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vm_guest_os_keyboard = "us"
1313
vm_guest_os_timezone = "UTC"
1414
vm_guest_os_family = "linux"
1515
vm_guest_os_name = "rocky"
16-
vm_guest_os_version = "8.8"
16+
vm_guest_os_version = "8.9"
1717

1818
// Virtual Machine Guest Operating System Setting
1919
vm_guest_os_type = "other4xLinux64Guest"
@@ -33,7 +33,7 @@ vm_network_card = "vmxnet3"
3333

3434
// Removable Media Settings
3535
iso_path = "iso/linux/rocky"
36-
iso_file = "Rocky-8.8-x86_64-dvd1.iso"
36+
iso_file = "Rocky-8.9-x86_64-dvd1.iso"
3737

3838
// Boot Settings
3939
vm_boot_order = "disk,cdrom"

0 commit comments

Comments
 (0)