Skip to content

Releases: tektronix/python-package-ci-cd

v1.4.0

11 Sep 23:41
v1.4.0
6071031
Compare
Choose a tag to compare

v1.4.0 (2024-09-11)

Merged Pull Requests

  • feat: Enable importing the built package during the package-build workflow (#93)
  • ci: Update the automated release schedule to trigger a patch release on the 4th of every month (#90)
  • chore(docker-deps): update python:3.12-alpine docker digest to e0e4d3d in all dependant actions (#89)
  • ci: Allow automatic merging of digest updates (#88)
  • ci: Automatically approve pre-commit-ci autoupdate PRs (#86)

Added

  • Updated the _reusable-package-build.yml file to include a step that will test importing the built package to check for any missing dependencies.
    • IMPORTANT: This workflow now requires the package-name input be the python-importable name of the package to be built, e.g. python -c "import package_name".

Changed

  • Bumped dependency versions.

v1.3.0

09 Sep 17:53
v1.3.0
3a82109
Compare
Choose a tag to compare

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 using renovate instead of Dependabot to update dependencies.
  • Updated the _reusable-package-release.yml workflow to not show as failed if the bump-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.

v1.2.0

30 Aug 19:03
v1.2.0
03d73fa
Compare
Choose a tag to compare

v1.2.0 (2024-08-30)

Merged Pull Requests

  • feat: Add an action that can be used to fetch a PR number (#32)
  • gh-actions(deps): Bump github/codeql-action (#30)
  • Build a documentation site with mkdocs to allow testing more reusable workflows (#28)

Added

  • Added an action that can be used to fetch a PR number based on the head_sha.

Changed

  • Converted all references to third-party Actions used in Reusable Workflows from tags to SHAs to ensure that the workflows are stable and do not change unexpectedly.

v1.1.1

28 Aug 19:58
v1.1.1
b3a26c4
Compare
Choose a tag to compare

v1.1.1 (2024-08-28)

Merged Pull Requests

  • fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file (#27)

Fixed

  • Fixed a bug in the _reusable-package-testpypi.yml workflow that prevented the package
    installation job from running properly by first performing a checkout of the repository
    before trying to read the pyproject.toml file in the repo to determine the correct Python version to use.

v1.1.0

28 Aug 19:10
v1.1.0
8ce9a17
Compare
Choose a tag to compare

v1.1.0 (2024-08-28)

Merged Pull Requests

  • fix: Allow the PyPI publishing workflows to be used as reusable workflows by requiring a token for uploading the package (#26)
  • ci: Update pre-commit hook to run properly without needing docker installed (#25)
  • docs: Fix changelog formatting (#24)

Changed

  • Updated the _reusable-package-testpypi.yml and _reusable-package-release.yml workflows to use a token for uploading Python packages to TestPyPI and PyPI.

v1.0.3

28 Aug 16:04
v1.0.3
137382f
Compare
Choose a tag to compare

v1.0.3 (2024-08-28)

Merged Pull Requests

  • fix: Removed duplicate step ID from _reusable-package-testpypi.yml (#23)
  • docs: Fix URLs to point to the correct repository (#22)

Fixed

  • Fixed the _reusable-package-testpypi.yml workflow by removing a duplicate step ID that caused the workflow to be unusable

v1.0.2

27 Aug 23:40
v1.0.2
feb23ea
Compare
Choose a tag to compare

v1.0.2 (2024-08-27)

Merged Pull Requests

  • Update build script to properly add changed files to git during the release process (#21)

Fixed

  • Actually fixed the issue with the semantic-release configuration preventing updated files with each new release version from being properly updated in the repo as a part of the release.

v1.0.1

27 Aug 21:54
v1.0.1
fa8b441
Compare
Choose a tag to compare

v1.0.1 (2024-08-27)

Merged Pull Requests

  • docs: Update changelog with incoming change notes on python-semantic-release config updates (#20)
  • chore: Update all pinned versions of python-package-ci-cd to v1.0.0 (#19)

Fixed

  • Fixed an issue with the semantic-release configuration preventing updated files with each new release version from being properly updated in the repo as a part of the release.

v1.0.0

27 Aug 18:55
Compare
Choose a tag to compare

v1.0.0 (2024-08-27)

Added

v0.0.1

27 Aug 18:52
1ea0311
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

v0.0.1

Initial release of python-package-ci-cd