Skip to content

Commit 78d98b2

Browse files
committed
release: 1.28.0
1 parent 004815f commit 78d98b2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.28.0
2+
3+
### New Features ✨
4+
5+
- Add EnvoyNativeSidecar extension for Kubernetes native sidecar support by @mwarkentin in [#215](https://github.com/getsentry/sentry-infra-tools/pull/215)
6+
7+
### Documentation 📚
8+
9+
- Add ExternalMacro usage guide to libsentrykube README by @mwarkentin in [#216](https://github.com/getsentry/sentry-infra-tools/pull/216)
10+
111
## 1.27.0
212

313
### New Features ✨

setup.py

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

4747
setup(
4848
name="sentry-infra-tools",
49-
version="1.27.0",
49+
version="1.28.0",
5050
author="Sentry",
5151
author_email="oss@sentry.io",
5252
packages=find_packages(where=".", exclude="tests"),

0 commit comments

Comments
 (0)