Skip to content

Commit ad31ef0

Browse files
authored
Merge branch 'puppetlabs:main' into fix_containerd_config_spaces
2 parents d178b79 + 19bfbd8 commit ad31ef0

File tree

18 files changed

+849
-423
lines changed

18 files changed

+849
-423
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
fail-fast: false
19-
matrix: {'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8-nightly']}
19+
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']}
2020

2121
steps:
2222
- name: Checkout Source

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
fail-fast: false
17-
matrix: {'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8-nightly']}
17+
matrix: {'platform':['rhel-8', 'debian-11'],'collection':['puppet7-nightly', 'puppet8-nightly']}
1818

1919
steps:
2020
- name: Checkout Source

CHANGELOG.md

Lines changed: 72 additions & 16 deletions
Large diffs are not rendered by default.

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group :development do
3434
gem "rubocop-performance", '= 1.16.0', require: false
3535
gem "rubocop-rspec", '= 2.19.0', require: false
3636
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
37-
gem "rexml", '>= 3.0.0', '< 3.2.7', require: false
37+
gem "rexml", '>= 3.3.9', require: false
3838
end
3939
group :development, :release_prep do
4040
gem "puppet-strings", '~> 4.0', require: false
@@ -76,3 +76,8 @@ extra_gemfiles.each do |gemfile|
7676
end
7777
end
7878
# vim: syntax=ruby
79+
80+
81+
# Fixed version for puppet-modulebuilder gem, as newer version of this gem does not include tooling folder.
82+
# We will keep this until we find a solution to either move the tooling folder in to some other folder or get rid of it altogether.
83+
gem 'puppet-modulebuilder', '1.1.0'

0 commit comments

Comments
 (0)