Skip to content

Releases: pulp-platform/pulp-actions

v2.5.1

09 Jun 14:50
v2.5.1
7dddfe4

Choose a tag to compare

2.5.1 - 2026-06-09

Added

  • slang: Add reviewdog-name variable to optionally pass a name for the reviewdog check.
  • slang: Add pyslang-version variable to pin the pyslang (and thereby slang) version.

Fixed

  • slang: Support pyslang/slang v11 by handling its reorganized module layout (Driver and CommandLineOptions moved to the pyslang.driver submodule), and pin pyslang to a known-good release (default 11.0.0) instead of always installing the latest.

v2.5.0

31 Mar 15:25
v2.5.0
04691ba

Choose a tag to compare

2.5.0 - 2026-03-31

Added

  • Add slang action.

Changed

  • lint-license: Add deprecation warning in favor of REUSE
  • Add fsfe/reuse-action to recommended third-party actions in README.md

v2.4.5

13 Mar 09:46
v2.4.5
848ab61

Choose a tag to compare

2.4.5 - 2026-03-13

Fixed

  • riscv-gcc-install: Fix asset link for newer releases by probing multiple asset name formats

Changed

  • gitlab-ci: Bump Python version from 3.9 to 3.12
  • gitlab-ci: Replace pip with uv for dependency management
  • gitlab-ci: Remove redundant recursive checkout after mirror push
  • gitlab-ci: Add flush=True to status messages for immediate log output
  • gitlab-ci: Add clickable pipeline link at the start of the action log
  • gitlab-ci: Remove explicit --force from git push (implied by --mirror)

v2.4.4

13 Feb 17:39
2edd896

Choose a tag to compare

2.4.4 - 2026-02-13

Fixed

  • bender-up-to-date: Fix compatibility with bender v0.30.0+

v2.4.3

21 May 12:00
9694ff5

Choose a tag to compare

2.4.3 - 2024-05-21

Fixed

  • Work around pip caching without requirements.txt

v2.4.2

11 Sep 15:27
10ff773

Choose a tag to compare

2.4.2 - 2024-09-11

Added

  • Add recommendation of diff-porcelain to README.md
  • Add pip cache

Changed

  • Update checkout and setup-python subactions
  • Update examples in action READMEs with newer versions and notice regarding updates

v2.4.1

05 Jul 18:17
4b6d03e

Choose a tag to compare

2.4.1 - 2024-07-05

Fixed

  • Ensure patches argument is optional in lint-license

v2.4.0

17 Jun 12:32
11fb9d8

Choose a tag to compare

2.4.0 - 2024-06-17

Fixed

  • Fix pagination issues in gitlab-ci through direct queries
  • Improve error handling in gitlab-ci

v2.3.0

18 Apr 10:33
4192015

Choose a tag to compare

2.3.0 - 2024-04-18

Fixed

  • Print API error responses for gitlab-ci
  • Fail integrate action on failed dependent run

v2.2.0

22 Feb 12:12
6605d8f

Choose a tag to compare

2.2.0 - 2024-02-22

Added

  • Add integrate action.