Skip to content

Commit 6e2591d

Browse files
committed
[release 24.04.3] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 55ec5ec commit 6e2591d

File tree

8 files changed

+16
-10
lines changed

8 files changed

+16
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.04.2
1+
24.04.3

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
24.04.3 - 9 Jul 2024
4+
- Add ability to override failOnError setting default via env variable (#5117) [ci fast] [6852429c]
5+
- Fix normalization of consecutive slashes in uri path (#5114) [3f366b7e]
6+
- Fix executions hangs on finalisation exception (#5070) [4c207c23]
7+
- Bump nf-google@1.13.2-patch1 [55ec5ec5]
8+
39
24.04.2 - 29 May 2024
410
- Fix handling of tags with slash on Bitbucket (#5031) [ci fast] [76cd305f]
511
- Fix the default for async finalizer (#5013) [f5fba709]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build=5914
2-
version=24.04.2
3-
timestamp=1716963596208
4-
commitId=76cd305f8
1+
build=5916
2+
version=24.04.3
3+
timestamp=1720553717380
4+
commitId=6852429cf

modules/nextflow/src/main/resources/META-INF/plugins-info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ nf-cloudcache@0.4.1
44
nf-codecommit@0.2.0
55
nf-console@1.1.3
66
nf-ga4gh@1.3.0
7-
nf-google@1.13.2
7+
nf-google@1.13.2-patch1
88
nf-tower@1.9.1
99
nf-wave@1.4.2

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'24.04.2'}
18+
NXF_VER=${NXF_VER:-'24.04.3'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8b22284157665e6fe3586bda3f2ba96a
1+
ba84ce57a800290ab88c35b6c463cfec

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d967a8b8db2c098bc0c53e20f99d67171785c6e8
1+
5061e6faa278263e9a91406af002e0b015dc5b0b

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19fb76325146dddc8d09695bab108de77df76aa31c98bf8894f0a764e6b88dc3
1+
e258f6395a38f044eb734cba6790af98b561aa521f63e2701fe95c050986e11c

0 commit comments

Comments
 (0)