Skip to content

Commit 568eabd

Browse files
authored
Merge pull request #589 from puppetlabs/maint-update_pdk_release_image
(maint) - PDK update
2 parents be443bb + 41909f6 commit 568eabd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"settings": {
66
"terminal.integrated.profiles.linux": {
77
"bash": {
8-
"path": "bash",
8+
"path": "bash"
99
}
1010
}
1111
},

.github/workflows/auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "PDK Release prep"
37-
uses: docker://puppet/iac_release:ci
37+
uses: docker://puppet/pdk:2.6.1.0
3838
with:
3939
args: 'release prep --force'
4040
env:

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
}
8181
],
8282
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
83-
"template-ref": "2.7.1-0-g9a16c87",
84-
"pdk-version": "2.6.0"
83+
"template-ref": "heads/main-0-gd3a41f4",
84+
"pdk-version": "2.6.1"
8585
}

0 commit comments

Comments
 (0)