Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
13 changes: 13 additions & 0 deletions charts/flame-hub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
25 changes: 3 additions & 22 deletions charts/flame-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions charts/flame-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion charts/flame-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions charts/third-party/authup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion charts/third-party/authup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11
0.0.12