Skip to content

Commit

Permalink
publish 2.0.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll authored Dec 20, 2019
1 parent 70aa566 commit b07ef06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# terraform-provider-spinnaker

## 1.8.0
## 2.0.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)
Breaking change:
`spinnaker_pipeline_deploy_manifest_stage` now requires `moniker` field.
Spinnaker was causing null pointer exceptions if it wasn't provided

- `70aa566` make sure deploy manifest moniker is required (#56)
- `3ed0849` add notifications to manual judgement (#55)

## 1.7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ go mod vendor
### Link ###

```sh
version=v1.8.0
version=v2.0.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.8.0
version=v2.0.0
git tag -a $version -m $version
git push origin $version
goreleaser release --rm-dist

0 comments on commit b07ef06

Please sign in to comment.