Skip to content

Commit a30fcf3

Browse files
deps: update dependency hashicorp/packer to v1.13.1 (#281)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [hashicorp/packer](https://redirect.github.com/hashicorp/packer) | patch | `1.13.0` -> `1.13.1` | --- ### Release Notes <details> <summary>hashicorp/packer (hashicorp/packer)</summary> ### [`v1.13.1`](https://redirect.github.com/hashicorp/packer/releases/tag/v1.13.1) [Compare Source](https://redirect.github.com/hashicorp/packer/compare/v1.13.0...v1.13.1) Fixed issues with powershell script execution by ensuring environment variables are correctly set, appending newline characters to prevent formatting-related errors, and updating acceptance tests to use regex matching for more reliable assertions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/packer-plugin-hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92e4325 commit a30fcf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- uses: hashicorp/setup-packer@v3.1.0
6060
with:
61-
version: 1.13.0 # renovate: datasource=github-releases depName=hashicorp/packer extractVersion=v(?<version>.+)
61+
version: 1.13.1 # renovate: datasource=github-releases depName=hashicorp/packer extractVersion=v(?<version>.+)
6262

6363
- run: make testacc
6464

@@ -90,7 +90,7 @@ jobs:
9090

9191
- uses: hashicorp/setup-packer@v3.1.0
9292
with:
93-
version: 1.13.0 # renovate: datasource=github-releases depName=hashicorp/packer extractVersion=v(?<version>.+)
93+
version: 1.13.1 # renovate: datasource=github-releases depName=hashicorp/packer extractVersion=v(?<version>.+)
9494

9595
- run: packer init .
9696
- run: packer validate .

0 commit comments

Comments
 (0)