Skip to content

Commit 8bd4ddb

Browse files
chore(release): bump version
1 parent d17b156 commit 8bd4ddb

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/subchart-migration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# helm-charts
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- d17b156: Replace inline MongoDB, ClickHouse, and OTEL Collector templates with operator-managed subcharts. See docs/UPGRADE.md for migration instructions.
8+
39
## 1.1.2
410

511
### Patch Changes

charts/clickstack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ annotations:
1515
- name: Upstream Project
1616
url: https://github.com/hyperdxio/hyperdx
1717
type: application
18-
version: 1.1.2
18+
version: 2.0.0
1919
appVersion: 2.19.0
2020
dependencies:
2121
- name: opentelemetry-collector
22-
version: "~0.146.0"
22+
version: ~0.146.0
2323
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
2424
alias: otel-collector
2525
condition: otel-collector.enabled

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helm-charts",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"private": true,
55
"main": "index.js",
66
"repository": "git@github.com:hyperdxio/helm-charts.git",

0 commit comments

Comments
 (0)