Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"charts/platform": "0.14.0"
"charts/platform": "0.15.0"
}
11 changes: 11 additions & 0 deletions charts/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.15.0](https://github.com/opentdf/charts/compare/platform-0.14.0...platform-0.15.0) (2026-06-11)


### Bug Fixes

* add new cors configuration options ([#162](https://github.com/opentdf/charts/issues/162)) ([2f70b28](https://github.com/opentdf/charts/commit/2f70b28a0393704a36641c9325d4fed1b486e9ea))
* **main:** Move trace configuration under server section, issue [#159](https://github.com/opentdf/charts/issues/159) ([#160](https://github.com/opentdf/charts/issues/160)) ([1e9880d](https://github.com/opentdf/charts/commit/1e9880ddff3bace9c31144cb7534c7833eec4101))
* **platform:** DSPX-2933 align KAS root key env var with Viper config path ([#191](https://github.com/opentdf/charts/issues/191)) ([d1cb792](https://github.com/opentdf/charts/commit/d1cb7927d9bb909aca71b8203f4d6ccd42f770f3))
* **platform:** gate tls volume on tls.enabled instead of kas/all mode ([#171](https://github.com/opentdf/charts/issues/171)) ([19323aa](https://github.com/opentdf/charts/commit/19323aa0a62c6f3369077bbda781e8ab55fbc90e))
* **platform:** suppress empty service blocks and fix auth.enabled bool rendering ([#193](https://github.com/opentdf/charts/issues/193)) ([27d6171](https://github.com/opentdf/charts/commit/27d6171f5b762dd18d4c7802af312b377d494c0d))

## [0.14.0](https://github.com/opentdf/charts/compare/platform-0.13.0...platform-0.14.0) (2025-10-01)


Expand Down
2 changes: 1 addition & 1 deletion charts/platform/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.14.0
version: 0.15.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
Expand Down
Loading