Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish 1.8.0 #53

Merged
merged 1 commit into from
Dec 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# terraform-provider-spinnaker

## 1.8.0

- `9624ffe` Evalaute variables (#52)
- `06e005c` add spinnaker_pipeline_find_artifacts_from_resource_stage (#51)
- `80179b9` fix application import crashing if no permissions defined (#50)

## 1.7.0

- `ffc3a41` add run_job_manifest to client (#48)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ go mod vendor
### Link ###

```sh
version=v1.7.0
version=v1.8.0
go clean
go build
rm ~/.terraform.d/plugins/$(uname | tr '[:upper:]' '[:lower:]')_amd64/terraform-provider-spinnaker_$version
Expand Down
2 changes: 1 addition & 1 deletion publish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=v1.7.0
version=v1.8.0
git tag -a $version -m $version
git push origin $version
goreleaser release --rm-dist