]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(maint) Running a pdk update to consume latest pdk-template changes pdksync_pdk_update
authorPaula Muir <paula@puppet.com>
Mon, 26 Apr 2021 20:07:53 +0000 (21:07 +0100)
committerPaula Muir <paula@puppet.com>
Mon, 26 Apr 2021 20:07:53 +0000 (21:07 +0100)
.github/workflows/release.yml
metadata.json

index 1509f6e91f9a5f44ad6b295cf6fa20d1c697dda4..76cf31ca13bb60844b2cae4a96220b87ff2d215a 100644 (file)
@@ -38,10 +38,10 @@ jobs:
           ref: ${{ github.ref }}
           clean: true
       - name: "PDK Build"
-        uses: docker://puppet/pdk:nightly
+        uses: docker://puppet/pdk:2.1.0.0
         with:
           args: 'build'
       - name: "Push to Forge"
-        uses: docker://puppet/pdk:nightly
+        uses: docker://puppet/pdk:2.1.0.0
         with:
           args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'
index 7f81c4640edfd9eca74b925b6785b31e46d32833..3e2d0ea73bdb9a0030af3f647aba7e4444746cd1 100644 (file)
@@ -76,6 +76,6 @@
     }
   ],
   "template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
-  "template-ref": "heads/main-0-g0a06ce2",
-  "pdk-version": "1.18.1"
+  "template-ref": "heads/main-0-ge04486b",
+  "pdk-version": "2.0.0"
 }