diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5a0b813..495f6b06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.1.0", - "charts/flame-hub": "0.1.0", - "charts/flame-node": "0.1.0", - "charts/third-party/authup": "0.1.0" + ".": "0.2.0", + "charts/flame-hub": "0.2.0", + "charts/flame-node": "0.2.0", + "charts/third-party/authup": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae29cfb..3718409f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.0](https://github.com/PrivateAIM/helm/compare/root-0.1.0...root-0.2.0) (2026-07-06) + + +### Features + +* add database configuration for messenger ([cb0037a](https://github.com/PrivateAIM/helm/commit/cb0037a6c13f2b9a79d58143e48ea758a5b7c0f7)) +* **authup:** pass TRUSTED_ORIGINS to server-core, defaulting to t… ([#143](https://github.com/PrivateAIM/helm/issues/143)) ([c95e160](https://github.com/PrivateAIM/helm/commit/c95e160b291bf7768f10c3fae04c2cc799b12025)) +* **hub:** tune startup and readiness probes of flame hub services ([#144](https://github.com/PrivateAIM/helm/issues/144)) ([42e565a](https://github.com/PrivateAIM/helm/commit/42e565a357591ed1ccc4f83fde2ce028b3aeead1)) +* **node:** make nuxt auth secret persist between upgrades ([23d550d](https://github.com/PrivateAIM/helm/commit/23d550d651d87048188dbad762cb1dbdc8b859a4)) +* **openebs:** tune mayastor settings and disable unused openebs hostpath storage class ([580dc1d](https://github.com/PrivateAIM/helm/commit/580dc1d5262c8f37c4570989b4e0bcd2a68e14f6)) + + +### Bug Fixes + +* **flame-node:** allow keycloak to start when expose type is none ([e5af584](https://github.com/PrivateAIM/helm/commit/e5af5840959aaa64ea8c147891dcccd2af89535f)) +* **flame-node:** enable manually setting KC service secrets ([ea79496](https://github.com/PrivateAIM/helm/commit/ea7949607bf9b986c31e7a465c1637488ddc9088)) +* **flame-node:** harden security contexts with numerical non-root users for third party images ([72456d7](https://github.com/PrivateAIM/helm/commit/72456d7872c2b081c506b360f50802bcce9ad50f)) +* **node:** use standard value naming schema ([f745ba8](https://github.com/PrivateAIM/helm/commit/f745ba8e154ca22c04037ee664fcbb916a121942)) + ## [0.1.0](https://github.com/PrivateAIM/helm/compare/root-0.0.11...root-0.1.0) (2026-06-01) diff --git a/charts/flame-hub/CHANGELOG.md b/charts/flame-hub/CHANGELOG.md index 110fdead..5249341b 100644 --- a/charts/flame-hub/CHANGELOG.md +++ b/charts/flame-hub/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.0](https://github.com/PrivateAIM/helm/compare/flame-hub-0.1.0...flame-hub-0.2.0) (2026-07-06) + + +### Features + +* add database configuration for messenger ([cb0037a](https://github.com/PrivateAIM/helm/commit/cb0037a6c13f2b9a79d58143e48ea758a5b7c0f7)) +* **authup:** pass TRUSTED_ORIGINS to server-core, defaulting to t… ([#143](https://github.com/PrivateAIM/helm/issues/143)) ([c95e160](https://github.com/PrivateAIM/helm/commit/c95e160b291bf7768f10c3fae04c2cc799b12025)) +* **hub:** tune startup and readiness probes of flame hub services ([#144](https://github.com/PrivateAIM/helm/issues/144)) ([42e565a](https://github.com/PrivateAIM/helm/commit/42e565a357591ed1ccc4f83fde2ce028b3aeead1)) + ## [0.1.0](https://github.com/PrivateAIM/helm/compare/flame-hub-0.0.11...flame-hub-0.1.0) (2026-06-01) diff --git a/charts/flame-hub/Chart.yaml b/charts/flame-hub/Chart.yaml index 974b652a..589283c8 100644 --- a/charts/flame-hub/Chart.yaml +++ b/charts/flame-hub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: flame-hub description: A Helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.2.0 appVersion: 0.1.0 dependencies: - name: common @@ -35,4 +35,4 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts - name: authup repository: file://../third-party/authup - version: 0.1.0 + version: 0.2.0 diff --git a/charts/flame-node/CHANGELOG.md b/charts/flame-node/CHANGELOG.md index 54753546..378f2c5c 100644 --- a/charts/flame-node/CHANGELOG.md +++ b/charts/flame-node/CHANGELOG.md @@ -1,5 +1,79 @@ # Changelog +## [0.2.0](https://github.com/PrivateAIM/helm/compare/flame-node-0.1.0...flame-node-0.2.0) (2026-07-06) + + +### ⚠ BREAKING CHANGES + +* harden flame-node chart security +* allow passing proxy info as secret in flame-node + +### Features + +* add HUB_LOGGING environment variable ([95d8309](https://github.com/PrivateAIM/helm/commit/95d8309bfc0910fa305576f0e6f750f0310fc49c)) +* allow passing proxy info as secret in flame-node ([cb9629a](https://github.com/PrivateAIM/helm/commit/cb9629a5010a841b3331dee6cfc9bf32a9b91398)) +* external gateway option ([#129](https://github.com/PrivateAIM/helm/issues/129)) ([c6ae564](https://github.com/PrivateAIM/helm/commit/c6ae5647fc3942238e22ab47771d628a18eb972b)) +* harden flame-node chart security ([e4fa99f](https://github.com/PrivateAIM/helm/commit/e4fa99fa6c0db36afc5016602874d4d6c3a825f4)) +* integrate Harbor ([#86](https://github.com/PrivateAIM/helm/issues/86)) ([dd1ac29](https://github.com/PrivateAIM/helm/commit/dd1ac2939e91dd0e80209a9fd854b97c1c6978d8)) +* **kong:** add custom minio-gateway plugin configuration ([206fd2f](https://github.com/PrivateAIM/helm/commit/206fd2f798389276f16bca6c2b1aa3af1af64bb2)) +* **node:** add default roles to keycloak and update HA ([ce24387](https://github.com/PrivateAIM/helm/commit/ce243879ec87dd293e1dbc951e9d0dab48e2c357)) +* **node:** add env vars for PO deploy for net stats ([793e119](https://github.com/PrivateAIM/helm/commit/793e11998cd4b1787d9ff031421c2abf2b1cc7df)) +* **node:** add gateway api support to victorialogs ([7548a2e](https://github.com/PrivateAIM/helm/commit/7548a2e3a4b2bdfabc1e26852615b82fc9842bee)) +* **node:** add keycloak secret sync job with rbac ([38778fa](https://github.com/PrivateAIM/helm/commit/38778fa768a120721c22c641e2f3cc0dd46c1ac5)) +* **node:** add postgres env vars to hub adapter deployment ([cdadf58](https://github.com/PrivateAIM/helm/commit/cdadf586fc69809e9dee60db21e5b3e0f3e95327)) +* **node:** add statusLoopInterval to podOrc values ([66fc9a1](https://github.com/PrivateAIM/helm/commit/66fc9a1d973f7bbb5a034cbd3b00e597a867d7ba)) +* **node:** add victoria logs to Chart.yaml and values.yaml ([0d18328](https://github.com/PrivateAIM/helm/commit/0d1832810d971ec98e85e86ffaf2ec6e425e38c8)) +* **node:** allow user to set custom nuxt auth secret for node ui ([22a4b9c](https://github.com/PrivateAIM/helm/commit/22a4b9c8a4bf492ec41375ee8fb551d3daa01bef)) +* **node:** log level parsing in victorialogs ([1473dd7](https://github.com/PrivateAIM/helm/commit/1473dd719de2d92b517d2f525ff145e08aa8b48c)) +* **node:** make nuxt auth secret persist between upgrades ([23d550d](https://github.com/PrivateAIM/helm/commit/23d550d651d87048188dbad762cb1dbdc8b859a4)) +* **node:** working gateway templates ([2c36c34](https://github.com/PrivateAIM/helm/commit/2c36c34798aaf14708457357cbff749ab2329b9a)) + + +### Bug Fixes + +* annoying punkt ([fa44f34](https://github.com/PrivateAIM/helm/commit/fa44f343f119ee2790f815195013796c78bb6be6)) +* annoying punkt ([e38c441](https://github.com/PrivateAIM/helm/commit/e38c441ddefc0390ea5eed35c67566028c299fcb)) +* correct typo in enableHubLogging description for clarity ([4f931d3](https://github.com/PrivateAIM/helm/commit/4f931d398783443db4011a680d6f0046d5e19fb2)) +* **flame-node:** allow keycloak to start when expose type is none ([e5af584](https://github.com/PrivateAIM/helm/commit/e5af5840959aaa64ea8c147891dcccd2af89535f)) +* **flame-node:** enable manually setting KC service secrets ([ea79496](https://github.com/PrivateAIM/helm/commit/ea7949607bf9b986c31e7a465c1637488ddc9088)) +* **flame-node:** harden security contexts with numerical non-root users for third party images ([72456d7](https://github.com/PrivateAIM/helm/commit/72456d7872c2b081c506b360f50802bcce9ad50f)) +* **node:** add default empty string to robotSecret so b64enc works ([cd51b71](https://github.com/PrivateAIM/helm/commit/cd51b71f896156e424c25954df488b9d461b8af2)) +* **node:** add hostname for local keycloak ([371aeca](https://github.com/PrivateAIM/helm/commit/371aecae3d22a4616d17c065d6fd2eada0a69fc9)) +* **node:** add support for gateway TLS termination ([11105ed](https://github.com/PrivateAIM/helm/commit/11105ed23c0719ae6ae79c89fbd7e45762f3a106)) +* **node:** improve hostname parsing in edge cases ([6240a92](https://github.com/PrivateAIM/helm/commit/6240a925bee9a46a94436df95ef4fd702e339041)) +* **node:** increase buffer size for JWT in UI ([1040aa2](https://github.com/PrivateAIM/helm/commit/1040aa2113a7d705448d33d89bd921d8f6ac6c6a)) +* **node:** make use of keycloak http relativePath in URL generation ([8ba9abd](https://github.com/PrivateAIM/helm/commit/8ba9abd15a488562716800c6c617a7b5b3c53111)) +* **node:** modify kc settings for upstream TLS termination ([22d77f8](https://github.com/PrivateAIM/helm/commit/22d77f898b44a14d8fa7a8eae54514e194df4696)) +* **node:** remove "offline" value and fix sign in when ingress disabled ([64feebd](https://github.com/PrivateAIM/helm/commit/64feebde5e613109d9d3f8900b68b9f738da32a5)) +* **node:** update victorialogs alias names ([8beca80](https://github.com/PrivateAIM/helm/commit/8beca80956670af3d0d2fc9313d1ff321eb7d9b8)) +* **node:** use standard value naming schema ([f745ba8](https://github.com/PrivateAIM/helm/commit/f745ba8e154ca22c04037ee664fcbb916a121942)) +* typos and add labels to po resources ([4d6ee9d](https://github.com/PrivateAIM/helm/commit/4d6ee9d55b2cabfcdf3cc4a4a39c73e8f4ab01b7)) +* update hub authentication variables to use client ID and secret ([c7da749](https://github.com/PrivateAIM/helm/commit/c7da7499df4bf63cccb02ad128a2ea931d10e832)) +* update HUB_LOGGING and STATUS_LOOP_INTERVAL values to ensure correct type handling ([f2d1737](https://github.com/PrivateAIM/helm/commit/f2d17374baae6bba978be9015415c98198fe6bfc)) +* update mongodb pvc size ([ad354a4](https://github.com/PrivateAIM/helm/commit/ad354a42c916d2da9b60c77f619fedb3c186fb2c)) +* update mongodb pvc size ([cdf93bc](https://github.com/PrivateAIM/helm/commit/cdf93bc0fcfe9ee7e0153cc687f4cadc233f23f0)) +* **values:** add robot user and secret fields for hub authentication ([4612449](https://github.com/PrivateAIM/helm/commit/4612449440d0e77de016661d22a6006b0901b6c6)) +* **values:** update hub authentication to use client ID and secret ([989c326](https://github.com/PrivateAIM/helm/commit/989c3260db28cdd97ed0f460acb6ee8077f817b7)) +* **values:** update image tag to new-hub for testing ([de18eb6](https://github.com/PrivateAIM/helm/commit/de18eb6aeadcc67a0a59447c15aa4e7fb322bd8e)) + + +### Performance Improvements + +* **node:** change podorc image pullPolicy to IfNotPresent ([f8203ed](https://github.com/PrivateAIM/helm/commit/f8203ed5b8760b3a841f8ed23924e364e7287f5c)) +* **node:** have hub adapter wait for keycloak init ([f35f109](https://github.com/PrivateAIM/helm/commit/f35f1094d8899b651d5b1cf29216edc0d21e8365)) +* **node:** optimize ui and HA probes ([c8ef560](https://github.com/PrivateAIM/helm/commit/c8ef5600db1775a2cab6e450ae998a8bdff7845e)) +* **node:** remove mogodb logs from victorialogs ([2916202](https://github.com/PrivateAIM/helm/commit/29162021fdb31b6687a1fa69861ca517555587bc)) +* **node:** set internal KC to prod ([eb9df33](https://github.com/PrivateAIM/helm/commit/eb9df3341a51fa250dd2fd6cdc3de8ba37c5aa66)) +* **node:** set wait-for-keycloak initcontainer to use kc health ep ([219ee42](https://github.com/PrivateAIM/helm/commit/219ee42e08052d674e4201868ad1b4114015fd64)) + + +### Reverts + +* **mb:** add proxy whitelist back ([12937cd](https://github.com/PrivateAIM/helm/commit/12937cd5ce607a4754168f7437a6c12d43bc9e6d)) +* **node:** add offline back to values ([04b4c1b](https://github.com/PrivateAIM/helm/commit/04b4c1bd05303008a8ee0f5ba58720e402c5b570)) +* **node:** revert helpers ([fa8a5ee](https://github.com/PrivateAIM/helm/commit/fa8a5ee08868201feaa2532295d1d75bd3f82139)) +* **node:** revert node UI env vars ([0e282b4](https://github.com/PrivateAIM/helm/commit/0e282b4e0dd3fccb0fa36094299cf5dacfcb2b58)) + ## [0.1.0](https://github.com/PrivateAIM/helm/compare/flame-node-0.0.11...flame-node-0.1.0) (2026-06-01) diff --git a/charts/flame-node/Chart.yaml b/charts/flame-node/Chart.yaml index f772da1c..126d322f 100644 --- a/charts/flame-node/Chart.yaml +++ b/charts/flame-node/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/third-party/authup/CHANGELOG.md b/charts/third-party/authup/CHANGELOG.md index 09e20b38..ac417592 100644 --- a/charts/third-party/authup/CHANGELOG.md +++ b/charts/third-party/authup/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/PrivateAIM/helm/compare/authup-0.1.0...authup-0.2.0) (2026-07-06) + + +### Features + +* **authup:** pass TRUSTED_ORIGINS to server-core, defaulting to t… ([#143](https://github.com/PrivateAIM/helm/issues/143)) ([c95e160](https://github.com/PrivateAIM/helm/commit/c95e160b291bf7768f10c3fae04c2cc799b12025)) +* **hub:** tune startup and readiness probes of flame hub services ([#144](https://github.com/PrivateAIM/helm/issues/144)) ([42e565a](https://github.com/PrivateAIM/helm/commit/42e565a357591ed1ccc4f83fde2ce028b3aeead1)) + ## [0.1.0](https://github.com/PrivateAIM/helm/compare/authup-0.0.11...authup-0.1.0) (2026-06-01) diff --git a/charts/third-party/authup/Chart.yaml b/charts/third-party/authup/Chart.yaml index 70bdc35d..bf6ad529 100644 --- a/charts/third-party/authup/Chart.yaml +++ b/charts/third-party/authup/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.1.0" +version: "0.2.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/version.txt b/version.txt index 6e8bf73a..0ea3a944 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.2.0