diff --git a/.changeset/subchart-migration.md b/.changeset/subchart-migration.md deleted file mode 100644 index 733eb77..0000000 --- a/.changeset/subchart-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"helm-charts": major ---- - -Replace inline MongoDB, ClickHouse, and OTEL Collector templates with operator-managed subcharts. See docs/UPGRADE.md for migration instructions. diff --git a/CHANGELOG.md b/CHANGELOG.md index df13350..4d73b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # helm-charts +## 2.0.0 + +### Major Changes + +- d17b156: Replace inline MongoDB, ClickHouse, and OTEL Collector templates with operator-managed subcharts. See docs/UPGRADE.md for migration instructions. + ## 1.1.2 ### Patch Changes diff --git a/charts/clickstack/Chart.yaml b/charts/clickstack/Chart.yaml index 20c316a..f8f2400 100644 --- a/charts/clickstack/Chart.yaml +++ b/charts/clickstack/Chart.yaml @@ -15,11 +15,11 @@ annotations: - name: Upstream Project url: https://github.com/hyperdxio/hyperdx type: application -version: 1.1.2 +version: 2.0.0 appVersion: 2.19.0 dependencies: - name: opentelemetry-collector - version: "~0.146.0" + version: ~0.146.0 repository: https://open-telemetry.github.io/opentelemetry-helm-charts alias: otel-collector condition: otel-collector.enabled diff --git a/package.json b/package.json index 0d3aace..84668ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helm-charts", - "version": "1.1.2", + "version": "2.0.0", "private": true, "main": "index.js", "repository": "git@github.com:hyperdxio/helm-charts.git",