Skip to content

Commit

Permalink
(maint) - PDK update
Browse files Browse the repository at this point in the history
This commit reflects changes made by running "pdk update"
Includes updating of metadata.json to the newest pdk version, modifies
auto_release.yml to use the newest stable image of pdk for release, and
includes a json formatting fix in devcontainer.json.
  • Loading branch information
jordanbreen28 committed Jan 31, 2023
1 parent be443bb commit 41909f6
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 41909f6

Please sign in to comment.