Skip to content

Releases: ASFHyP3/actions

Actions v0.13.2

17 Dec 21:24
35f98c5
Compare
Choose a tag to compare

Fixed

  • Fix a bug in which reusable-ruff errors did not cause the action to fail.

Actions v0.13.1

17 Dec 20:58
aa9d313
Compare
Choose a tag to compare

Changed

  • Reverts the addition of --select I to reusable-ruff, as this option is already included in the recommended pyproject.toml settings given in the README.

Actions v0.13.0

16 Dec 21:12
9b96faa
Compare
Choose a tag to compare

Changed

Fixed

Actions v0.12.0

15 Oct 18:03
b05df4d
Compare
Choose a tag to compare

Added

  • Releases of ASFHyP3/actions will now trigger updates to the ASFHyP3/hyp3-cookiecutter
  • Optional ability to specify the name of the dockerfile to build with the reusable-docker-ghcr action.

Actions v0.11.2

28 Jun 01:01
aac616b
Compare
Choose a tag to compare

Changed

Actions v0.11.1

14 Jun 00:04
e91c72c
Compare
Choose a tag to compare

Fixed

  • Modified the reusable-changelog-check workflow to remove its dependency on a third-party action. The workflow behavior should remain unchanged except that applying the bumpless label now results in the workflow being skipped rather than succeeding. Fixes #156
    • When upgrading this reusable action in your repository, remove the following lines from the calling workflow:
      -    secrets:
      -      USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Actions v0.11.0

16 Jan 23:36
a840760
Compare
Choose a tag to compare

Fixed

  • update-examples workflow will now strip distance and hash (longest -* match) from the input or calculated version numbers.
  • reusable-secrets-analysis.yml now uses the Trufflehog Github Action to scan for only verified secrets, which should reduce or eliminate false positives.

Removed

Actions v0.10.0

13 Jan 01:44
5addd36
Compare
Choose a tag to compare

Added

  • Added items to the release checklist comment to remind developer to verify changes in test deployment.

Changed

  • update-examples workflow is now triggerable with a workflow_dispatch event

Actions v0.9.0

30 Nov 20:50
1162721
Compare
Choose a tag to compare

Added

  • reusable-ruff reusable workflow for perform linting and static analysis
    with Ruff.
  • update-examples workflow to keep the pinned version number in the README
    examples up to date.

Actions v0.8.3

11 Oct 19:02
cdf3e22
Compare
Choose a tag to compare

Added

  • reusable-pytest now tests Python 3.9--3.12 by default.