Skip to content

Commit

Permalink
chore(deps): bump packer-plugin-windows-update from v0.14.3 to v0.15.0 (
Browse files Browse the repository at this point in the history
#826)

Bumps Packer Plugin for Windows Updates (`rgl/packer-plugin-windows-update`) from v0.14.3 to v0.15.0

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 26, 2024
1 parent f78179d commit 458f2e1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
:sweat_drops: **Chore**:

- Updates `required_plugins` for `packer-plugin-vsphere` to `>= 1.2.4`. [GH-824](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/824)
- Updates `required_plugins` for `rgl/packer-plugin-windows-update` to `>= 0.15.0`. [GH-826](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/826)
- Updates Gomplate to `3.11.7`. [GH-825](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/825)
- Updates Red Hat Enterprise Linux 9 to 9.3 release. [GH-819](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/819)
- Updates Red Hat Enterprise Linux 8 to 8.9 release. [GH-818](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/818)
- Updates AlmaLinux 9 to 9.3 release. [GH-817](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/817)
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/desktop/10/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packer {
}
windows-update = {
source = "github.com/rgl/windows-update"
version = ">= 0.14.3"
version = ">= 0.15.0"
}
git = {
source = "github.com/ethanmdavidson/git"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/desktop/11/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packer {
}
windows-update = {
source = "github.com/rgl/windows-update"
version = ">= 0.14.3"
version = ">= 0.15.0"
}
git = {
source = "github.com/ethanmdavidson/git"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/server/2019/windows-server.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packer {
}
windows-update = {
source = "github.com/rgl/windows-update"
version = ">= 0.14.3"
version = ">= 0.15.0"
}
git = {
source = "github.com/ethanmdavidson/git"
Expand Down
2 changes: 1 addition & 1 deletion builds/windows/server/2022/windows-server.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packer {
}
windows-update = {
source = "github.com/rgl/windows-update"
version = ">= 0.14.3"
version = ">= 0.15.0"
}
git = {
source = "github.com/ethanmdavidson/git"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For air-gapped or dark sites, you may download the plugins and place these same
| :--- | :--- | :--- | :--- |
| :simple-hashicorp: &nbsp;&nbsp; Packer Plugin for VMware vSphere | 1.2.4 or later | By HashiCorp | [:fontawesome-brands-github:][packer-plugin-vsphere] &nbsp;&nbsp;[:material-library:][packer-plugin-vsphere] |
| :fontawesome-brands-git: &nbsp;&nbsp; Packer Plugin for Git | 0.4.3 or later | Community Plugin | [:fontawesome-brands-github:][packer-plugin-git] |
| :fontawesome-brands-windows: &nbsp;&nbsp; Packer Plugin for Windows Updates | 0.14.3 or later | Community Plugin | [:fontawesome-brands-github:][packer-plugin-windows-update] |
| :fontawesome-brands-windows: &nbsp;&nbsp; Packer Plugin for Windows Updates | 0.15.0 or later | Community Plugin | [:fontawesome-brands-github:][packer-plugin-windows-update] |

## :octicons-package-dependencies-24: &nbsp; Additional Software Packages

Expand Down

0 comments on commit 458f2e1

Please sign in to comment.