Skip to content

Commit

Permalink
chore: updated ubuntu 22.04.1 (#965)
Browse files Browse the repository at this point in the history
Updated ubuntu version from 22.04 to 22.04.1

Signed-off-by: Jared Burns <[email protected]>
  • Loading branch information
burnsjared0415 authored Sep 17, 2024
1 parent 1c5a823 commit 2467d6b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@
[#960](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/960)
- Updates Debian Linux 12.5 to 12.6 release.
[#960](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/960)

- Updates Ubuntu 22.04 LTS to 22.04.1 LTS.
[#965](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965)
- Updates AlmaLinux Build pkr.hcl file change version from 8.9 to 8.10
[#965](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965)
- Updates Oracle Linux Build pkr.hcl file change version from 8.9 to 8.10
[#965](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965)

## v0.20.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Guest Operating System Metadata
vm_guest_os_name = "almalinux"
vm_guest_os_version = "8.9"
vm_guest_os_version = "8.10"

// Virtual Machine Guest Operating System Setting
vm_guest_os_type = "other4xLinux64Guest"
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/oracle/8/linux-oracle.pkrvars.hcl.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// Guest Operating System Metadata
vm_guest_os_name = "oracle"
vm_guest_os_version = "8.9"
vm_guest_os_version = "8.10"

// Virtual Machine Guest Operating System Setting
vm_guest_os_type = "oracleLinux8_64Guest"
Expand Down
9 changes: 7 additions & 2 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"name": "Ryan Johnson",
"organization": "VMware by Broadcom",
"github": "tenthirtyam"
},
{
"name": "Jared Burns",
"organization": "VMware by Broadcom",
"github": "burnsjared0415"
}
]
},
Expand Down Expand Up @@ -107,9 +112,9 @@
"architectures": [
{
"architecture": "amd64",
"download_link": "https://releases.ubuntu.com/releases/24.04/ubuntu-24.04-live-server-amd64.iso",
"download_link": "https://releases.ubuntu.com/releases/24.04.1/ubuntu-24.04.1-live-server-amd64.iso",
"checksum_algorithm": "sha256",
"checksum": "https://releases.ubuntu.com/releases/24.04/SHA256SUMS"
"checksum": "https://releases.ubuntu.com/releases/24.04.1/SHA256SUMS"
}
],
"build_files": [
Expand Down

0 comments on commit 2467d6b

Please sign in to comment.