File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 🔧
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def get_requirements() -> Sequence[str]:
3939
4040setup (
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" ),
You can’t perform that action at this time.
0 commit comments