From 7a6ec9aade820257382e91aea01c36621c6df4b3 Mon Sep 17 00:00:00 2001 From: Shubham Jaybhaye Date: Wed, 26 Feb 2020 14:18:55 +0530 Subject: [PATCH] #ESW-292 : Saloni | Shubham: Preparation of 0.1.0-RC2 release Co-authored-by: Saloni Vithalani --- CHANGELOG.md | 4 ++++ README.md | 2 ++ notes/0.1.0-RC2.markdown | 15 +++++++++++++++ project/Libs.scala | 6 +++--- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 notes/0.1.0-RC2.markdown diff --git a/CHANGELOG.md b/CHANGELOG.md index eb441a085..d51ce6183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Here is the repository for ESW: [esw](https://github.com/tmtsoftware/esw). All notable changes to this project will be documented in this file. +## [ESW v0.1.0-RC2] - 2020-02-26 +This is the second release of the TMT Executive Software for project stakeholders. +See [here](https://tmtsoftware.github.io/esw/0.1.0-RC2/) for a detailed documentation of this version of the ESW software. + ## [ESW v0.1.0-RC1] - 2020-02-06 This is the first release of the TMT Executive Software for project stakeholders. See [here](https://tmtsoftware.github.io/esw/0.1.0-RC1/) for a detailed documentation of this version of the ESW software. \ No newline at end of file diff --git a/README.md b/README.md index 917aaa1ae..808dc77b2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the | esw | csw | |--------|------| +| v0.1.0-RC2 | v2.0.0-RC2 | | v0.1.0-RC1 | v2.0.0-RC1 | Pre-Release History @@ -22,6 +23,7 @@ Pre-Release History | Date | Tag | Source | Download | |-----|-----|-----|-----| +| 2020-02-26 | v0.1.0-RC2 | [esw-0.1.0-RC2](https://github.com/tmtsoftware/esw/tree/v0.1.0-RC2) | Apps: [zip](https://github.com/tmtsoftware/esw/releases/download/v0.1.0-RC2/esw-apps-0.1.0-RC2.zip), Source: [tar.gz](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC2.tar.gz), [zip](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC2.zip) | | 2020-02-06 | v0.1.0-RC1 | [esw-0.1.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.1.0-RC1) | Apps: [zip](https://github.com/tmtsoftware/esw/releases/download/v0.1.0-RC1/esw-apps-0.1.0-RC1.zip), Source: [tar.gz](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC1.tar.gz), [zip](https://github.com/tmtsoftware/esw/archive/v0.1.0-RC1.zip) | Example code can be found in the [documentation](https://tmtsoftware.github.io/esw/) and in the [examples](examples) subproject. \ No newline at end of file diff --git a/notes/0.1.0-RC2.markdown b/notes/0.1.0-RC2.markdown new file mode 100644 index 000000000..164d56113 --- /dev/null +++ b/notes/0.1.0-RC2.markdown @@ -0,0 +1,15 @@ +## ESW - TMT Executive Software v0.1.0-RC2 + +This is the second release v0.1.0-RC2 of the TMT Executive Software. + +See [CHANGELOG.md](CHANGELOG.md) for details of all releases. + +### Features +Three main components are delivered as part of ESW: +* Sequencer +* Sequence Component +* ESW Gateway + +### Documentation + +Paradox documentation can be found here: https://tmtsoftware.github.io/esw/0.1.0-RC2/ \ No newline at end of file diff --git a/project/Libs.scala b/project/Libs.scala index d3a62650d..3da29c4f4 100644 --- a/project/Libs.scala +++ b/project/Libs.scala @@ -4,7 +4,7 @@ import sbt._ object Libs { private val SilencerVersion = "1.4.4" - private val MSocketVersion = "cb1e6d9" + private val MSocketVersion = "0.1.0-RC2" val `silencer-plugin` = "com.github.ghik" % "silencer-plugin" % SilencerVersion cross CrossVersion.full val `silencer-lib` = "com.github.ghik" % "silencer-lib" % SilencerVersion cross CrossVersion.full @@ -22,12 +22,12 @@ object Libs { val `prometheus-akka-http` = "com.lonelyplanet" %% "prometheus-akka-http" % "0.5.0" - val blockhound = "io.projectreactor.tools" % "blockhound" % "1.0.2.RELEASE" + val blockhound = "io.projectreactor.tools" % "blockhound" % "1.0.2.RELEASE" } object Csw { private val Org = "com.github.tmtsoftware.csw" - private val Version = "dfa7c43" //change this to 0.1.0-SNAPSHOT to test with local csw changes (after publishLocal) + private val Version = "2.0.0-RC2" //change this to 0.1.0-SNAPSHOT to test with local csw changes (after publishLocal) val `csw-admin-api` = dep(Org %%% "csw-admin-api" % Version) val `csw-admin-impl` = Org %% "csw-admin-impl" % Version