Skip to content

(PIE-1300) Puppet 8 Compatibility #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2023

Conversation

coreymbe
Copy link
Contributor

@coreymbe coreymbe commented Apr 26, 2023

Summary

This commit contains changes made by pdk, rubocop and lint; as well as manual changes to metadata.json to add Puppet 8.

Honeycomb steps have been removed from workflows spec.yml and integration_test.yml.

Detailed Description

  • PDK Update:

    • .devcontainer/devcontainer.json
    • .rubocop.yml
    • .pdkignore
    • Rakefile
    • Gemfile
    • .github/workflows/spec.yml
  • Rubocop Changes:

    • plans/acceptance/provision_machines.pp
    • plans/acceptance/pe_server.pp
    • lib/puppet/functions/pe_event_forwarding/base_path.rb
    • files/util/logger.rb
    • files/collect_api_events.rb
  • Lint Changes:

    • manifests/init.pp

Maint Changes:

  • README.md

    • Add note about v2 removing support for PE 2019.8.12.
  • metadata.json

    • Bumped module to v2.
    • Added Puppet 8 / Pulled Puppet 6 / Updated supported OS list.
  • .github/workflows/integration_test.yml

    • Set PUPPET_GEM_VERSION to Puppet 7.
    • Update PE version to current LTS (2021.7.2).
    • Removed Honeycomb steps.
  • .github/workflows/spec.yml

    • Removed Honeycomb steps.
  • spec/acceptance/index_spec.rb

    • Fix locale error.
  • rakelib/helpers.rake

    • Remove use of RspecJunitFormatter.
  • plans/acceptance/pe_server.pp

    • Set admin pass during install.
    • Bump PE version.

Ruby 3 Changes:

  • spec/spec_helper_local.rb

    • Add double splat (**) to pass keyword args instead of Hash object.
  • files/util/index.rb

    • YAML#safe_load keyword args.

@coreymbe coreymbe requested a review from a team as a code owner April 26, 2023 19:15
@coreymbe coreymbe force-pushed the PIE-1300-puppet_8_support branch 7 times, most recently from 0f5e1cd to 30fdf6c Compare April 28, 2023 23:25
@coreymbe coreymbe force-pushed the PIE-1300-puppet_8_support branch from 30fdf6c to e2040ac Compare May 3, 2023 22:04
@coreymbe coreymbe force-pushed the PIE-1300-puppet_8_support branch from e2040ac to eb51872 Compare May 3, 2023 22:10
Copy link
Contributor

@actowery actowery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lots of changes for puppet8 thanks for doing all this

@actowery actowery merged commit 6e16aab into puppetlabs:main May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants