This commit is contained in:
Régis Behmo 2024-02-09 09:53:17 +01:00
parent 00c2c60eea
commit 22e67e757c
4 changed files with 7 additions and 3 deletions

View File

@ -19,6 +19,12 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-17.1.0'></a>
## v17.1.0 (2024-02-09)
- 💥[Improvement] Convert `events.user_id` and `video_events.user_id` fields from Int64 to UInt64. (by @FahadKhalid210)
- 💥[[Bugfix] Fix the security context for Vector to ensure it works correctly on Kubernetes. Note that the Vector container will now run in privileged mode. (by @FahadKhalid210)
<a id='changelog-17.0.0'></a>
## v17.0.0 (2023-12-09)

View File

@ -1 +0,0 @@
- 💥[Improvement] Convert `events.user_id` and `video_events.user_id` fields from Int64 to UInt64. (by @FahadKhalid210)

View File

@ -1 +0,0 @@
- [Bugfix] Fix the security context for Vector to ensure it works correctly on Kubernetes. Please note that the Vector container will now run in privileged mode. (by @FahadKhalid210)

View File

@ -1 +1 @@
__version__ = "17.0.0"
__version__ = "17.1.0"