Skip to content

Commit df668e7

Browse files
committed
(maint) Running a pdk update to consume latest pdk-template changes
1 parent 71e124f commit df668e7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
ref: ${{ github.ref }}
3939
clean: true
4040
- name: "PDK Build"
41-
uses: docker://puppet/pdk:nightly
41+
uses: docker://puppet/pdk:2.1.0.0
4242
with:
4343
args: 'build'
4444
- name: "Push to Forge"
45-
uses: docker://puppet/pdk:nightly
45+
uses: docker://puppet/pdk:2.1.0.0
4646
with:
4747
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml

.pdkignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
.project
2626
.envrc
2727
/inventory.yaml
28+
/spec/fixtures/litmus_inventory.yaml
2829
/appveyor.yml
2930
/.fixtures.yml
3031
/Gemfile

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"version_requirement": ">= 6.0.0 < 8.0.0"
6464
}
6565
],
66-
"pdk-version": "1.19.0.pre",
66+
"pdk-version": "2.0.0",
6767
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
68-
"template-ref": "heads/main-0-gce6a88f"
68+
"template-ref": "heads/main-0-ge04486b"
6969
}

0 commit comments

Comments
 (0)