File tree Expand file tree Collapse file tree 6 files changed +22
-9
lines changed Expand file tree Collapse file tree 6 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,16 @@ jobs:
109
109
strategy :
110
110
matrix :
111
111
puppet :
112
- - label : ' Puppet 7.x'
113
- puppet_version : ' ~> 7.21. 0'
112
+ - label : ' Puppet 7.x [SIMP 6.6/PE 2021.7] '
113
+ puppet_version : ' ~> 7.0'
114
114
ruby_version : ' 2.7'
115
+ experimental : false
115
116
- label : ' Puppet 8.x'
116
117
puppet_version : ' ~> 8.0'
117
- ruby_version : ' 3.2'
118
+ ruby_version : 3.1
119
+ experimental : true
118
120
env :
119
- PUPPET_VERSION : ' ${{matrix.puppet.puppet_version}}'
121
+ PUPPET_VERSION : ${{matrix.puppet.puppet_version}}
120
122
steps :
121
123
- uses : actions/checkout@v3
122
124
- name : ' Install Ruby ${{matrix.puppet.ruby_version}}'
@@ -126,6 +128,8 @@ jobs:
126
128
bundler-cache : true
127
129
- run : ' command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:'
128
130
- run : ' bundle exec rake spec'
131
+ continue-on-error : ${{matrix.puppet.experimental}}
132
+ fail-fast : false
129
133
130
134
# dump_contexts:
131
135
# name: 'Examine Context contents'
Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ pup7.pe-unit:
340
340
<< : *pup_7_pe
341
341
<< : *unit_tests
342
342
343
+ # Commenting until Puppet 8 is released
343
344
# pup8.x-unit:
344
345
# <<: *pup_8_x
345
346
# <<: *unit_tests
Original file line number Diff line number Diff line change 9
9
--no-class_inherits_from_params_class-check
10
10
--no-140chars-check
11
11
--no-trailing_comma-check
12
- --no-empty_string_assignment -check
12
+ --no-params-empty-string-assignment -check
13
13
# This is here because the code can't handle lookups in parameters and SIMP
14
14
# modules have a LOT of those
15
15
--no-parameter_order-check
Original file line number Diff line number Diff line change
1
+ * Mon Jul 24 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.7.0
2
+ - Add RockyLinux 8 support
3
+
1
4
* Fri Jun 03 2022 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.6.0
2
5
- Update from camptocamp/systemd to puppet/systemd
3
6
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ group :test do
21
21
gem 'puppetlabs_spec_helper'
22
22
gem 'metadata-json-lint'
23
23
gem 'puppet-strings'
24
- gem 'puppet-lint-empty_string-check' , :require => false
25
24
gem 'puppet-lint-trailing_comma-check' , :require => false
26
25
gem 'simp-rspec-puppet-facts' , ENV [ 'SIMP_RSPEC_PUPPET_FACTS_VERSION' ] || '~> 3.1'
27
26
gem 'simp-rake-helpers' , ENV [ 'SIMP_RAKE_HELPERS_VERSION' ] || [ '>= 5.12.1' , '< 6' ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simp-aide" ,
3
- "version" : " 6.6 .0" ,
3
+ "version" : " 6.7 .0" ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " manages AIDE" ,
6
6
"license" : " Apache-2.0" ,
14
14
"dependencies" : [
15
15
{
16
16
"name" : " puppet/systemd" ,
17
- "version_requirement" : " >= 3 .0.0 < 4 .0.0"
17
+ "version_requirement" : " >= 4 .0.2 < 6 .0.0"
18
18
},
19
19
{
20
20
"name" : " simp/simplib" ,
21
21
"version_requirement" : " >= 4.9.0 < 5.0.0"
22
22
},
23
23
{
24
24
"name" : " puppetlabs/stdlib" ,
25
- "version_requirement" : " >= 6.6 .0 < 8 .0.0"
25
+ "version_requirement" : " >= 8.0 .0 < 9 .0.0"
26
26
},
27
27
{
28
28
"name" : " puppetlabs/concat" ,
66
66
" 7" ,
67
67
" 8"
68
68
]
69
+ },
70
+ {
71
+ "operatingsystem" : " Rocky" ,
72
+ "operatingsystemrelease" : [
73
+ " 8"
74
+ ]
69
75
}
70
76
],
71
77
"requirements" : [
You can’t perform that action at this time.
0 commit comments