From c73b401d6b8c23cc37081f91b89ad2a22c7e617c Mon Sep 17 00:00:00 2001 From: arjunrajshekhar Date: Thu, 23 Apr 2020 16:11:26 +1000 Subject: [PATCH] Updated binary version (#22) * chore: Updated version and added limitations on README * chore: Reverted README changes * chore: Updated migration instruction Co-authored-by: Arjun Raj --- Makefile | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 480e5321..71c13a70 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN_NAME="terraform-provider-instaclustr" -VERSION=v0.1.0 +VERSION=v1.0.0 .PHONY: install clean all build test testacc diff --git a/README.md b/README.md index 5ca5d5f6..88579786 100644 --- a/README.md +++ b/README.md @@ -239,12 +239,11 @@ KAFKA_REST_PROXY|5.0.0|KAFKA KAFKA_SCHEMA_REGISTRY|5.0.0|KAFKA ELASTICSEARCH|opendistro-for-elasticsearch:1.4.0 -### Migrating from 0.0.1 → 0.1.0 +### Migrating from 0.0.1 → 1.0.0+ A schema change has been made from 0.0.1 which no longer supports the `bundles` argument and uses `bundle` blocks instead. This change can cause `terraform apply` to fail with a message that `bundles` has been removed and/or updating isn't supported. To resolve this -
1. Change all usages of the `bundles` argument → `bundle` blocks (example under example/main.tf) 2. In the .tfstate files, replace all keys named `bundles` with `bundle` in resources under the Instaclustr provider. - ## Contributing Firstly thanks! We value your time and will do our best to review the PR as soon as possible.