Skip to content

Commit af990b1

Browse files
authored
DEVEX-2566, DEVEX-2604: Post release 2.15.0 (#527)
* set release version 2.15.0 * Change dx compiler copy app env to newer Ubuntu 24.04 * Fix dxApi version to support OCI Ashburn * Cleanup after release
1 parent 34c1059 commit af990b1

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## Unreleased
44

5+
## 2.15.0 2025-09-29
6+
57
* Added support for new region in OCI Ashburn
68

9+
### Dependency updates
10+
11+
* dxApi [0.13.14](https://github.com/dnanexus/dxScala/releases/tag/api-0.13.14)
12+
713
## 2.14.0 2025-07-03
814

915
* Added option `-executableCreationParallelism <int>`, the maximum number of platform executables that dxCompiler can

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ val githubDxCompilerResolver = Resolver.githubPackages("dnanexus", "dxCompiler")
126126
lazy val dependencies =
127127
new {
128128
val dxCommonVersion = "0.11.5"
129-
val dxApiVersion = "0.13.13"
129+
val dxApiVersion = "0.13.14"
130130
val dxFileAccessProtocolsVersion = "0.5.6"
131131
val dxYamlVersion = "0.1.1"
132132
val cwlScalaVersion = "0.8.5"

compiler/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxCompiler {
2-
version = "2.14.1-SNAPSHOT"
2+
version = "2.15.1-SNAPSHOT"
33
}
44

55
#

core/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxCompilerCore {
2-
version = "2.14.1-SNAPSHOT"
2+
version = "2.15.1-SNAPSHOT"
33
}
44

55
#

executorCommon/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxExecutorCommon {
2-
version = "2.14.1-SNAPSHOT"
2+
version = "2.15.1-SNAPSHOT"
33
}
44

55
#

executorCwl/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxExecutorCwl {
2-
version = "2.14.1-SNAPSHOT"
2+
version = "2.15.1-SNAPSHOT"
33
}
44

55
#

executorWdl/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxExecutorWdl {
2-
version = "2.14.1-SNAPSHOT"
2+
version = "2.15.1-SNAPSHOT"
33
}
44

55
#

scripts/dxcompiler_copy/dxapp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Copy File",
44
"summary": "Copy a file to a different region",
55
"dxapi": "1.0.0",
6-
"version": "0.1.0",
6+
"version": "0.2.0",
77
"billTo": "org-dnanexus_apps",
88
"developers": [
99
"org-dnanexus_apps"
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"distribution": "Ubuntu",
49-
"release": "20.04",
49+
"release": "24.04",
5050
"version": "0",
5151
"file": "code.sh"
5252
},
@@ -123,7 +123,7 @@
123123
}
124124
},
125125
"details": {
126-
"whatsNew": "* 0.1.0: Added new OCI Ashburn region \n * 0.0.7: Fixed instance types for Azure regions\n * 0.0.6: Added new Bahrain AWS region aws:me-south-1\n * 0.0.5: updated azure instances to v2 for OFH region\n * 0.0.3: Added new London OFH region\n * 0.0.2: Added new London region."
126+
"whatsNew": "* 0.2.0: Update running environment to Ubuntu 24.04 \n * 0.1.0: Added new OCI Ashburn region \n * 0.0.7: Fixed instance types for Azure regions\n * 0.0.6: Added new Bahrain AWS region aws:me-south-1\n * 0.0.5: updated azure instances to v2 for OFH region\n * 0.0.3: Added new London OFH region\n * 0.0.2: Added new London region."
127127
},
128128
"access": {
129129
"network": [

0 commit comments

Comments
 (0)