Skip to content

Commit 3e62383

Browse files
committed
Release v10.0.0
1 parent c5fc989 commit 3e62383

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
1-
# 9.2.1-alpha.0 (2022/02/10)
1+
# 10.0.0 (2022/03/10)
2+
3+
BREAKING:
4+
5+
- GH-51: Rename `foreach` subcommand `-c` parameter to `-S`/`--shell` to avoid conflict with main stack parameter
26

37
UPDATES:
48

59
- Add .github/dependabot.yml
10+
- Bump azure-common from 1.1.27 to 1.1.28
11+
- Bump azure-cli-core from 2.30.0 to 2.33.1
12+
- Bump azure-mgmt-storage from 18.0.0 to 19.1.0
613
- Bump black from 21.9b0 to 22.1.0
7-
- Bump boto3 from 1.18.59 to 1.20.52
14+
- Bump boto3 from 1.18.59 to 1.21.3
815
- Bump cachecontrol from 0.12.6 to 0.12.10
916
- Bump colorlog from 5.0.1 to 6.6.0
1017
- Bump flake8 from 3.9.2 to 4.0.1
1118
- Bump jinja2 from 3.0.2 to 3.0.3
1219
- Bump md-toc from 8.0.1 to 8.1.1
1320
- Bump natsort from 7.1.1 to 8.1.0
1421
- Bump packaging from 21.0 to 21.3
15-
- Bump pytest from 6.2.5 to 7.0.0
22+
- Bump pytest from 6.2.5 to 7.0.1
1623
- Bump pyyaml from 5.4.1 to 6.0
1724
- Bump schema from 0.7.4 to 0.7.5
25+
- Ignore all boto3 patch updates which are too frequent (but not security updates), and allow up to 10 PRs
1826

1927
FIXES:
2028

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "claranet-tfwrapper"
3-
version = "9.2.1-alpha.1"
3+
version = "10.0.0"
44
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"
55
authors = []
66
license = "Mozilla Public License Version 2.0"

0 commit comments

Comments
 (0)