We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1a99d commit b67dd9cCopy full SHA for b67dd9c
CHANGELOG.md
@@ -2,6 +2,8 @@ Changelog for the Cortex terraform provider.
2
3
## Unreleased
4
5
+## 0.2.1
6
+
7
* Add the ability to pass `role` in `x-cortex-team.members` attributes
8
* Add `x-cortex-coralogix` support
9
* Add `x-cortex-k8s` support
Makefile
@@ -2,7 +2,7 @@ HOSTNAME=github.com
NAMESPACE=bigcommerce
NAME=cortex
BINARY=terraform-provider-${NAME}
-VERSION=0.2.1-dev
+VERSION=0.2.2-dev
GOOS?=$(shell go tool dist env | grep GOOS | grep -o '".*"' | sed 's/"//g')
GOARCH?=$(shell go tool dist env | grep GOARCH | grep -o '".*"' | sed 's/"//g')
0 commit comments