|
5 | 5 | ### Template |
6 | 6 |
|
7 | 7 | - Update the `download_pipeline` workflow to remove dependency on `dev` branch of tools ([#3734](https://github.com/nf-core/tools/pull/3734)) |
| 8 | +- Update mastodon announcement to include pipeline description ([#3741](https://github.com/nf-core/tools/pull/3741)) |
8 | 9 | - Bump nf-schema to 2.5.0 and update the help message creation to be compatible with future Nextflow versions ([#3743](https://github.com/nf-core/tools/pull/3743)) |
9 | 10 | - Bump minimum Nextflow version to 25.04.0 ([#3743](https://github.com/nf-core/tools/pull/3743)) |
10 | 11 | - Explicitly declare conda-forge as a channel in the conda setup for GitHub CI for nf-test ([#3764](https://github.com/nf-core/tools/pull/3764)) |
11 | 12 | - Update multiqc to 1.31 ([#3766](https://github.com/nf-core/tools/pull/3766)) |
12 | 13 | - Update charliecloud URL ([#3757](https://github.com/nf-core/tools/pull/3757)) |
13 | 14 | - Fix: Add NXF_VERSION environment variable to nf-test workflow ([#3770](https://github.com/nf-core/tools/pull/3770)) |
| 15 | +- Template: Update nextflow.config to use environment variable for `hook_url` ([#3756](https://github.com/nf-core/tools/pull/3756)) |
14 | 16 | - Update nf-test to 0.9.3 ([#3781](https://github.com/nf-core/tools/pull/3781)) |
| 17 | +- update release checklist to battle test pipeline template more ([#3788](https://github.com/nf-core/tools/pull/3788)) |
15 | 18 |
|
16 | 19 | ### Linting |
17 | 20 |
|
18 | 21 | - ignore files in gitignore also for pipeline_if_empty_null lint test ([#3722](https://github.com/nf-core/tools/pull/3722)) |
19 | 22 | - do not check pytest_modules.yml file, deprecating ([#3748](https://github.com/nf-core/tools/pull/3748)) |
20 | 23 | - Use the org from the .nf-core.yml when linting manifest name and homePage. ([#3767](https://github.com/nf-core/tools/pull/3767)) |
| 24 | +- Use the org from .nf-core.yml when linting multiqc_config report_comment ([#3800](https://github.com/nf-core/tools/pull/3800)) |
21 | 25 |
|
22 | 26 | ### Modules |
23 | 27 |
|
24 | 28 | - Support modules with `exec:` blocks ([#3633](https://github.com/nf-core/tools/pull/3633)) |
25 | 29 | - feat: nf-core modules bump-version supports specifying the toolkit ([#3608](https://github.com/nf-core/tools/pull/3608)) |
| 30 | +- Override example keywords in modules test ([#3801](https://github.com/nf-core/tools/pull/3801)) |
26 | 31 |
|
27 | 32 | ### Subworkflows |
28 | 33 |
|
|
47 | 52 | - Move `gather_registries` function to `ContainerFetcher` subclasses (#3634 follow-up) ([#3696](https://github.com/nf-core/tools/pull/3696)) |
48 | 53 | - Add container load scripts for Docker and Podman (#3634 follow up) ([#3706](https://github.com/nf-core/tools/pull/3706)) |
49 | 54 | - Replace arm profile with arm64 and emulate_amd64 profiles ([#3689](https://github.com/nf-core/tools/pull/3689)) |
| 55 | +- Update codecov/codecov-action digest to fdcc847 ([#3717](https://github.com/nf-core/tools/pull/3717)) |
| 56 | +- Fix paths to logos ([#3715](https://github.com/nf-core/tools/pull/3715)) |
50 | 57 | - Update test-datasets list subcommand to output plain text urls and paths for easy copying [#3720](https://github.com/nf-core/tools/pull/3720) |
51 | 58 | - Remove workflow.trace from nf-test snapshot ([#3721](https://github.com/nf-core/tools/pull/3721)) |
52 | 59 | - Add GHA to update template nf-test snapshots ([#3723](https://github.com/nf-core/tools/pull/3723)) |
53 | 60 | - Fix backwards compatibility with python 3.9 in use of Enum ([#3736](https://github.com/nf-core/tools/pull/3736)) |
54 | 61 | - Fix downloads: temporary files not moved and cleaned up correctly after singularity pull ([#3749](https://github.com/nf-core/tools/pull/3749)) |
55 | 62 | - impr devcontainer: Add hostRequirements to run with 4CPUs and 16GB ram by default ([#3746](https://github.com/nf-core/tools/pull/3746)) |
| 63 | +- Fix diff printing to terminal ([#3759](https://github.com/nf-core/tools/pull/3759)) |
56 | 64 | - Add .nf-test/ to prettier ignore list ([#3776](https://github.com/nf-core/tools/pull/3776)) |
| 65 | +- Update dependency prompt_toolkit to <=3.0.52 ([#3783](https://github.com/nf-core/tools/pull/3783)) |
| 66 | +- Update python:3.13-slim Docker digest to 3a6ead7 ([#3786](https://github.com/nf-core/tools/pull/3786)) |
| 67 | +- Update dependency textual to v5.3.0 ([#3785](https://github.com/nf-core/tools/pull/3785)) |
| 68 | +- update rich-click to 1.9 and use new styling options ([#3787](https://github.com/nf-core/tools/pull/3787)) |
| 69 | +- Update pre-commit hook pre-commit/mirrors-mypy to v1.18.2 ([#3792](https://github.com/nf-core/tools/pull/3792)) |
| 70 | +- Update python:3.13-slim Docker digest to 5f55cdf ([#3796](https://github.com/nf-core/tools/pull/3796)) |
| 71 | +- Update GitHub Actions ([#3795](https://github.com/nf-core/tools/pull/3795)) |
| 72 | +- Update pre-commit hook astral-sh/ruff-pre-commit to v0.13.3 ([#3791](https://github.com/nf-core/tools/pull/3791)) |
| 73 | +- Update pre-commit hook pre-commit/pre-commit-hooks to v6 ([#3797](https://github.com/nf-core/tools/pull/3797)) |
57 | 74 |
|
58 | 75 | ## [v3.3.2 - Tungsten Tamarin Patch 2](https://github.com/nf-core/tools/releases/tag/3.3.2) - [2025-07-08] |
59 | 76 |
|
|
0 commit comments