v1.3.0
tek-githubbot-1010
released this
09 Sep 17:53
·
119 commits
to main
since this release
v1.3.0 (2024-09-09)
Merged Pull Requests
- Enhance find_unreleased_changelog_items action to check for merged PRs (#74)
- Update package-release workflow to prevent marking the workflow as failed if the deployment is rejected (#84)
- chore(gh-actions-deps): update hynek/build-and-inspect-python-package action to v2.9.0 in all dependant reusable workflows (#83)
- chore(python-deps): update pydantic dependencies in all dependant actions (#70)
- chore(python-deps): update dependency platformdirs to v4.3.2 in all dependant actions (#82)
- chore(python-deps): update dependency more-itertools to v10.5.0 in all dependant actions (#66)
- chore(python-deps): update dependency platformdirs to v4.3.1 in all dependant actions (#80)
- chore(python-deps): update dependency virtualenv to v20.26.4 in all dependant actions (#81)
- chore(python-deps): update dependency filelock to v3.16.0 in all dependant actions (#79)
- chore(docker-deps): update python:3.12-alpine docker digest to bb5d0ac in all dependant actions (#77)
- chore(python-deps): update dependency build to v1.2.2 in all dependant actions (#76)
- test: Properly test the find_unreleased_changelog_items action (#73)
- chore(gh-actions-deps): update actions/attest-build-provenance action to v1.4.3 in all dependant reusable workflows (#72)
- ci: Add workflow to automatically approve renovate PRs that can be automerged to enable automatic updates of dependencies (#71)
- Automate the release process trigger weekly (#68)
- chore(gh-actions-deps): update python-semantic-release dependencies to v9.8.8 in all dependant reusable workflows (#38)
- chore(python-deps): update dependency setuptools to v74.1.2 in all dependant actions (#64)
- chore(python-deps): update dependency pypi-simple to v1.6.0 for actions/create_unique_testpypi_version and actions/update_development_dependencies (#45)
- chore(python-deps): update dependency codespell to v2 for docs (#57)
- chore(python-deps): update dependency poetry-plugin-export to v1.8.0 for actions/update_development_dependencies and dev (#44)
- chore(python-deps): update dependency certifi to v2024.8.30 in all dependant actions (#59)
- chore(docker-deps): update python:3.12-alpine docker digest to aeff643 in all dependant actions (#50)
- chore(python-deps): update dependency rapidfuzz to v3.9.7 in all dependant actions (#56)
- test: Test against macOS as well to catch any bugs when updating dependencies (#58)
- chore(python-deps): update dependency cffi to v1.17.1 in all dependant actions (#55)
- chore(gh-actions-deps): update actions/checkout action to v4.1.7 in all dependant reusable workflows (#52)
- chore(python-deps): update dependency pyright to v1.1.379 for dev (#49)
- chore(gh-actions-deps): update anchore/scan-action action to v4.1.2 in all dependant reusable workflows (#53)
- chore(gh-actions-deps): update dev workflow dependencies (#54)
- Update Renovate config (#51)
- chore(docker-deps): pin python docker tag to c2f41e6 (#37)
- chore(python-deps): update dependency tomli to v2.0.1 for the create_unique_testpypi_version group(s) (#39)
- chore(config): migrate renovate config (#42)
- chore: Configure Renovate (#36)
- gh-actions(deps): Bump the gh-actions-dependencies group across 2 directories with 2 updates (#33)
- fix: Check out the repo before trying to run local actions (#34)
- Add comments with version numbers to the pinned versions of GitHub Actions in the reusable workflows (#31)
Added
- Added the ability for the
update_development_dependencies
action to accept a comma-separated, multiline string - Added all PRs merged since the last release to the job summary for the release workflow
Changed
- Bumped dependency versions.
- Changed the
_reusable-update-python-and-pre-commit-dependencies.yml
workflow to no longer only work on PRs from Dependabot, users will now need to apply any conditional login in the calling workflow. - Updated the
_reusable-update-python-and-pre-commit-dependencies.yml
workflow to allow usingrenovate
instead of Dependabot to update dependencies. - Updated the
_reusable-package-release.yml
workflow to not show as failed if thebump-release
deployment is rejected by a reviewer. - Updated the
find_unreleased_changelog_items
action to check for merged PRs since the last release and fail if none are found.