Skip to content

Commit

Permalink
release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Corban Raun committed Sep 13, 2021
1 parent b86b2c2 commit 1dda1cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# terraform-provider-spinnaker
## 4.1.1
- [b86b2c2] Update binary and archive names, so they are compatible with the terraform registry.

## 4.1.0
- [07ac02c] Merge pull request #1 from get-bridge/dev/craun/update-go-version

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v4.1.0
VERSION := v4.1.1

tag:
@git tag -a ${VERSION} -m ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ go mod vendor
### Link ###

```sh
version=v4.1.0
version=v4.1.1
go clean
go build
rm ~/.terraform.d/plugins/$(uname | tr '[:upper:]' '[:lower:]')_amd64/terraform-provider-spinnaker_$version
Expand Down

0 comments on commit 1dda1cd

Please sign in to comment.