Skip to content

Commit 39ed4bc

Browse files
Bump version and update changelog for release v4.5.0
1 parent e2f2b2c commit 39ed4bc

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,67 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated
44

55
## Unreleased
66

7+
## 4.5.0 (2024.08.28)
8+
9+
### Added
10+
- [Resolve #915] Support ChangeSetType CREATE (#1469)
11+
- [Resolves #1187] Add configuration for inheritance strategies for list and dict configs (#1445)
12+
- [Resolve #1443] Add parameter type checking (#1442)
13+
14+
#### Changed
15+
- [Resolve #1498] Tweak diff output (#1499)
16+
- [Resolve #1446] Print edges in cyclical dependency (#1447)
17+
18+
### Fixed
19+
- [Resolve #1493] Complete DisableRollback implementation
20+
- [Resolve #723] Fix update command with change sets for multiple stacks (#1480)
21+
- [Resolve #1483] Handle errors in change sets (#1486)
22+
- [Resolve #1484] Gracefully handle invalid parameters (#1485)
23+
- [Resolves #1268] Modify ConfigFileNotFound Error to Conditionally Include Valid Stack Paths (#1270)
24+
- [Resolve #1451] Stop suppressing ClientError in describe_outputs (#1452)
25+
- [Resolve #1468] Cast parameters to strings (#1471)
26+
- [Resolve #937] Reset Jinja2 variable cache between config files (#1472)
27+
- [Resolves #1460] Update `NO_ECHO_REPLACEMENT` (#1461)
28+
- [Resolves #1388] Handle failures gracefully in stack outputs (#1391)
29+
- [Resolve #1436] Handle exception in differ (#1437)
30+
31+
### Nonfunctional
32+
- [Resolve #1478] Update to latest packaging
33+
- [Resolves #841] Add documented entry for ASG hook (#1374)
34+
- chore: remove github workflow (#1479)
35+
- A minor clarification to the docs on running integration tests (#1475)
36+
- Fix release workflow: GH actions uses globs instead of regex
37+
- Fix integration test workflow (#1439)
38+
- Remove classifiers (#1438)
39+
- Remove removed_in version of deprecated settings (#1423)
40+
- CI: add comments to GH workflows
41+
- stop duplicate gate workflow runs (#1433)
42+
- run gate workflow on branch creation
43+
- Update CI and doc
44+
- CI: add integration test workflow (#1430)
45+
- Disable concurrent integration test runs (#1426)
46+
- Refactor GH workflows (#1416)
47+
- CI: Remove install dependencies (#1428)
48+
- reconfigure pre-commit validation (#1427)
49+
- Remove an external resolver integration test (#1425)
50+
- Generate github test matrix from tox (#1422)
51+
- CI: fix github event reference (#1424)
52+
- Fix integration tests (#1420)
53+
- ci: fix docker release dependency
54+
- pypi release should run in parallel to docker release
55+
- update docker push workflow
56+
- fix ci: add user/app to docker tags deployments
57+
- fix deployment to dockerhub (#1415)
58+
- ci: attempt unit test fix (#1414)
59+
- [Resolves #1401] Move CI to github actions (#1412)
60+
- ci: install poetry dependencies
61+
- ci: install poetry
62+
- another tag regex fix
63+
- fix tag regex for ci
64+
- fix ci: GH action file needs to be in workflows folder
65+
- bootstrap GH action CI (#1413)
66+
- [Resolves #1327] Remove docs build and publish (#1407)
67+
768
## 4.4.2 (2024.01.13)
869
- Add support for python 3.12 (#1390)
970
- Drop support for Python 3.7 (#1382)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sceptre"
3-
version = "4.4.2"
3+
version = "4.5.0"
44
packages = [{ include = "sceptre" }]
55
readme = "README.md"
66
homepage = "https://github.com/Sceptre/sceptre"

0 commit comments

Comments
 (0)