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 4fa2fd0
Show file tree
Hide file tree
Showing 2 changed files with 6 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
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ build:: $(OPENAPI_FILE)
dotnet build /p:Version=${DOTNET_VERSION}

lint::
golangci-lint run --timeout 20m
# TODO: Re-enable once OOM issue is addressed
# golangci-lint run

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

0 comments on commit 4fa2fd0

Please sign in to comment.