diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6376c6..582ff4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.0.11", - "charts/flame-hub": "0.0.11", - "charts/flame-node": "0.0.11", - "charts/third-party/authup": "0.0.11" + ".": "0.0.12", + "charts/flame-hub": "0.0.12", + "charts/flame-node": "0.0.12", + "charts/third-party/authup": "0.0.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3150557..6ea545b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.0.12](https://github.com/PrivateAIM/helm/compare/root-0.0.11...root-0.0.12) (2026-04-02) + + +### Features + +* **hub:** Support Gateway API and provide gateway template with necessary nginx parameters ([#118](https://github.com/PrivateAIM/helm/issues/118)) ([9954b2a](https://github.com/PrivateAIM/helm/commit/9954b2a9cb794135cd21cd84ee63f3d51ce72cef)) + + +### Bug Fixes + +* Add extra-files configuration for authup dependency in release-please-config.json ([d791a7a](https://github.com/PrivateAIM/helm/commit/d791a7a0ee0f73d7cd4c3d4d5294377c7e8f8450)) +* Hub chart dependency authup bumped to 0.0.11 ([2409053](https://github.com/PrivateAIM/helm/commit/2409053d81e36ac75583790f74bd9093b1d3db7a)) +* **hub:** Persist Docker Images and Master Images Repo for Hub Core W… ([#122](https://github.com/PrivateAIM/helm/issues/122)) ([d1d2bed](https://github.com/PrivateAIM/helm/commit/d1d2beda60e103a82e682bb739567d8c081ecd69)) +* Update extra-files path for authup dependency in release-please-config.json ([3cce20b](https://github.com/PrivateAIM/helm/commit/3cce20ba0240d525c4552b578253930cf7d3bfee)) + ## [0.0.11](https://github.com/PrivateAIM/helm/compare/root-0.0.10...root-0.0.11) (2026-03-25) diff --git a/charts/flame-hub/CHANGELOG.md b/charts/flame-hub/CHANGELOG.md index 7b92700..e7a7852 100644 --- a/charts/flame-hub/CHANGELOG.md +++ b/charts/flame-hub/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.12](https://github.com/PrivateAIM/helm/compare/flame-hub-0.0.11...flame-hub-0.0.12) (2026-04-02) + + +### Features + +* **hub:** Support Gateway API and provide gateway template with necessary nginx parameters ([#118](https://github.com/PrivateAIM/helm/issues/118)) ([9954b2a](https://github.com/PrivateAIM/helm/commit/9954b2a9cb794135cd21cd84ee63f3d51ce72cef)) + + +### Bug Fixes + +* Hub chart dependency authup bumped to 0.0.11 ([2409053](https://github.com/PrivateAIM/helm/commit/2409053d81e36ac75583790f74bd9093b1d3db7a)) +* **hub:** Persist Docker Images and Master Images Repo for Hub Core W… ([#122](https://github.com/PrivateAIM/helm/issues/122)) ([d1d2bed](https://github.com/PrivateAIM/helm/commit/d1d2beda60e103a82e682bb739567d8c081ecd69)) + ## [0.0.11](https://github.com/PrivateAIM/helm/compare/flame-hub-0.0.10...flame-hub-0.0.11) (2026-03-25) diff --git a/charts/flame-hub/Chart.yaml b/charts/flame-hub/Chart.yaml index 3895f13..9ab9956 100644 --- a/charts/flame-hub/Chart.yaml +++ b/charts/flame-hub/Chart.yaml @@ -2,56 +2,37 @@ apiVersion: v2 name: flame-hub description: A Helm chart for Kubernetes 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.0.11" - -# 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 -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "0.1.0" - +version: 0.0.12 +appVersion: 0.1.0 dependencies: - name: common version: 2.31.4 repository: https://charts.bitnami.com/bitnami - - name: postgresql version: 18.5.1 repository: https://charts.bitnami.com/bitnami - - name: redis version: 22.0.6 repository: https://charts.bitnami.com/bitnami - - name: rabbitmq version: 16.0.14 repository: https://charts.bitnami.com/bitnami - - name: minio version: 17.0.21 repository: https://charts.bitnami.com/bitnami - - name: grafana version: 12.1.8 repository: https://charts.bitnami.com/bitnami - - name: victoria-logs-cluster version: 0.0.24 repository: https://victoriametrics.github.io/helm-charts/ - - name: prometheus version: 2.1.23 repository: https://charts.bitnami.com/bitnami - - condition: harbor.enabled name: harbor version: 27.0.3 repository: https://charts.bitnami.com/bitnami - - name: authup repository: file://../third-party/authup - version: 0.0.11 + version: 0.0.12 diff --git a/charts/flame-node/CHANGELOG.md b/charts/flame-node/CHANGELOG.md index 520cc40..db93a60 100644 --- a/charts/flame-node/CHANGELOG.md +++ b/charts/flame-node/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/PrivateAIM/helm/compare/flame-node-0.0.11...flame-node-0.0.12) (2026-04-02) + + +### Miscellaneous Chores + +* **flame-node:** Synchronize global versions + ## [0.0.11](https://github.com/PrivateAIM/helm/compare/flame-node-0.0.10...flame-node-0.0.11) (2026-03-25) diff --git a/charts/flame-node/Chart.yaml b/charts/flame-node/Chart.yaml index 25846c1..af2da1f 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.0.11 +version: 0.0.12 # 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 8903606..07643f9 100644 --- a/charts/third-party/authup/CHANGELOG.md +++ b/charts/third-party/authup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/PrivateAIM/helm/compare/authup-0.0.11...authup-0.0.12) (2026-04-02) + + +### Miscellaneous Chores + +* **authup:** Synchronize global versions + ## [0.0.11](https://github.com/PrivateAIM/helm/compare/authup-0.0.10...authup-0.0.11) (2026-03-25) diff --git a/charts/third-party/authup/Chart.yaml b/charts/third-party/authup/Chart.yaml index 415b739..e956a93 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.0.11" +version: "0.0.12" # 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 2cfabea..8cbf02c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.11 +0.0.12