From 41909f6d84969e1cb3de3ca164142b5c793083e1 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Tue, 31 Jan 2023 15:12:32 +0000 Subject: [PATCH] (maint) - PDK update 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. --- .devcontainer/devcontainer.json | 2 +- .github/workflows/auto_release.yml | 2 +- metadata.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fe7a8b12..cdd65d22 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "settings": { "terminal.integrated.profiles.linux": { "bash": { - "path": "bash", + "path": "bash" } } }, diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index f4aed440..f0d7aa44 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -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: diff --git a/metadata.json b/metadata.json index d8a2859b..0a89d3b4 100644 --- a/metadata.json +++ b/metadata.json @@ -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" }