Skip to content

Commit

Permalink
1.1.0-rc1 preparation
Browse files Browse the repository at this point in the history
Updated the changelog and the docker compose file
  • Loading branch information
NefixEstrada committed Feb 3, 2019
1 parent 9135852 commit d17f2ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [1.1.0-rc1] - 2019-02-03

This is the first release candidate for the 1.1.0 version. The changelog is going to be updated after the release (approximately in a week [2019-02-10]). Check the [pull request](https://github.com/isard-vdi/isard/pull/94) for more information.

## [1.0.1] - 2018-12-27

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "443:443"
networks:
- isard_network
image: isard/nginx:1.1
image: isard/nginx:1.1.0-rc1
restart: unless-stopped
depends_on:
- isard-app
Expand All @@ -40,7 +40,7 @@ services:
- "55900-55949:55900-55949"
networks:
- isard_network
image: isard/hypervisor:1.1
image: isard/hypervisor:1.1.0-rc1
privileged: true
restart: unless-stopped

Expand All @@ -58,7 +58,7 @@ services:
- "isard-engine:127.0.0.1"
networks:
- isard_network
image: isard/app:1.1
image: isard/app:1.1.0-rc1
restart: unless-stopped
depends_on:
- isard-database
Expand Down

0 comments on commit d17f2ab

Please sign in to comment.