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 24a3bf6 commit 268e6d0Copy full SHA for 268e6d0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.23.0
2
+
3
+### New Features ✨
4
5
+- (helm) Add hooks and blue-green swap options, add delete cmd by @gi0baro in [#189](https://github.com/getsentry/sentry-infra-tools/pull/189)
6
7
## 1.22.0
8
9
### Build / dependencies / internal 🔧
setup.py
@@ -44,7 +44,7 @@ def get_requirements() -> Sequence[str]:
44
45
setup(
46
name="sentry-infra-tools",
47
- version="1.22.0",
+ version="1.23.0",
48
author="Sentry",
49
author_email="oss@sentry.io",
50
packages=find_packages(where=".", exclude="tests"),
0 commit comments