Skip to content

Commit 822c379

Browse files
author
Ryan Johnson
authored
chore(deps): bump sles from v15.4 to v15.5 (#740)
Bumps SLES from v15.4 to v15.5. Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
1 parent 2ebf287 commit 822c379

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
- Updates Rocky Linux 8 to 8.8 release. [GH-572](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/572)
5353
- Updates CentOS Stream 9 to latest June 2023 release. [GH-567](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/567)
5454
- Updates CentOS Stream 8 to latest June 2023 release. [GH-568](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/568)
55+
- Updates SLES 15 to 15.5 release. [GH-740](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/740)
5556
- Updates Windows Server 2022 to May 2023 (US English) release. [GH-579](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/579)
5657
- Updates Windows 11 22H2 to May 2023 (US English) release. [GH-580](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/580), [GH-583](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/583)
5758
- Updates Windows 10 22H2 to May 2023 (US English) release. [GH-575](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/581)

builds/linux/sles/15/data/autoinst.pkrtpl.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -764,13 +764,13 @@
764764
<arch>x86_64</arch>
765765
<name>sle-module-server-applications</name>
766766
<release_type>nil</release_type>
767-
<version>15.4</version>
767+
<version>15.5</version>
768768
</addon>
769769
<addon t="map">
770770
<arch>x86_64</arch>
771771
<name>sle-module-basesystem</name>
772772
<release_type>nil</release_type>
773-
<version>15.4</version>
773+
<version>15.5</version>
774774
</addon>
775775
</addons>
776776
<do_registration t="boolean">true</do_registration>

builds/linux/sles/15/linux-sles.auto.pkrvars.hcl

+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 = "sles"
16-
vm_guest_os_version = "15.4"
16+
vm_guest_os_version = "15.5"
1717

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

3434
// Removable Media Settings
3535
iso_path = "iso/linux/suse"
36-
iso_file = "SLE-15-SP4-Full-x86_64-GM-Media1.iso"
36+
iso_file = "SLE-15-SP5-Full-x86_64-GM-Media1.iso"
3737

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

0 commit comments

Comments
 (0)