Skip to content

Commit a2c6923

Browse files
committed
release: 1.30.0
1 parent d676798 commit a2c6923

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.30.0
2+
3+
### Internal Changes 🔧
4+
5+
- (iap) Handle non-gke clusters better by @rgibert in [#226](https://github.com/getsentry/sentry-infra-tools/pull/226)
6+
7+
### Other
8+
9+
- Create the first revision of the secret if one doesn't exist yet by @BojanOro in [#225](https://github.com/getsentry/sentry-infra-tools/pull/225)
10+
111
## 1.29.2
212

313
### Bug Fixes 🐛

setup.py

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

4747
setup(
4848
name="sentry-infra-tools",
49-
version="1.29.2",
49+
version="1.30.0",
5050
author="Sentry",
5151
author_email="oss@sentry.io",
5252
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)