Skip to content

Commit 324de3d

Browse files
committed
[release 24.09.0-edge] Update timestamp and build number [e2e prod]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 179093d commit 324de3d

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.08.0-edge
1+
24.09.0-edge

changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
24.09.0-edge - 2 Oct 2024
4+
- Add Fusion version pinning info to Fusion config scope (#5294) [be1cac37]
5+
- Add container tip in the task error report (#5299) [62e26043]
6+
- Add support for Java 23 (#5329) [6e10c372]
7+
- Add Platform workflow prefix in AWS Batch job names (#5318) [42dd4ba8]
8+
- Fix AWS spot attempts with zero value (#5331) [bac2da12]
9+
- Fix Azure Fusion env misses credentials when no key or SAS provided (#5328) [e11382c8]
10+
- Fix CI build taking only the commit msg header [9e702c4d]
11+
- Fix Inconsistency with camelCase and kebab-case config params #4702 (solve #4033) [349f4f6f]
12+
- Fix XPath default de-serializer issue (#5339) [290f2d07]
13+
- Fix failOnIgnore causes task monitor to stop submitting tasks (#5293) [d6870335]
14+
- Fix large mermaid diagrams (#5302) [a46edfa0]
15+
- Improve Wave build timeout handling (#5304) [05bef7e4]
16+
- Include additional fields to manifest (#5314) [33fab52d]
17+
- Remove `mini` from Flux submit command (#5229) [a0f69025]
18+
- Update container handling with charliecloud (#5300) [8e6068db]
19+
- Update Documentation structure (#4766) [25e5eba0]
20+
- Update nextflow install docs (#5198) [7c453815]
21+
- Bump groovy 4.0.23 (#5303) [fe3e3ac7]
22+
- Bump nf-wave@1.6.0 [179093dc]
23+
- Bump nf-azure@1.10.0 [41d37fa8]
24+
- Bump nf-amazon@2.9.0 [e38980fb]
25+
326
24.08.0-edge - 4 Sep 2024
427
- Add Google Batch warning when for conflicting disk image config (#5279) [96cb57cb]
528
- Add support for Google Batch used specified boot images (#5268) [0aaa6482]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build=5922
2-
version=24.08.0-edge
3-
timestamp=1725461287713
4-
commitId=97c4e08f3
1+
build=5924
2+
version=24.09.0-edge
3+
timestamp=1727869707469
4+
commitId=179093dc3
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nf-amazon@2.8.0
2-
nf-azure@1.9.0
1+
nf-amazon@2.9.0
2+
nf-azure@1.10.0
33
nf-cloudcache@0.4.2
44
nf-codecommit@0.2.2
55
nf-console@1.1.4
66
nf-google@1.15.0
77
nf-tower@1.9.2
8-
nf-wave@1.5.1
8+
nf-wave@1.6.0

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.08.0-edge'}
18+
NXF_VER=${NXF_VER:-'24.09.0-edge'}
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-
09e28262a4fc4ebc1ffbccbe9ab7678d
1+
d0a80b5cda7a02154a1a9000e5b2df70

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
52be33b40ba95be215f2927a5fc6975ec475fbee
1+
460b61076d57c6c70c7018df378b18f814943255

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dc03db53bd7c3692c2e76af34fb850cbbbb9f15ee3d2b3c7c4dcd79559880144
1+
261b0d4b29c7d99f997d2f467ac6d1947c0717c0931237d378f637c3f64ee0fb

0 commit comments

Comments
 (0)