Skip to content

Commit

Permalink
Release v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Nov 7, 2022
1 parent e024587 commit 2241fdd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
# Unreleased
# 12.0.0 (2022/11/07)

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

# 11.0.0 (2022/04/08)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "claranet-tfwrapper"
version = "11.0.1-alpha.0"
version = "12.0.0"
description = "Claranet's `tfwrapper` is a wrapper for [Terraform](https://www.terraform.io/) implemented in python which aims to simplify Terraform usage and enforce best practices"
authors = []
license = "Mozilla Public License Version 2.0"
Expand Down

0 comments on commit 2241fdd

Please sign in to comment.