We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d676798 commit a2c6923Copy full SHA for a2c6923
2 files changed
CHANGELOG.md
@@ -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
11
## 1.29.2
12
13
### Bug Fixes 🐛
setup.py
@@ -46,7 +46,7 @@ def get_requirements() -> Sequence[str]:
46
47
setup(
48
name="sentry-infra-tools",
49
- version="1.29.2",
+ version="1.30.0",
50
author="Sentry",
51
author_email="oss@sentry.io",
52
packages=find_packages(where=".", exclude="tests"),
0 commit comments