Skip to content

Commit

Permalink
v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Feb 9, 2024
1 parent 00c2c60 commit 22e67e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20231220_171731_fahad.khalid_fahad_cairn_12.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20240109_175058_fahad.khalid.md

This file was deleted.

2 changes: 1 addition & 1 deletion tutorcairn/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.0.0"
__version__ = "17.1.0"

0 comments on commit 22e67e7

Please sign in to comment.