Skip to content

Commit

Permalink
Add a CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Mar 12, 2020
1 parent 4d4da7d commit d19563c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## HEAD (Unreleased)

### Improvements

- Add a Go SDK. (https://github.com/pulumi/pulumi-kubernetes/pull/1029).

## 1.5.7 (March 10, 2020)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ build:: $(OPENAPI_FILE)
dotnet build /p:Version=${DOTNET_VERSION}

lint::
golangci-lint run --timeout 20m
golangci-lint run --deadline 20m

install::
GOBIN=$(PULUMI_BIN) $(GO) install $(VERSION_FLAGS) $(PROJECT)/cmd/$(PROVIDER)
Expand Down

0 comments on commit d19563c

Please sign in to comment.