Releases: claranet/tfwrapper
Releases · claranet/tfwrapper
v13.1.2a3
FIXES: - ci: fix creation of GitHub pre-releases
v13.1.1
FIXES: - deps: require filecache extra of CacheControl to ensure filelock is installed - doc: fix poetry version in changelog UPDATES: - Update all dependencies
v13.1.1a0
FIXES: - replace deprecated usage of set-output in Github Actions
v13.1.0
UPDATES: - Use poetry 1.5.1 in CI - Update all dependencies
v13.0.0
BREAKING: - Drop support for Python 3.7 FIXES: - fix(TER-515): Only lock and mirror sub-commands of providers sub-command do not require state access ADDED: - Add script to automate Dependabot PRs review and merge workflow UPDATES: - Use poetry 1.5.1 in CI - Update all dependencies
v12.2.0
FIXES: - TER-504: fix exit code management on Ctrl-C during plan UPDATES: - Bump actions/setup-python from 4.3.0 to 4.5.0 - Bump black from 22.10.0 to 23.1.0 - Bump certifi from 2021.10.8 to 2022.12.7 - Bump coverage from 6.5.0 to 7.1.0 - Bump ewjoachim/python-coverage-comment-action from 2 to 3 - Bump flake8-docstrings from 1.6.0 to 1.7.0 - Bump md-toc from 8.1.5 to 8.1.9 - Bump mock from 4.0.3 to 5.0.1 - Bump packaging from 21.3 to 23.0 - Bump poetry from 1.1.13 to 1.3.2 - Bump pook from 1.0.2 to 1.1.1 - Bump pytest from 7.2.0 to 7.2.1 - Bump requests from 2.28.1 to 2.28.2 - Bump termcolor from 2.1.0 to 2.2.0
v12.1.0
ADDED: - TER-515: no need to load backend configuration for terraform providers command
v12.0.0
BREAKING: - TER-505: drop support for python 3.6 and use python 3.10 as main target version everywhere ADDED: - TER-510: When bootstrapping a stack from an existent one, do not copy the state.tf file and .terraform folder - TER-511: Fix environment variable set like documented in README, `account` and `region` are now always set (not only for AWS context). - TER-513: Fix azurerm backend initialization UPDATES - Bump actions/download-artifact from 2 to 3 - Bump actions/setup-python from 3 to 4.3.0 - Bump actions/upload-artifact from 2 to 3 - Bump argcomplete from 1.12.3 to 2.0.0 - Bump black from 22.1.0 to 22.10.0 - Bump boto3 from 1.22.0 to 1.26.1 - Bump colorlog from 6.6.0 to 6.7.0 - Bump coverage from 6.3.2 to 6.5.0 - Bump flake8 from 4.0.1 to 5.0.4 - Bump jinja2 from 3.1.1 to 3.1.2 - Bump md-toc from 8.1.1 to 8.1.5 - Bump natsort from 8.1.0 to 8.2.0 - Bump pytest from 7.1.2 to 7.2.0 - Bump requests from 2.27.1 to 2.28.1 - Bump requests-mock from 1.9.3 to 1.10.0 - Bump termcolor from 1.1.0 to 2.1.0
v11.0.0
BREAKING: - TER-493: Remove Azure SDK dependencies, use Azure CLI, and fall back to a [standard usage of azure backend configuration](https://www.terraform.io/language/settings/backends/azurerm). - Specific installation procedure with azure dependencies does not exist anymore, more details in [installation instructions](https://github.com/claranet/terraform-wrapper#installation). - Previous Azure backend state and data remote states configurations files may now be incomplete. It is necessary to define `subscription_id` and `resource_group_name` attributes if not present. See [azurerm backend documentation ](https://www.terraform.io/language/settings/backends/azurerm). ADDED - TER-468: Allow templates outside templates directory - TER-492: Allow multiple states configuration for a same backend type, see [states centralization configuration](https://github.com/claranet/terraform-wrapper#states-centralization-configuration). - TER-497: Allow multiple providers declaration in stack configuration. Only supported for Azure stacks for now, see [stacks-configurations](https://github.com/claranet/terraform-wrapper#stacks-configurations). - TER-499: fix regressions on `bootstrap` and `foreach` introduced in v9.2.0 - TER-500: add coverage - TER-501: Improve HTTP requests cache initialization and ensure all unit tests have their own empty cache - TER-502: ignore flake8 rule D103 on all unit test files UPDATES - Bump actions/checkout from 2 to 3 - Bump requests from 2.25.1 to 2.27.1
v10.0.0
BREAKING: - GH-51: Rename `foreach` subcommand `-c` parameter to `-S`/`--shell` to avoid conflict with main stack parameter UPDATES: - Add .github/dependabot.yml - Bump azure-common from 1.1.27 to 1.1.28 - Bump azure-cli-core from 2.30.0 to 2.33.1 - Bump azure-mgmt-storage from 18.0.0 to 19.1.0 - Bump black from 21.9b0 to 22.1.0 - Bump boto3 from 1.18.59 to 1.21.3 - Bump cachecontrol from 0.12.6 to 0.12.10 - Bump colorlog from 5.0.1 to 6.6.0 - Bump flake8 from 3.9.2 to 4.0.1 - Bump jinja2 from 3.0.2 to 3.0.3 - Bump md-toc from 8.0.1 to 8.1.1 - Bump natsort from 7.1.1 to 8.1.0 - Bump packaging from 21.0 to 21.3 - Bump pytest from 6.2.5 to 7.0.1 - Bump pyyaml from 5.4.1 to 6.0 - Bump schema from 0.7.4 to 0.7.5 - Ignore all boto3 patch updates which are too frequent (but not security updates), and allow up to 10 PRs FIXES: - Fix black command for lint - poetry add --dev toml - Properly check prerelease status in Create Release step