Skip to content

Commit

Permalink
Bump version to 2.7.0 and changelog (#1161)
Browse files Browse the repository at this point in the history
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
  • Loading branch information
zxiiro committed Nov 18, 2021
1 parent 7194886 commit a04a464
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated

## Unreleased

## 2.7.0 (2021.11.18)

### Added

- [Resolve #966] Add support for J2 Environment configuration
- [Resolves #919] Add merge_keys option (#928)
- [Resolves #1064] Add feature list change-set --url (#1065)
- [Resolves #213] Add support for template handlers (#1088)
- [Resolves #1106] S3 template handler jinja and python support (#1110)
- [Resolves #1124] http template handler (#1125)
- Set file as the default template handler type (#1127)
- Add retry and timeout to http template handler (#1145)
- [Resolve # 683] Introducing the Diff Command (#1132)

### Fixed

- [Resolves #813] Fix recursive config render (#1083)
- [Resolve #1096] Gracefully executing SAM Change sets (#1099)
- [Resolves 556] fix incorrect stack_output_external examples (#1109)
- [RESOLVE #946] Fixing bug preventing StackGroup dependencies (#1116)
- [Resolve #1138] Bugfix for j2_environments (#1137)
- [Resolve #1135] Fix path to templates (#1141)
- [Resolve #1143] fix "create" cmd with existing stack (#1144)
- [Resolves #1148] Correct path logic (#1149)

### Nonfunctional

- [Resolves #582] update imp to importlib (#1092)
- [Resolves #1090] Install troposphere as an extra package (#1104)
- [Resolves #1087] Add YAML document markers to template body (#1089)
- Stop hiding critical debug info in helpers (#988) (#997)
- [Resolves #1139] Provide useful info on invalid jinja file (#1142)

## 2.6.3 (2021.08.13)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sceptre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Cloudreach'
__email__ = 'sceptre@cloudreach.com'
__version__ = '2.6.3'
__version__ = '2.7.0'


# Set up logging to ``/dev/null`` like a library is supposed to.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.6.3
current_version = 2.7.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)|(?P<release_candidate>.*)
commit = True
tag = True
Expand Down

0 comments on commit a04a464

Please sign in to comment.