Skip to content

Commit

Permalink
chore(deps): bump packer-plugin-git from v0.4.3 to v0.6.1 (#827)
Browse files Browse the repository at this point in the history
Bumps Packer Plugin for Git (`ethanmdavidson/packer-plugin-git`) from v0.4.3 to v0.6.1.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jan 26, 2024
1 parent 458f2e1 commit 7dc3fcd
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
: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 `ethanmdavidson/packer-plugin-git` to `>= 0.6.1`. [GH-827](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/827)
- 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)
Expand All @@ -26,7 +27,6 @@
- Updates Windows 11 22H2 to January 2024 (US English) release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Windows 10 22H2 to January 2024 (US English) release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Windows Server 2022 to January 2024 (US English) release. [GH-816](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/816)
- Updates Gomplate to `3.11.7`. [GH-256](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/825)

## v23.11

Expand Down
2 changes: 1 addition & 1 deletion builds/linux/almalinux/8/linux-almalinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/almalinux/9/linux-almalinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/centos/7/linux-centos.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/centos/8-stream/linux-centos-stream.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/debian/11/linux-debian.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/debian/12/linux-debian.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/oracle/8/linux-oracle.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/oracle/9/linux-oracle.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/photon/4/linux-photon.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/photon/5/linux-photon.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rhel/7/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rhel/8/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rhel/9/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rocky/8/linux-rocky.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/rocky/9/linux-rocky.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/sles/15/linux-sles.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/20-04-lts/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/22-04-lts/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion builds/linux/ubuntu/23-10/linux-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
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 @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
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 @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
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 @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
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 @@ -23,7 +23,7 @@ packer {
}
git = {
source = "github.com/ethanmdavidson/git"
version = ">= 0.4.3"
version = ">= 0.6.1"
}
}
}
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 @@ -105,7 +105,7 @@ For air-gapped or dark sites, you may download the plugins and place these same
| Plugin | Version | Description | Resources |
| :--- | :--- | :--- | :--- |
| :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-git: &nbsp;&nbsp; Packer Plugin for Git | 0.6.1 or later | Community Plugin | [:fontawesome-brands-github:][packer-plugin-git] |
| :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 7dc3fcd

Please sign in to comment.