Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Unreleased

## 2.15.0 2025-09-29

* Added support for new region in OCI Ashburn

### Dependency updates

* dxApi [0.13.14](https://github.com/dnanexus/dxScala/releases/tag/api-0.13.14)

## 2.14.0 2025-07-03

* Added option `-executableCreationParallelism <int>`, the maximum number of platform executables that dxCompiler can
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ val githubDxCompilerResolver = Resolver.githubPackages("dnanexus", "dxCompiler")
lazy val dependencies =
new {
val dxCommonVersion = "0.11.5"
val dxApiVersion = "0.13.13"
val dxApiVersion = "0.13.14"
val dxFileAccessProtocolsVersion = "0.5.6"
val dxYamlVersion = "0.1.1"
val cwlScalaVersion = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxCompiler {
version = "2.14.1-SNAPSHOT"
version = "2.15.1-SNAPSHOT"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.15.0-SNAPSHOT

}

#
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxCompilerCore {
version = "2.14.1-SNAPSHOT"
version = "2.15.1-SNAPSHOT"
}

#
Expand Down
2 changes: 1 addition & 1 deletion executorCommon/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxExecutorCommon {
version = "2.14.1-SNAPSHOT"
version = "2.15.1-SNAPSHOT"
}

#
Expand Down
2 changes: 1 addition & 1 deletion executorCwl/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxExecutorCwl {
version = "2.14.1-SNAPSHOT"
version = "2.15.1-SNAPSHOT"
}

#
Expand Down
2 changes: 1 addition & 1 deletion executorWdl/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dxExecutorWdl {
version = "2.14.1-SNAPSHOT"
version = "2.15.1-SNAPSHOT"
}

#
Expand Down
6 changes: 3 additions & 3 deletions scripts/dxcompiler_copy/dxapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Copy File",
"summary": "Copy a file to a different region",
"dxapi": "1.0.0",
"version": "0.1.0",
"version": "0.2.0",
"billTo": "org-dnanexus_apps",
"developers": [
"org-dnanexus_apps"
Expand Down Expand Up @@ -46,7 +46,7 @@
}
},
"distribution": "Ubuntu",
"release": "20.04",
"release": "24.04",
"version": "0",
"file": "code.sh"
},
Expand Down Expand Up @@ -123,7 +123,7 @@
}
},
"details": {
"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."
"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."
},
"access": {
"network": [
Expand Down
Loading