Skip to content

Commit

Permalink
release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Jan 3, 2019
1 parent 90b632b commit a7f5d76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 0.8.3 (03 Jan 2019)

* Added support for `parse-content`.

# 0.8.2 (12 Dec 2018)

* accept stdin input in cli tool

# 0.8.1 (30 Nov 2018)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ sudo bash -c "`curl -L https://raw.githubusercontent.com/ai-traders/ide/master/i

Add `Idefile` in your project with following content
```
IDE_DOCKER_IMAGE=tomzo/gocd-yaml-ide:0.8.2
IDE_DOCKER_IMAGE=tomzo/gocd-yaml-ide:0.8.3
```

To validate files run:
Expand All @@ -211,7 +211,7 @@ watch gocd-yaml syntax ci.gocd.yaml
## Usage with docker only

```
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-yaml-ide:0.8.2 bash
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-yaml-ide:0.8.3 bash
```
Then you have an interactive shell as above.

Expand Down

0 comments on commit a7f5d76

Please sign in to comment.