Red Hat Partner Certification Checker v4.0.0

Release announcement: Partner Certification Checker GitHub workflow v4.0.0 has been released. :tada:

Breaking / Removed Features:

  • Removed the self-maintained certification workflow variant. Partners should now use the maintained reusable workflow to avoid configuration drift.

Bug Fixes:

  • Added missing distlib dependency for build-import and lint jobs in certification-reusable.yml. @carl.buchmann
  • Updated certification-reusable.yml to install ansible-core and ansible-lint together, preventing version mismatch import errors. @mikemorency

Maintenance & Security:

  • Updated ansible-community/ansible-test-gh-action pin to commit SHA to improve supply chain security. :locked: @dbrennand

See the full changelog.

If you run the certification.yml workflow in your repository, please update the following line to call v4.0.0:

uses: ansible-collections/partner-certification-checker/.github/workflows/certification-reusable.yml@v4.0.0

If you don’t run the workflow, please consider using it to ensure you’ll catch and fix errors before submitting your collection to Automation Hub. Please read the installation guide for details.

1 Like