Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jul 29, 2019
1 parent 36d9cd2 commit 03e22c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## July 21 2019 0.41.1
* Updated gcp:kms with policy binding
* Added $gcp.serviceAccount variable for gcp:* services


## July 21 2019 0.41.0
* Removed process:stopAll - BREAKING CHANGE - please use process:stop
* Extended process:stop to handle command match
Expand Down
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.41.0
0.41.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ require (
github.com/viant/dsc v0.11.0
github.com/viant/dsunit v0.10.1
github.com/viant/neatly v0.8.0
github.com/viant/toolbox v0.25.2
github.com/viant/toolbox v0.26.0
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
Expand Down
2 changes: 1 addition & 1 deletion system/cloud/aws/ssm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To check all supported method run
```


To check method contract run endly -s="aws/sqs" -a=methodName
To check method contract run endly -s="aws/ssm" -a=methodName
```bash
endly -s="aws/kms:"
```
Expand Down
1 change: 1 addition & 0 deletions system/cloud/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The set of google cloud services provice procy of various google.golang.org/api
#### Global variables

- $gcp.projectID: expands with project ID
- $gcp.serviceAccount: expands with service account


#### Usage:
Expand Down

0 comments on commit 03e22c5

Please sign in to comment.