Skip to content

Commit

Permalink
#ESW-292 : Saloni | Shubham: Preparation of 0.1.0-RC2 release
Browse files Browse the repository at this point in the history
Co-authored-by: Saloni Vithalani <[email protected]>
  • Loading branch information
shubhamJay and skvithalani committed Feb 26, 2020
1 parent 5bf0cd7 commit 7a6ec9a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ 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
----------------------

| 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.
15 changes: 15 additions & 0 deletions notes/0.1.0-RC2.markdown
Original file line number Diff line number Diff line change
@@ -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/
6 changes: 3 additions & 3 deletions project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7a6ec9a

Please sign in to comment.