Skip to content

Releases: nf-core/setup-nextflow

v2.0.0

01 Mar 01:20
v2.0.0
561fcfc
Compare
Choose a tag to compare

Added

  • renovate dependency automation bot (#41)

Changed

  • Upgraded GitHub Actions node version to v20 (#39)
  • GitHub Octokit API switched to nf-core custom API (#37)

v1.5.2

07 Feb 15:35
v1.5.2
b9f764e
Compare
Choose a tag to compare

Added

  • CI workflow steps for better compatibility with https://github.com/nektos/act
  • Visual Studio Code debugging configuration
  • Husky pre-commit hooks for linting and formatting
  • Deprecation messages to warn users of upcoming API switch

v1.5.1

30 Jan 16:54
v1.5.1
dccbf84
Compare
Choose a tag to compare

Changed

  • API calls are now lazy loaded to avoid making unnecessary calls (#33)

v1.5.0

22 Jan 04:16
v1.5.0
a2aef5d
Compare
Choose a tag to compare

Added

  • Throttling support to retry failed API calls (#31)

Changed

  • Octokit API calls refactored and separated from install script (#29)

v1.4.0

26 Oct 03:10
a4c14af
Compare
Choose a tag to compare

Changed

  • If fs.renameSync fails (e.g. because source and destination files are on different partitions), try fs.copySync and fs.unlinkSync instead (#14).
  • Fail instead of warn, when `nextflow help`` doesn't work (#23).

Fixed

  • Re-enable npm run test in CI (#15).
  • Fix release version check in unit test (#15).
  • Add helper function for checking the latest releases in the unit tests (#15).

v1.3.0

23 May 21:28
7baa550
Compare
Choose a tag to compare

Changed

  • Action now checks tool cache for installed version before querying Octokit (#5/#10)

v1.2.0

29 Sep 20:42
824911d
Compare
Choose a tag to compare

Added

  • CAPSULE_LOG is now set to 'none' for less verbose setup logs (#1/#2)

Fixed

  • Release list now paginates the API to find old versions of Nextflow (#3)

v1.1.0

15 Jun 16:35
4a9cd8e
Compare
Choose a tag to compare

Changed

  • JavaScript converted to TypeScript

v1.0.1

13 Jun 22:58
4b69a32
Compare
Choose a tag to compare

Fixed

  • JavaScript now compiled for appropriate use as GitHub action

v1.0.0

13 Jun 22:33
25b680e
Compare
Choose a tag to compare

Added

  • NodeJS GitHub Action to download and install Nextflow
  • GitHub Actions workflow to test Nextflow installation and downstream usage
  • Documentation and license files