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 9aec575 commit d4b9371Copy full SHA for d4b9371
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.29.1
2
+
3
+### Bug Fixes 🐛
4
5
+- Add resource requests/limits to init-sysctl containers by @mwarkentin in [#220](https://github.com/getsentry/sentry-infra-tools/pull/220)
6
7
## 1.29.0
8
9
### New Features ✨
setup.py
@@ -46,7 +46,7 @@ def get_requirements() -> Sequence[str]:
46
47
setup(
48
name="sentry-infra-tools",
49
- version="1.29.0",
+ version="1.29.1",
50
author="Sentry",
51
author_email="oss@sentry.io",
52
packages=find_packages(where=".", exclude="tests"),
0 commit comments