Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #143 from danmx/release-0.6.0
Browse files Browse the repository at this point in the history
chore(release): version 0.6.0
  • Loading branch information
danmx authored Aug 16, 2020
2 parents 35c8410 + b9435f2 commit 439adff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### Chore
- removing deprecated name tag reference
- **deps:** update golang.org/x/crypto commit hash to 75b2880
- **deps:** update Go to 1.15
- **deps:** bumping Go and tidying dependecies
- **deps:** update module aws/aws-sdk-go to v1.34.2
Expand All @@ -19,7 +20,7 @@
- **deps:** update l.gcr.io/google/bazel docker tag to v3.4.1
- **deps:** update dependency io_bazel_rules_docker to v0.14.4
- **deps:** x/crypto version bump
- **deps:** update golang.org/x/crypto commit hash to 75b2880
- **release:** version 0.6.0

### Fix
- **bazel:** docker rules
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brew install danmx/sigil/sigil
### Docker

```shell
docker pull danmx/sigil:0.5
docker pull danmx/sigil:0.6
```

## Examples
Expand All @@ -63,7 +63,7 @@ docker pull danmx/sigil:0.5
Docker:

```shell
docker run --rm -it -v "${HOME}"/.sigil:/home/nonroot/.sigil -v "${HOME}"/.aws:/home/.aws danmx/sigil:0.5 list --output-format wide
docker run --rm -it -v "${HOME}"/.sigil:/home/nonroot/.sigil -v "${HOME}"/.aws:/home/.aws danmx/sigil:0.6 list --output-format wide
```

Binary:
Expand Down
2 changes: 1 addition & 1 deletion docs/00-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brew install danmx/sigil/sigil
### Docker

```shell
docker pull danmx/sigil:0.5
docker pull danmx/sigil:0.6
```

### Source code
Expand Down
2 changes: 1 addition & 1 deletion tools/get_workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

appName="sigil"
appVersion="${VERSION:-0.5.3}"
appVersion="${VERSION:-0.6.0}"
gitCommit="${GIT_COMMIT:-$(git rev-parse HEAD)}"
gitBranch="${GIT_BRANCH:-$(git rev-parse --abbrev-ref HEAD)}"

Expand Down

0 comments on commit 439adff

Please sign in to comment.