Skip to content

Commit

Permalink
publish 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Aug 6, 2019
1 parent 9083e51 commit 220f434
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# terraform-provider-jenkins Change Log

## 0.1.1

[9083e51] make sure to return nil instead of error on read
[352126c] make sure provider doesn't fail on read if property or action doesn't exit
[5139baf] add local dev link info to readme
[0515f40] update readme to have clearer install vs build
[3747ae0] update readme dependencies to have clearer gomod command
[b079ff7] Update readme with more about credentials and envvars
[b6b812f] update importer usage to build using go get
[1cc8c5f] clean up readme todo

## 0.1.0

[10fa096] (HEAD -> master, origin/master) add import script to importer to get tf state (#1)
[10fa096] add import script to importer to get tf state (#1)
[e9d0d95] update importer to output .tf code files for job
[d05d39a] refactor remaining client unmarshal switches
[0b28faf] remove importer binary
Expand Down
2 changes: 1 addition & 1 deletion publish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=v0.1.0
version=v0.1.1
git tag -a $version -m $version
git push origin $version
goreleaser release --rm-dist

0 comments on commit 220f434

Please sign in to comment.