Skip to content

Commit

Permalink
Updates for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Senaka Fernando committed Feb 9, 2019
1 parent 09d968e commit a75fad3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-apps/blob/master/Dockerfile)
- [`0.3.0`, `stable`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.0/Dockerfile)
- [`0.3.1`, `stable`, (*0.3.1/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.1/Dockerfile)
- [`0.3.0`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.0/Dockerfile)
- [`0.2.0`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove-apps/blob/v0.3.0/Dockerfile)

# Pre-requisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove-services/blob/master/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.1.0`, `stable`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.3.0/packages/ove-service-persistence-inmemory/Dockerfile)
- [`0.1.0`, `stable`, (*0.1.0/Dockerfile*)](https://github.com/ove/ove-services/blob/v0.1.0/packages/ove-service-persistence-inmemory/Dockerfile)

# Pre-requisites

Expand Down
3 changes: 2 additions & 1 deletion dockerhub/ovehub/ove/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Please note that all docker files expect that you have [downloaded the source code](https://ove.readthedocs.io/en/stable/docs/INSTALLATION.html#downloading-source-code) corresponding to each specific version.

- [`latest-unstable`, (*Dockerfile*)](https://github.com/ove/ove/blob/master/Dockerfile)
- [`0.3.0`, `stable`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.0/Dockerfile)
- [`0.3.1`, `stable`, (*0.3.1/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.1/Dockerfile)
- [`0.3.0`, (*0.3.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.0/Dockerfile)
- [`0.2.0`, (*0.2.0/Dockerfile*)](https://github.com/ove/ove/blob/v0.3.0/Dockerfile)

# Installing and running OVE
Expand Down
12 changes: 6 additions & 6 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Building installers for non-supported platforms also requires:

The [**OVE Install**](https://github.com/ove/ove-install/) scripts are available for Linux, Mac (OS X) and Windows operating systems either as a Python 3 or a Python 2 executable application:

* [linux-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/linux-python3-v0.3.1-setup)
* [linux-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/linux-python2-v0.3.1-setup)
* [osx-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/osx-python3-v0.3.1-setup)
* [osx-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/osx-python2-v0.3.1-setup)
* [windows-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/windows-python3-v0.3.1-setup)
* [windows-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/0.3.1/windows-python2-v0.3.1-setup)
* [linux-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/linux-python2-v0.3.1-setup)
* [linux-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/linux-python2-v0.3.1-setup)
* [osx-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/osx-python3-v0.3.1-setup)
* [osx-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/osx-python2-v0.3.1-setup)
* [windows-python3-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/windows-python3-v0.3.1-setup)
* [windows-python2-v0.3.1-setup](https://github.com/ove/ove-install/releases/download/v0.3.1/windows-python2-v0.3.1-setup)

### Building installers for non-supported platforms

Expand Down

0 comments on commit a75fad3

Please sign in to comment.