diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index ec9bb33..e4bc468 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -109,14 +109,16 @@ jobs: strategy: matrix: puppet: - - label: 'Puppet 7.x' - puppet_version: '~> 7.21.0' + - label: 'Puppet 7.x [SIMP 6.6/PE 2021.7]' + puppet_version: '~> 7.0' ruby_version: '2.7' + experimental: false - label: 'Puppet 8.x' puppet_version: '~> 8.0' - ruby_version: '3.2' + ruby_version: 3.1 + experimental: true env: - PUPPET_VERSION: '${{matrix.puppet.puppet_version}}' + PUPPET_VERSION: ${{matrix.puppet.puppet_version}} steps: - uses: actions/checkout@v3 - name: 'Install Ruby ${{matrix.puppet.ruby_version}}' @@ -126,6 +128,7 @@ jobs: bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:' - run: 'bundle exec rake spec' + continue-on-error: ${{matrix.puppet.experimental}} # dump_contexts: # name: 'Examine Context contents' diff --git a/.puppet-lint.rc b/.puppet-lint.rc index 3d41f0b..eb56769 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -9,7 +9,7 @@ --no-class_inherits_from_params_class-check --no-140chars-check --no-trailing_comma-check ---no-empty_string_assignment-check +--no-params-empty-string-assignment-check # This is here because the code can't handle lookups in parameters and SIMP # modules have a LOT of those --no-parameter_order-check diff --git a/CHANGELOG b/CHANGELOG index e0b78da..eb88619 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Jun 12 2023 Chris Tessmer - 0.8.0 +- Add RockyLinux 8 support + * Wed Jun 30 2021 Trevor Vaughan - 0.7.0 - Fixed a bug in the Augeas template - Adjusted the tests to effect change on a switch to/from NetworkManager diff --git a/Gemfile b/Gemfile index 73906ba..57fca16 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,6 @@ group :test do gem 'puppetlabs_spec_helper' gem 'metadata-json-lint' gem 'puppet-strings' - gem 'puppet-lint-empty_string-check', :require => false gem 'puppet-lint-trailing_comma-check', :require => false gem 'simp-rspec-puppet-facts', ENV['SIMP_RSPEC_PUPPET_FACTS_VERSION'] || '~> 3.1' gem 'simp-rake-helpers', ENV['SIMP_RAKE_HELPERS_VERSION'] || ['>= 5.12.1', '< 6'] diff --git a/metadata.json b/metadata.json index f0850ba..7d85693 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-resolv", - "version": "0.7.0", + "version": "0.8.0", "author": "SIMP Team", "summary": "A SIMP Puppet module for managing client-side DNS settings", "license": "Apache-2.0", @@ -23,7 +23,7 @@ }, { "name": "puppetlabs/stdlib", - "version_requirement": ">= 6.6.0 < 8.0.0" + "version_requirement": ">= 8.0.0 < 9.0.0" } ], "operatingsystem_support": [ @@ -47,6 +47,12 @@ "7", "8" ] + }, + { + "operatingsystem": "Rocky", + "operatingsystemrelease": [ + "8" + ] } ], "requirements": [