Skip to content

Commit 536e55c

Browse files
committed
Removed tests for Puppet 5. Added tests for Puppet 7
1 parent d766223 commit 536e55c

2 files changed

Lines changed: 32 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
matrix:
2121
include:
2222
# note: actions/setup-ruby only allows using a major.minor release of ruby
23-
- ruby: '2.5'
24-
puppet: "6.0"
23+
- ruby: '2.7'
24+
puppet: "7.0"
2525
check: "check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
2626
name: 'static'
27-
- ruby: '2.4'
28-
puppet: "5.0"
29-
check: "parallel_spec"
30-
name: 'spec'
3127
- ruby: '2.5'
3228
puppet: "6.0"
3329
check: "parallel_spec"
3430
name: 'spec'
31+
- ruby: '2.7'
32+
puppet: "7.0"
33+
check: "parallel_spec"
34+
name: 'spec'
3535
env:
3636
CHECK: '${{ matrix.check }}'
3737
PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}'
@@ -83,8 +83,8 @@ jobs:
8383
matrix:
8484
include:
8585
# note: actions/setup-ruby only allows using a major.minor release of ruby
86-
- ruby: '2.5'
87-
puppet: "6.0"
86+
- ruby: '2.7'
87+
puppet: "7.0"
8888
env:
8989
PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}'
9090
# lock to 2.1.0 because 2.2.0 is causing issues during builds

CHANGELOG.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,38 @@ All notable changes to this project will be documented in this file.
55
## Development
66

77
- Bumped module `puppetlabs/puppet_agent` to `< 5.0.0`
8+
9+
Contributed by @fetzerms
10+
811
- Added module `puppetlabs/reboot` to `>= 3.0.0 < 5.0.0`
9-
- Bumped `puppet` requirement to `< 8.0.0` to support Puppet 7
10-
- PDK update to `2.0.0`
12+
13+
Contributed by @fetzerms
14+
15+
* Bumped `puppet` requirement to `< 8.0.0` to support Puppet 7
16+
17+
Contributed by Nick Maludy (@nmaludy)
18+
19+
* PDK update to `2.0.0`
20+
21+
Contributed by Nick Maludy (@nmaludy)
22+
23+
* Remove tests for Puppet `5`.
24+
**NOTICE** Puppet 5 support will be removed in next major version.
25+
26+
Contributed by Nick Maludy (@nmaludy)
27+
28+
* Added tests for Puppet `7`
29+
30+
Contributed by Nick Maludy (@nmaludy)
1131

1232
## Release 1.2.1 (2021-02-02)
1333

14-
- Fixed issue where agruments for reboot strategy are being overridden by
34+
* Fixed issue where agruments for reboot strategy are being overridden by
1535
inventory file.
1636

1737
Contributed by Bradley Bishop (@bishopbm1)
1838

19-
- Switch from Travis to GitHub Actions
39+
* Switch from Travis to GitHub Actions
2040

2141
Contributed by Nick Maludy (@nmaludy)
2242

0 commit comments

Comments
 (0)