From b98eb6d052a5d1e80a8aff9195bd2f75b11452b4 Mon Sep 17 00:00:00 2001 From: Kashish Mittal <113269381+04kash@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:52:43 -0400 Subject: [PATCH] added telemetry opt-in banner (#15) * added telemetry opt-in banner * Update charts/backstage/Chart.yaml Co-authored-by: Nick Boldt * Update charts/backstage/Chart.yaml Co-authored-by: Armel Soro * bump version to 2.16.0 Signed-off-by: Kashish Mittal --------- Signed-off-by: Kashish Mittal Co-authored-by: Nick Boldt Co-authored-by: Armel Soro --- README.md | 4 ++++ charts/backstage/Chart.yaml | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22412108..01ba80bb 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,7 @@ helm upgrade -i oci://ghcr.io/redhat-developer/rhdh-chart/backsta ## Backstage Chart More information can be found by inspecting the [backstage chart](charts/backstage). + +## Telemetry data collection + +The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.2/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index a0034082..09987a99 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -12,7 +12,11 @@ annotations: charts.openshift.io/provider: Red Hat Developer Hub Team charts.openshift.io/supportURL: https://github.com/redhat-developer/rhdh-chart/issues apiVersion: v2 -description: A Helm chart for deploying RHDH (a Backstage application) +description: | + A Helm chart for deploying Red Hat Developer Hub. + + The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.2/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh + dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -41,4 +45,4 @@ sources: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.15.2 +version: 2.16.0