Skip to content

Releases: ASFHyP3/actions

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.

Actions v0.8.2

28 Aug 19:35
17d6bf6
Compare
Choose a tag to compare

Changed

  • reusable-pytest and reusable-version-info now use setup-micromamba rather than provision-with-micromamba which has been deprecated.

Actions v0.8.1

28 Jul 23:53
41dd3c2
Compare
Choose a tag to compare

Added

Actions v0.8.0

29 Jun 05:14
7aff2d0
Compare
Choose a tag to compare

Added