Skip to content

Commit 93494ce

Browse files
committed
Update third-party Puppet modules
https://github.com/puppetlabs/puppetlabs-sshkeys_core/blob/main/CHANGELOG.md * v2 probably supported Puppet 8 already. * v3+ drops Puppet 7. https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/CHANGELOG.md * v9 already supports Puppet 8. * [no] v10 drops Pupppet 7 https://github.com/puppetlabs/puppetlabs-apt/blob/main/CHANGELOG.md * v10 drops Debian 10 Buster * v11 allows (but not requires) stdlib v10 * It seems Debian 13 Trixie isn't supported yet puppetlabs/puppetlabs-apt#1241 https://github.com/puppetlabs/puppetlabs-concat/blob/main/CHANGELOG.md * v8 already added Puppet 8 support * v9.1 belatedly documents Debian 12 support * v10 allows (but not requires) stdlib v10 https://github.com/voxpupuli/puppet-dnsquery/blob/master/CHANGELOG.md * v5.1 already added Puppeet 8 support * [no] v6 drops Puppet 7 Ref #111
1 parent 58b0ee9 commit 93494ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Puppetfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
moduledir 'vendor_modules'
77

8-
mod 'puppetlabs/sshkeys_core', '2.5.0'
8+
mod 'puppetlabs/sshkeys_core', '2.5.1'
99

10-
mod 'puppetlabs/stdlib', '9.6.0'
11-
mod 'puppetlabs/apt', '9.4.0'
12-
mod 'puppetlabs/concat', '9.0.2'
10+
mod 'puppetlabs/stdlib', '9.7.0'
11+
mod 'puppetlabs/apt', '11.3.2'
12+
mod 'puppetlabs/concat', '9.1.0'
1313

1414
mod 'puppet/dnsquery', '5.1.0'

0 commit comments

Comments
 (0)