Skip to content

Commit 71d5ca5

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

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Diff for: .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'

Diff for: .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

Diff for: .gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tasks:
66

77
vscode:
88
extensions:
9-
- puppet.puppet-vscode@1.0.0:oSzfTkDf6Cmc1jOjgW33VA==
9+
- puppet.puppet-vscode@1.2.0:f5iEPbmOj6FoFTOV6q8LTg==

Diff for: .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

Diff for: metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@
100100
],
101101
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
102102
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
103-
"template-ref": "heads/main-0-g12a5dea",
104-
"pdk-version": "1.18.1"
103+
"template-ref": "heads/main-0-ge04486b",
104+
"pdk-version": "2.0.0"
105105
}

0 commit comments

Comments
 (0)