From 3a32241cf1c83f3ebd7106a44ab1bd197e94ad78 Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 5 Jun 2019 00:07:24 -0700 Subject: [PATCH 1/6] Updating test env and Contribution doc --- .travis.yml | 8 ++++---- CONTRIBUTING.md | 0 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/.travis.yml b/.travis.yml index bb62e9c..c0420c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python python: - '2.7' -- '3.5' - '3.6' +- '3.7' before_install: sudo apt-get install unzip before_script: - - export TFVER=0.10.0 + - export TFVER=0.12.1 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_" @@ -36,7 +36,7 @@ deploy: on: branch: release/** tags: false - condition: $TRAVIS_PYTHON_VERSION = "3.5" + condition: $TRAVIS_PYTHON_VERSION = "3.7" - provider: pypi distributions: sdist user: beelit94 @@ -45,7 +45,7 @@ deploy: on: branch: master tags: false - condition: $TRAVIS_PYTHON_VERSION = "3.5" + condition: $TRAVIS_PYTHON_VERSION = "3.7" notifications: email: recipients: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e69de29 From c79e8070282769eb6ac9a7a3cec5d266ba1b7307 Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 5 Jun 2019 00:14:23 -0700 Subject: [PATCH 2/6] adding change log for 0.10.1 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a7b5e..36bf9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,17 @@ 1. [#10] log handler error on Linux environment 1. [#11] Fix reading state file for remote state and support backend config for init command + ## [0.9.0] -### Fixed 1. [#12] Output function doesn't accept parameter 'module' 1. [#16] Handle empty space/special characters when passing string to command line options 1. Tested with terraform 0.10.0 ## [0.10.0] -### Fixed 1. [#27] No interaction for apply function 1. [#18] Return access to the subprocess so output can be handled as desired -1. [#24] Full support for output(); support for raise_on_error \ No newline at end of file +1. [#24] Full support for output(); support for raise_on_error + +## [0.10.1] +1. [#48] adding extension for temp file to addapt change in terraform 0.12.0 +1. [#49] add workspace support \ No newline at end of file From 172ab6b509fc62a1c8d15422e58a26e0f89db24b Mon Sep 17 00:00:00 2001 From: beelit94 Date: Thu, 20 Jun 2019 23:04:30 -0700 Subject: [PATCH 3/6] roll back python version --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0420c7..212ef0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - '2.7' +- '3.5' - '3.6' -- '3.7' before_install: sudo apt-get install unzip before_script: - export TFVER=0.12.1 @@ -36,7 +36,7 @@ deploy: on: branch: release/** tags: false - condition: $TRAVIS_PYTHON_VERSION = "3.7" + condition: $TRAVIS_PYTHON_VERSION = "3.5" - provider: pypi distributions: sdist user: beelit94 @@ -45,7 +45,7 @@ deploy: on: branch: master tags: false - condition: $TRAVIS_PYTHON_VERSION = "3.7" + condition: $TRAVIS_PYTHON_VERSION = "3.5" notifications: email: recipients: From 0a7162a5ceb539544aa7f90676998a7a7fbae93a Mon Sep 17 00:00:00 2001 From: beelit94 Date: Thu, 20 Jun 2019 23:22:28 -0700 Subject: [PATCH 4/6] roll back terraform version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 212ef0d..bb62e9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - '3.6' before_install: sudo apt-get install unzip before_script: - - export TFVER=0.12.1 + - export TFVER=0.10.0 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_" From 6d8dde7991149687c221b0981cdc2e56deb8c690 Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 5 Jun 2019 00:07:24 -0700 Subject: [PATCH 5/6] 1. Updating test env and Contribution doc 2. adding change log for 0.10.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36bf9c6..f7fa6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,5 +15,5 @@ 1. [#24] Full support for output(); support for raise_on_error ## [0.10.1] -1. [#48] adding extension for temp file to addapt change in terraform 0.12.0 +1. [#48] adding extension for temp file to adopt the change in terraform 0.12.0 1. [#49] add workspace support \ No newline at end of file From ce788acc3f3267a98c4b1ccacbbe66e9252b258e Mon Sep 17 00:00:00 2001 From: beelit94 Date: Thu, 20 Jun 2019 23:42:16 -0700 Subject: [PATCH 6/6] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.10?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07dac08..1c1f0f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1 commit = True tag = False diff --git a/setup.py b/setup.py index 81f7609..1d8c5d1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except IOError: setup( name=module_name, - version='0.10.0', + version='0.10.1', url='https://github.com/beelit94/python-terraform', license='MIT', author='Freddy Tan',