Release announcement: Partner Certification Checker GitHub workflow v4.0.0 has been released. ![]()
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
distlibdependency forbuild-importandlintjobs incertification-reusable.yml. @carl.buchmann - Updated
certification-reusable.ymlto installansible-coreandansible-linttogether, preventing version mismatch import errors. @mikemorency
Maintenance & Security:
- Updated
ansible-community/ansible-test-gh-actionpin to commit SHA to improve supply chain security.
@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.