diff --git a/charts/enterprise-logs-simple/CHANGELOG.md b/charts/enterprise-logs-simple/CHANGELOG.md deleted file mode 100644 index b4a900806a..0000000000 --- a/charts/enterprise-logs-simple/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -All notable changes to this library will be documented in this file. - -Entries should be ordered as follows: - -- [CHANGE] -- [FEATURE] -- [ENHANCEMENT] -- [BUGFIX] - -Entries should include a reference to the pull request that introduced the change. - -## 1.0.0 - -* [FEATURE] Initial version of the `enterprise-logs-simple` (GEL) Helm chart. #1123 diff --git a/charts/enterprise-logs-simple/Chart.yaml b/charts/enterprise-logs-simple/Chart.yaml index 78bdc35698..3787f3c2f3 100644 --- a/charts/enterprise-logs-simple/Chart.yaml +++ b/charts/enterprise-logs-simple/Chart.yaml @@ -1,10 +1,11 @@ apiVersion: "v2" name: "enterprise-logs-simple" type: application -version: "1.1.0" +version: "1.2.0" appVersion: "v1.4.0" kubeVersion: "^1.10.0-0" -description: "Grafana Enterprise Logs (Simple Scalable)" +description: "DEPRECATED Grafana Enterprise Logs (Simple Scalable)" +deprecated: true home: "https://grafana.com/products/enterprise/logs/" dependencies: - name: loki-simple-scalable diff --git a/charts/enterprise-logs-simple/README.md b/charts/enterprise-logs-simple/README.md index 403f61586f..0965272ce2 100644 --- a/charts/enterprise-logs-simple/README.md +++ b/charts/enterprise-logs-simple/README.md @@ -6,6 +6,11 @@ Grafana Enterprise Logs (Simple Scalable) **Homepage:** + +## Deprecation warning + +This chart is now deprecated and will no longer be updated. Grafana Enterprise Logs v1.4.0 is included in the `loki-simple-scalable` chart which implements Grafana Enterprise Logs as an option (`enterprise.enabled: true`). + ## Requirements Kubernetes: `^1.10.0-0` diff --git a/charts/enterprise-logs-simple/templates/NOTES.txt b/charts/enterprise-logs-simple/templates/NOTES.txt new file mode 100644 index 0000000000..be0b063db1 --- /dev/null +++ b/charts/enterprise-logs-simple/templates/NOTES.txt @@ -0,0 +1,2 @@ +This chart is now deprecated and will no longer be updated. +Grafana Enterprise Logs v1.4.0 is included in the `loki-simple-scalable` chart which implements Grafana Enterprise Logs as an option (`enterprise.enabled: true`). diff --git a/charts/enterprise-logs-simple/values.yaml b/charts/enterprise-logs-simple/values.yaml index 6c0d6abf2e..dc0fea27b3 100644 --- a/charts/enterprise-logs-simple/values.yaml +++ b/charts/enterprise-logs-simple/values.yaml @@ -1,3 +1,5 @@ +# DEPRECATED +# This chart is now deprecated and will no longer be updated. Grafana Enterprise Logs v1.4.0 is included in the `loki-simple-scalable` chart which implements Grafana Enterprise Logs as an option (`enterprise.enabled: true`). # ----------------------------------------- # Configuration for `enterprise-logs` chart # -----------------------------------------