Skip to content

Commit 83c1741

Browse files
author
Ryan Johnson
authored
docs: update CHANGELOG.md
Updates `CHANGELOG.md` for v22.09 release. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 8019192 commit 83c1741

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

CHANGELOG.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## v22.09
3+
## [v22.09](https://github.com/vmware-samples/packer-examples-for-vsphere/releases/tag/v22.09)
44

5-
> Release Date: Unreleased
5+
> Release Date: 2022-09-28
66
77
:boom: **Enhancement**:
88

@@ -16,13 +16,13 @@
1616

1717
:sweat_drops: **Chore**:
1818

19-
* Updates Debian 11 .iso and checksum to 11.5.0 release. [GH-273](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/273)
20-
* Updates SLES 15 .iso and checksum to 15.4 release. [GH-287](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/287)
21-
* Updates Ubuntu 22.04 .iso and checksum to 22.04.1 release. [GH-274](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/274)
22-
* Updates Ubuntu 20.04 .iso and checksum to 20.04.5 release. [GH-275](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/275)
23-
* Updates Windows Server 2022 .iso and checksum to September 2022 release. [GH-282](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/282)
24-
* Updates Windows 11 .iso and checksum to 22H2 September 2022 release. [GH-284](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/284)
25-
* Updates Windows 10 .iso and checksum to 21H2 September 2022 release. [GH-283](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/283)
19+
* Updates Debian 11 to 11.5.0 release. [GH-273](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/273)
20+
* Updates SLES 15 to 15.4 release. [GH-287](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/287)
21+
* Updates Ubuntu 22.04 to 22.04.1 release. [GH-274](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/274)
22+
* Updates Ubuntu 20.04 to 20.04.5 release. [GH-275](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/275)
23+
* Updates Windows Server 2022 to September 2022 release. [GH-282](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/282)
24+
* Updates Windows 11 to 22H2 September 2022 release. [GH-284](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/284)
25+
* Updates Windows 10 to 21H2 September 2022 release. [GH-283](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/283)
2626
* Updates `required_versions` for `terraform` to `>= 1.3.1`. [GH-292](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/292)
2727

2828
## [v22.08](https://github.com/vmware-samples/packer-examples-for-vsphere/releases/tag/v22.08)
@@ -46,9 +46,9 @@
4646
* Updates `required_versions` for `packer` to `>= 1.8.3`.
4747
* Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.0.8`.
4848
* Updates `required_versions` for `terraform` to `>= 1.2.8`.
49-
* Updates Windows Server 2022 .iso and checksum to August 2022 release.
50-
* Updates Windows 11 .iso and checksum to August 2022 release.
51-
* Updates Windows 10 .iso and checksum to August 2022 release.
49+
* Updates Windows Server 2022 to August 2022 release.
50+
* Updates Windows 11 to August 2022 release.
51+
* Updates Windows 10 to August 2022 release.
5252

5353
> **Note**
5454
>
@@ -102,8 +102,8 @@
102102
* Updates `required_versions` for `terraform` to `>= 1.2.3`.
103103
* Updates `required_versions` for `hashicorp/vsphere` to `>= 2.2.0`.
104104
* Updates vSphere to version 7.0.3 or higher.
105-
* Updates Windows Server 2022 .iso and checksum to June 2022 release.
106-
* Updates Windows 11 .iso and checksum to June 2022 release.
105+
* Updates Windows Server 2022 to June 2022 release.
106+
* Updates Windows 11 to June 2022 release.
107107
* Updates `vm_guest_os_type` for Windows Server 2022 guest ID to `windows2019srvNext_64Guest`.
108108

109109
## [v22.05](https://github.com/vmware-samples/packer-examples-for-vsphere/releases/tag/v22.05)
@@ -115,12 +115,12 @@
115115
* Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.0.4`.
116116
* Updates `required_plugins` and `packer-plugin-windows-update` to `>= 0.14.1`.
117117
* Updates `required_versions` for `terraform` to `>= 1.2.1`.
118-
* Updates Red Hat Enterprise Linux 8 .iso and checksum to 8.6 release.
119-
* Updates Rocky Linux 8 .iso and checksum to 8.6 release.
120-
* Updates Almalinux 8 .iso and checksum to 8.6 release.
118+
* Updates Red Hat Enterprise Linux 8 to 8.6 release.
119+
* Updates Rocky Linux 8 to 8.6 release.
120+
* Updates Almalinux 8 to 8.6 release.
121121
* Updates CentOS Stream 8 checksum to latest release.
122-
* Updates Windows Server 2022 .iso and checksum to April 2022 release.
123-
* Updates Windows 11 .iso and checksum to May 2022 release.
122+
* Updates Windows Server 2022 to April 2022 release.
123+
* Updates Windows 11 to May 2022 release.
124124
* Updates requirements to include VMware Photon OS 4 as a tested operating system.
125125
* Updates requirements to include Ubuntu 22.04 as a tested operating system.
126126

0 commit comments

Comments
 (0)