Skip to content

Commit 2467d6b

Browse files
chore: updated ubuntu 22.04.1 (#965)
Updated ubuntu version from 22.04 to 22.04.1 Signed-off-by: Jared Burns <jared.burns@broadcom.com>
1 parent 1c5a823 commit 2467d6b

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@
4646
[#960](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/960)
4747
- Updates Debian Linux 12.5 to 12.6 release.
4848
[#960](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/960)
49-
49+
- Updates Ubuntu 22.04 LTS to 22.04.1 LTS.
50+
[#965](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965)
51+
- Updates AlmaLinux Build pkr.hcl file change version from 8.9 to 8.10
52+
[#965](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965)
53+
- Updates Oracle Linux Build pkr.hcl file change version from 8.9 to 8.10
54+
[#965](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/965)
5055

5156
## v0.20.0
5257

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Guest Operating System Metadata
1010
vm_guest_os_name = "almalinux"
11-
vm_guest_os_version = "8.9"
11+
vm_guest_os_version = "8.10"
1212

1313
// Virtual Machine Guest Operating System Setting
1414
vm_guest_os_type = "other4xLinux64Guest"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Guest Operating System Metadata
1111
vm_guest_os_name = "oracle"
12-
vm_guest_os_version = "8.9"
12+
vm_guest_os_version = "8.10"
1313

1414
// Virtual Machine Guest Operating System Setting
1515
vm_guest_os_type = "oracleLinux8_64Guest"

project.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"name": "Ryan Johnson",
2323
"organization": "VMware by Broadcom",
2424
"github": "tenthirtyam"
25+
},
26+
{
27+
"name": "Jared Burns",
28+
"organization": "VMware by Broadcom",
29+
"github": "burnsjared0415"
2530
}
2631
]
2732
},
@@ -107,9 +112,9 @@
107112
"architectures": [
108113
{
109114
"architecture": "amd64",
110-
"download_link": "https://releases.ubuntu.com/releases/24.04/ubuntu-24.04-live-server-amd64.iso",
115+
"download_link": "https://releases.ubuntu.com/releases/24.04.1/ubuntu-24.04.1-live-server-amd64.iso",
111116
"checksum_algorithm": "sha256",
112-
"checksum": "https://releases.ubuntu.com/releases/24.04/SHA256SUMS"
117+
"checksum": "https://releases.ubuntu.com/releases/24.04.1/SHA256SUMS"
113118
}
114119
],
115120
"build_files": [

0 commit comments

Comments
 (0)