Skip to content

Commit 3054b7d

Browse files
author
getsentry-bot
committed
Merge branch 'release/1.21.0'
2 parents 6322e59 + 25e20b4 commit 3054b7d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.21.0
2+
3+
- (chore): remove customer_name comparison for pod template selection by @mwarkentin in [#182](https://github.com/getsentry/sentry-infra-tools/pull/182)
4+
- change(audit): Redesign audit tool in sentry-kube by @dmajere in [#177](https://github.com/getsentry/sentry-infra-tools/pull/177)
5+
16
## 1.20.3
27

38
- fix(include_raw): add YAML file separator to end of included template by @bmckerry in [#181](https://github.com/getsentry/sentry-infra-tools/pull/181)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_requirements() -> Sequence[str]:
4444

4545
setup(
4646
name="sentry-infra-tools",
47-
version="1.20.3",
47+
version="1.21.0",
4848
author="Sentry",
4949
author_email="[email protected]",
5050
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)