Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Aug 2, 2021
1 parent 1b7a241 commit 2103200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.6

- Fix crash when trying to use List resources
- Catch panics and print friendly error message

# 0.1.5

- Remove dependency on terraform in go.mod
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build docker docker-push release install test clean

VERSION := 0.1.5
VERSION := 0.1.6
DOCKER_IMAGE_NAME := jrhouston/tfk8s

build:
Expand Down

0 comments on commit 2103200

Please sign in to comment.