Skip to content

Commit ab1d2df

Browse files
committed
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent d4d97df commit ab1d2df

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

plugins/nf-wave/changelog.txt

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
nf-wave changelog
22
==================
3+
1.13.0 - 2 Jun 2025
4+
- Deprecated condaFile attribute [9e52b2ad]
5+
- Add support for container build compression (#5964) [daeefa0c]
6+
- Minor import change [e0f21f87]
7+
- Bump Groovy to version 4.0.27 (#6125) [258e1790]
8+
39
1.12.1 - 12 May 2025
410
- Add support for ARM and Snapshots (#6057) [ef4c3865]
511

@@ -18,9 +24,9 @@ nf-wave changelog
1824
- Bump groovy 4.0.26 [f740bc56]
1925

2026
1.10.0 - 12 Jab 2025
21-
- Add Fusion token validation (#5614) [ci fast] [1dcb18d6]
22-
- Add traceparent header to wave & tower clients (#5725) [ci fast] [7eea9f2d]
23-
- Bump Fusion to version 2.5 (2nd attempt) [ci fast] [a7f09ae4]
27+
- Add Fusion token validation (#5614) [1dcb18d6]
28+
- Add traceparent header to wave & tower clients (#5725) [7eea9f2d]
29+
- Bump Fusion to version 2.5 (2nd attempt) [a7f09ae4]
2430
- Bump groovy 4.0.25 [19c40a4a]
2531

2632
1.9.0 - 20 Jan 2025
@@ -30,9 +36,9 @@ nf-wave changelog
3036
- Bump groovy 4.0.24 missing deps [40670f7e]
3137

3238
1.8.0 - 3 Dec 2024
33-
- Fix missing wave response (#5547) [ci fast] [ee252173]
39+
- Fix missing wave response (#5547) [ee252173]
3440
- Update wave deps [09ccd295]
35-
- Fix isContainerReady when wave is disabled (#5509) [ci fast] [3215afa8]
41+
- Fix isContainerReady when wave is disabled (#5509) [3215afa8]
3642
- Bump groovy 4.0.24 [dd71ad31]
3743

3844
1.7.2 - 27 Oct 2024
@@ -49,7 +55,7 @@ nf-wave changelog
4955

5056
1.6.0 - 2 Oct 2024
5157
- Improve Wave build timeout handling (#5304) [05bef7e4]
52-
- Bump groovy 4.0.23 (#5303) [ci fast] [fe3e3ac7]
58+
- Bump groovy 4.0.23 (#5303) [fe3e3ac7]
5359

5460
1.5.1 - 4 Sep 2024
5561
- Wave client logs improvement [5a37e617]
@@ -76,7 +82,7 @@ nf-wave changelog
7682
- Fix unexpected container resolution [a5ecf8a4]
7783

7884
1.4.1 - 13 May 2024
79-
- Remove unused const [ci fast] [6e91285d]
85+
- Remove unused const [6e91285d]
8086
- Fix Wave container resolution with singularity and ociMode [54ad6241]
8187

8288
1.4.0 - 15 Apr 2024
@@ -89,14 +95,14 @@ nf-wave changelog
8995
- Bump groovy 4.0.19 [854dc1f0]
9096

9197
1.3.0 - 5 Feb 2024
92-
- Fix handling of wave.s5cmdConfigUrl setting [ci fast] (#4707) [3a19386d]
98+
- Fix handling of wave.s5cmdConfigUrl setting (#4707) [3a19386d]
9399
- Fix Wave container replicable checksum [da382ddf]
94100
- Bump Groovy 4 (#4443) [9d32503b]
95101

96102
1.2.0 - 20 Dec 2023
97103
- Add support for Singularity/Apptainer auto pull mode for OCI containers [b7f1a192]
98104
- Add experimental support for Fargate compute type for AWS Batch (#3474) [47cf335b]
99-
- Remove deprecated Wave observer [ci fast] [0e009ef7]
105+
- Remove deprecated Wave observer [0e009ef7]
100106
101107

102108
1.1.0 - 24 Nov 2023
@@ -115,7 +121,7 @@ nf-wave changelog
115121
- Fix Inspect command fails with Singularity [25883df3]
116122

117123
1.0.0 - 15 Oct 2023
118-
- Fix conda channels order [ci fast] [6672c6d7]
124+
- Fix conda channels order [6672c6d7]
119125
- Bump [email protected] [795849d7]
120126

121127
0.14.0 - 10 Oct 2023
@@ -141,7 +147,7 @@ nf-wave changelog
141147
- Bump groovy 3.0.19 [cb411208]
142148

143149
0.11.2 - 17 Aug 2023
144-
- Use root user in Wave container based on micromamba (#4038) [ci fast] [a3a75ea2]
150+
- Use root user in Wave container based on micromamba (#4038) [a3a75ea2]
145151
- Add 429 http status code to Wave retriable errors [8eb5f305]
146152

147153
0.11.1 - 5 Aug 2023
@@ -151,14 +157,14 @@ nf-wave changelog
151157
- Fix Wave disable flag [8579e7a4]
152158

153159
0.11.0 - 22 Jul 2023
154-
- Add support legacy wave retry [ci fast] [73a1e7d4]
160+
- Add support legacy wave retry [73a1e7d4]
155161
- Add support for Wave container freeze [9a5903e6]
156-
- Add retry logic to wave image await [ci fast] [9fc1d3bd]
157-
- Add missing header to wave container await [ci fast] [d39866e6]
162+
- Add retry logic to wave image await [9fc1d3bd]
163+
- Add missing header to wave container await [d39866e6]
158164
- Allow disabling the Wave requirement when Fusion is enabled [9180d633]
159165
- Improve handling Wave server errors [84f7a61a]
160166
- Bump micromamba 1.4.9 [6307f9b5]
161-
- Remove default arch from wave request [ci fast] [f0e5c0c1]
167+
- Remove default arch from wave request [f0e5c0c1]
162168
- Bump Groovy 3.0.18 [207eb535]
163169

164170
0.10.0 - 14 Jun 2023
@@ -170,7 +176,7 @@ nf-wave changelog
170176
- Enhanced support for Spack + Wave (#3998) [63ac03b3]
171177
- Refactor Conda and Spack support for Wave to Java [36b9e226]
172178
- Minor change in Wave config [4da0442a]
173-
- Fix log typo [ci fast] [f6e4b9ba]
179+
- Fix log typo [f6e4b9ba]
174180

175181
0.9.0 - 15 Apr 2023
176182
- Add support for the Spack recipes to Wave build (#3636) [b03cbe70]
@@ -200,8 +206,8 @@ nf-wave changelog
200206
0.6.3 - 13 Dic 2022
201207
- Fix Wave layer invalid checksum due to not closed stream [e188bbf9]
202208
- Fix Fusion test [2245a1c7]
203-
- Add support for Fusion ARM64 client [ci fast] [d073c538]
204-
- Improve Wave config error reporting [ci fast] [ae502668]
209+
- Add support for Fusion ARM64 client [d073c538]
210+
- Improve Wave config error reporting [ae502668]
205211
- Bump fusion version URLs 0.6 [a160a8b1]
206212
- Bump [email protected] [0cb6ca6a]
207213

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Plugin-Class: io.seqera.wave.plugin.WavePlugin
33
Plugin-Id: nf-wave
4-
Plugin-Version: 1.12.1
4+
Plugin-Version: 1.13.0
55
Plugin-Provider: Seqera Labs
6-
Plugin-Requires: >=25.03.0-edge
6+
Plugin-Requires: >=25.05.0-edge

0 commit comments

Comments
 (0)