Skip to content

Commit

Permalink
Updated binary version (#22)
Browse files Browse the repository at this point in the history
* chore: Updated version and added limitations on README

* chore: Reverted README changes

* chore: Updated migration instruction

Co-authored-by: Arjun Raj <arjun.raj@instaclustr.com>
  • Loading branch information
arjunrajshekhar and arjunrajinstaclustr authored Apr 23, 2020
1 parent d5358a9 commit c73b401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN_NAME="terraform-provider-instaclustr"
VERSION=v0.1.0
VERSION=v1.0.0

.PHONY: install clean all build test testacc

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &rarr; 0.1.0
### Migrating from 0.0.1 &rarr; 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 -<br>
1. Change all usages of the `bundles` argument &rarr; `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.
Expand Down

0 comments on commit c73b401

Please sign in to comment.