Skip to content

Commit

Permalink
Merge pull request puppetlabs#589 from puppetlabs/maint-update_pdk_re…
Browse files Browse the repository at this point in the history
…lease_image

(maint) - PDK update
  • Loading branch information
pmcmaw authored Jan 31, 2023
2 parents be443bb + 41909f6 commit 568eabd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"path": "bash"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
persist-credentials: false

- name: "PDK Release prep"
uses: docker://puppet/iac_release:ci
uses: docker://puppet/pdk:2.6.1.0
with:
args: 'release prep --force'
env:
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
}
],
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
"template-ref": "2.7.1-0-g9a16c87",
"pdk-version": "2.6.0"
"template-ref": "heads/main-0-gd3a41f4",
"pdk-version": "2.6.1"
}

0 comments on commit 568eabd

Please sign in to comment.