Skip to content

Commit f5b99b9

Browse files
chore(main): release platform 0.7.0 (#74)
1 parent f5505c8 commit f5b99b9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"charts/platform": "0.6.2"
2+
"charts/platform": "0.7.0"
33
}

charts/platform/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/opentdf/charts/compare/platform-0.6.2...platform-v0.7.0) (2024-08-20)
4+
5+
6+
### Features
7+
8+
* add ability to merge custom volumes and volumeMount templates ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
9+
* platform configuration template for child charts ([#76](https://github.com/opentdf/charts/issues/76)) ([02f8839](https://github.com/opentdf/charts/commit/02f8839076ba7c2eb48e049af160488bb5333ce0))
10+
* platform mode and global sdk configuration support ([#73](https://github.com/opentdf/charts/issues/73)) ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
11+
12+
13+
### Bug Fixes
14+
15+
* add auth skew configuration ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
16+
* add optional required field for db to drive db configuration ([#78](https://github.com/opentdf/charts/issues/78)) ([81f64ca](https://github.com/opentdf/charts/commit/81f64ca04c6b322a3b2cb3132487c1969a3f0a29))
17+
* correct h2c service appProtocol ([#77](https://github.com/opentdf/charts/issues/77)) ([25a1ae8](https://github.com/opentdf/charts/commit/25a1ae862937707fb42a28d037b97849a575e914))
18+
* support openshift compatibility for service appProtocol ([81f64ca](https://github.com/opentdf/charts/commit/81f64ca04c6b322a3b2cb3132487c1969a3f0a29))
19+
* trusted-cert volume and mount defined when not expected ([#75](https://github.com/opentdf/charts/issues/75)) ([73cde0e](https://github.com/opentdf/charts/commit/73cde0e2dbecb51ff426c396f2daf7ef071f4834))
20+
* upgrade keycloak chart to 22.1.1 ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
21+
* upgrade postgresql chart to 15.5.21 ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
22+
323
## [0.6.2](https://github.com/opentdf/charts/compare/platform-0.6.1...platform-v0.6.2) (2024-07-25)
424

525

charts/platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.6.2
18+
version: 0.7.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)