Skip to content

Commit 77d3cdc

Browse files
authored
build(telemetry): Release 0.6.5 (#1188)
Telemetry release 0.6.5 Signed-off-by: Dmitry Sorokin <[email protected]>
1 parent 620b267 commit 77d3cdc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

kedro-telemetry/RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Upcoming release
22

3+
# Release 0.6.5
4+
* Disabled data collection for CI/CD environments running in `kedro-org` repositories to avoid capturing internal usage metrics.
5+
36
# Release 0.6.4
47
* Updated logic to only show the message that Kedro is sending telemetry if the user hasn't explicitly granted permission.
58
* Replaced dependency on `toml` with `tomli` (before Python 3.11) and `tomli-w`.

kedro-telemetry/kedro_telemetry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Kedro plugin for collecting Kedro usage data."""
22

3-
__version__ = "0.6.4"
3+
__version__ = "0.6.5"
44

55
import logging
66

0 commit comments

Comments
 (0)