Skip to content

Commit fb21222

Browse files
authored
Merge pull request #667 from puppetlabs/maint-update_pdk_release_image
(maint) - PDK Update
2 parents f320f87 + bb6c3eb commit fb21222

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"settings": {
66
"terminal.integrated.profiles.linux": {
77
"bash": {
8-
"path": "bash",
8+
"path": "bash"
99
}
1010
}
1111
},

.github/workflows/auto_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "PDK Release prep"
37-
uses: docker://puppet/iac_release:ci
37+
uses: docker://puppet/pdk:2.6.1.0
3838
with:
3939
args: 'release prep --force'
4040
env:

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ end
4343

4444
PuppetLint.configuration.send('disable_relative')
4545

46+
4647
if Bundler.rubygems.find_name('github_changelog_generator').any?
4748
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
4849
raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil?

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
],
8282
"description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux, Amazon Linux and Gentoo.",
8383
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
84-
"template-ref": "2.7.1-0-g9a16c87",
85-
"pdk-version": "2.5.0"
84+
"template-ref": "heads/main-0-g9375381",
85+
"pdk-version": "2.6.1"
8686
}

0 commit comments

Comments
 (0)