Skip to content

Commit b951b78

Browse files
chore(release): bump version
1 parent a786287 commit b951b78

6 files changed

Lines changed: 15 additions & 19 deletions

File tree

.changeset/add-hpa-np-sa-passthrough-ingress.md

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

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

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

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

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

CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- ba56472: Add configurable Service api port, optional HPA, NetworkPolicy, and ServiceAccount templates using an `enabled` + passthrough `spec` pattern. Replace the nginx-centric Ingress template with a passthrough `annotations` + `spec` pattern that supports any ingress controller (nginx, ALB, Traefik, etc.); keep `additionalIngresses` as a power feature. Support `secrets: null` to skip `clickstack-secret` creation for deployments that manage secrets externally.
8+
9+
**Breaking:** The Ingress values schema has changed. The old values (`host`, `path`, `pathType`, `tls.enabled`, `proxyBodySize`, etc.) are replaced by `annotations` and `spec` passthrough fields. Users with `ingress.enabled: true` must update their values. See the updated ALB example and documentation.
10+
11+
### Patch Changes
12+
13+
- b617e54: chore: update appVersion to 2.22.1
14+
- d120566: chore: update appVersion to 2.23.0
15+
316
## 2.1.1
417

518
### Patch Changes

charts/clickstack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ annotations:
1515
- name: Upstream Project
1616
url: https://github.com/hyperdxio/hyperdx
1717
type: application
18-
version: 2.1.1
18+
version: 3.0.0
1919
appVersion: 2.23.0
2020
dependencies:
2121
- name: opentelemetry-collector

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": "2.1.1",
3+
"version": "3.0.0",
44
"private": true,
55
"main": "index.js",
66
"repository": "git@github.com:hyperdxio/helm-charts.git",

0 commit comments

Comments
 (0)