diff --git a/.changeset/tall-trams-play.md b/.changeset/tall-trams-play.md deleted file mode 100644 index c60c114..0000000 --- a/.changeset/tall-trams-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"helm-charts": minor ---- - -Supports passing additional arguments to the check-alerts task. This allows setting the concurrency and sourceTimeoutMs through helm. diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b5932..ca38259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # helm-charts +## 1.1.0 + +### Minor Changes + +- 8fcee9a: Supports passing additional arguments to the check-alerts task. This allows setting the concurrency and sourceTimeoutMs through helm. + ## 1.0.1 ### Patch Changes diff --git a/charts/clickstack/Chart.yaml b/charts/clickstack/Chart.yaml index d6e0797..2c8556b 100644 --- a/charts/clickstack/Chart.yaml +++ b/charts/clickstack/Chart.yaml @@ -15,5 +15,5 @@ annotations: - name: Upstream Project url: https://github.com/hyperdxio/hyperdx type: application -version: 1.0.1 +version: 1.1.0 appVersion: 2.8.0 diff --git a/package.json b/package.json index 8856dcd..a8b104c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helm-charts", - "version": "1.0.1", + "version": "1.1.0", "private": true, "main": "index.js", "repository": "git@github.com:hyperdxio/helm-charts.git",