Skip to content

Commit 50e3790

Browse files
committed
release: 1.30.3
1 parent 40e3336 commit 50e3790

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.30.3
2+
3+
### Bug Fixes 🐛
4+
5+
- (debug) Pass namespace to kubectl command by @Dav1dde in [#230](https://github.com/getsentry/sentry-infra-tools/pull/230)
6+
7+
### Other
8+
9+
- Adds more custom types to be excluded in run-job. by @ellisonmarks in [#231](https://github.com/getsentry/sentry-infra-tools/pull/231)
10+
- rm(ext): Remove unused macro by @dmajere in [#229](https://github.com/getsentry/sentry-infra-tools/pull/229)
11+
112
## 1.30.2
213

314
### Internal Changes 🔧

setup.py

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

4040
setup(
4141
name="sentry-infra-tools",
42-
version="1.30.2",
42+
version="1.30.3",
4343
author="Sentry",
4444
author_email="oss@sentry.io",
4545
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)