commit
a63e9dad24
4 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.10.0
|
current_version = 0.10.1
|
||||||
commit = True
|
commit = True
|
||||||
tag = False
|
tag = False
|
||||||
|
|
||||||
|
|
|
@ -3,14 +3,17 @@
|
||||||
1. [#10] log handler error on Linux environment
|
1. [#10] log handler error on Linux environment
|
||||||
1. [#11] Fix reading state file for remote state and support backend config for
|
1. [#11] Fix reading state file for remote state and support backend config for
|
||||||
init command
|
init command
|
||||||
|
|
||||||
## [0.9.0]
|
## [0.9.0]
|
||||||
### Fixed
|
|
||||||
1. [#12] Output function doesn't accept parameter 'module'
|
1. [#12] Output function doesn't accept parameter 'module'
|
||||||
1. [#16] Handle empty space/special characters when passing string to command line options
|
1. [#16] Handle empty space/special characters when passing string to command line options
|
||||||
1. Tested with terraform 0.10.0
|
1. Tested with terraform 0.10.0
|
||||||
|
|
||||||
## [0.10.0]
|
## [0.10.0]
|
||||||
### Fixed
|
|
||||||
1. [#27] No interaction for apply function
|
1. [#27] No interaction for apply function
|
||||||
1. [#18] Return access to the subprocess so output can be handled as desired
|
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
|
1. [#24] Full support for output(); support for raise_on_error
|
||||||
|
|
||||||
|
## [0.10.1]
|
||||||
|
1. [#48] adding extension for temp file to adopt the change in terraform 0.12.0
|
||||||
|
1. [#49] add workspace support
|
0
CONTRIBUTING.md
Normal file
0
CONTRIBUTING.md
Normal file
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ except IOError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version='0.10.0',
|
version='0.10.1',
|
||||||
url='https://github.com/beelit94/python-terraform',
|
url='https://github.com/beelit94/python-terraform',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Freddy Tan',
|
author='Freddy Tan',
|
||||||
|
|
Loading…
Reference in a new issue