Skip to content

Commit

Permalink
chore(deps): bump rhel from v9.3 to v9.4 (#925)
Browse files Browse the repository at this point in the history
Bumps RHEL 9 from v9.3 to v9.4.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed May 16, 2024
1 parent c66201f commit 48f711e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@

**Chore**:

- Updates Red Hat Enterprise Linux 9 to 9.4 release.
[#925](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/925)
- Removes Ubuntu Server 23.10 from the project; superseded by 24.04 LTS.
[#891](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/891)
- Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.3.0`.
Expand Down
6 changes: 3 additions & 3 deletions builds/linux/rhel/9/linux-rhel.pkrvars.hcl.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vm_guest_os_keyboard = "us"
vm_guest_os_timezone = "UTC"
vm_guest_os_family = "linux"
vm_guest_os_name = "rhel"
vm_guest_os_version = "9.3"
vm_guest_os_version = "9.4"

// Virtual Machine Guest Operating System Setting
vm_guest_os_type = "rhel9_64Guest"
Expand All @@ -35,8 +35,8 @@ vm_network_card = "vmxnet3"

// Removable Media Settings
iso_datastore_path = "iso/linux/rhel"
iso_content_library_item = "rhel-9.3-x86_64-dvd"
iso_file = "rhel-9.3-x86_64-dvd.iso"
iso_content_library_item = "rhel-9.4-x86_64-dvd"
iso_file = "rhel-9.4-x86_64-dvd.iso"

// Boot Settings
vm_boot_order = "disk,cdrom"
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
{
"architecture": "amd64",
"checksum_algorithm": "sha256",
"checksum": "5c802147aa58429b21e223ee60e347e850d6b0d8680930c4ffb27340ffb687a8"
"checksum": "398561d7b66f1a4bf23664f4aa8f2cfbb3641aa2f01a320068e86bd1fc0e9076"
}
],
"build_files": [
Expand Down

0 comments on commit 48f711e

Please sign in to comment.