Skip to content

Commit 8c0b056

Browse files
Release HyperDX Helm Charts (#112)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - d13a098: feat: support custom otelcol config - 3a36cf3: chore: update appVersion to 2.2.1 Co-authored-by: Warren <[email protected]>
1 parent 4348728 commit 8c0b056

File tree

6 files changed

+9
-17
lines changed

6 files changed

+9
-17
lines changed

.changeset/light-emus-attack.md

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

.changeset/odd-memes-count.md

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

.changeset/update-app-version-2.2.2.md

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

CHANGELOG.md

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- d13a098: feat: support custom otelcol config
8+
- 3a36cf3: chore: update appVersion to 2.2.1
9+
310
## 0.7.1
411

512
### Patch Changes

charts/hdx-oss-v2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: hdx-oss-v2
33
description: A Helm chart for HyperDX OSS V2
44
type: application
5-
version: 0.7.1
5+
version: 0.7.2
66
appVersion: 2.3.0

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": "0.7.1",
3+
"version": "0.7.2",
44
"private": true,
55
"main": "index.js",
66
"repository": "[email protected]:hyperdxio/helm-charts.git",

0 commit comments

Comments
 (0)