|
14 | 14 | - Adds Windows Server 2025 Insiders Preview. [GH-834](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/834)
|
15 | 15 | - Adds Ansible integration for Windows Server 2025, 2022, and 2019 images. [GH-801](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/801)
|
16 | 16 | - Adds Ansible integration for Windows 11 and 10 images. [GH-801](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/801)
|
| 17 | +- Adds option to enable a content library to source all guest operating system ISOs or use a datastore path. Defaults to `false`, disabled. |
| 18 | + Set `common_iso_content_library_enabled` to `true` to enable use of a content library for all guest operating system ISOs. |
| 19 | +- Adds option to enable a content library for the placement of virtual machine images builds. Defaults to `true`, enabled. |
| 20 | + Set `common_content_library_enabled` to `false` to disable use of a content library for saving virtual machine image builds. |
17 | 21 |
|
18 | 22 | :wrench: **Refactor**:
|
19 | 23 |
|
20 |
| -- Refactors the Ubuntu image builds **not** to use cloud-init by default. Set `vm_guest_os_cloudinit` to `true` to enable cloud-init on the machine image. [GH-#](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/#) |
| 24 | +- Refactors the Ubuntu builds **not** to use cloud-init, by default. [GH-#](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/#) |
| 25 | + Set `vm_guest_os_cloudinit` to `true` to enable cloud-init on the machine image. |
21 | 26 |
|
22 | 27 | :sweat_drops: **Chore**:
|
23 | 28 |
|
24 | 29 | - Updates `required_versions` for `packer` to `>= 1.10.0`. [GH-828](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/828)
|
25 | 30 | - Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.2.4`. [GH-824](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/824)
|
26 | 31 | - Updates `required_plugins` for `ethanmdavidson/packer-plugin-git` to `>= 0.6.1`. [GH-827](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/827)
|
27 | 32 | - Updates `required_versions` for `terraform` to `>= 1.7.1`. [GH-8297](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/829)
|
28 |
| -- Updates `required_versions` for `hashicorp/vsphere` to `>= 2.6.1`. [GH-830](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/830) |
| 33 | +- Updates `required_versions` for `hashicorp/vsphere` to `>= 2.7.0`. [GH-866](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/866) |
29 | 34 | - Updates `required_versions` for `hashicorp/hcp` to `>= 0.81.0`. [GH-831](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/831)
|
30 | 35 | - Updates Gomplate to `3.11.7`. [GH-825](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/825)
|
31 | 36 | - Updates Red Hat Enterprise Linux 9 to 9.3 release. [GH-819](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/819)
|
|
401 | 406 |
|
402 | 407 | ```hcl
|
403 | 408 | common_template_conversion = true
|
404 |
| - common_content_library_name = null |
| 409 | + common_content_library = null |
405 | 410 | common_content_library_ovf = false
|
406 | 411 | common_content_library_destroy = false
|
407 | 412 | ```
|
|
0 commit comments