Skip to content

Commit

Permalink
chore(main): release platform 0.7.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentdf-automation[bot] committed Aug 20, 2024
1 parent f5505c8 commit f5b99b9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
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.6.2"
"charts/platform": "0.7.0"
}
20 changes: 20 additions & 0 deletions charts/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.7.0](https://github.com/opentdf/charts/compare/platform-0.6.2...platform-v0.7.0) (2024-08-20)


### Features

* add ability to merge custom volumes and volumeMount templates ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
* platform configuration template for child charts ([#76](https://github.com/opentdf/charts/issues/76)) ([02f8839](https://github.com/opentdf/charts/commit/02f8839076ba7c2eb48e049af160488bb5333ce0))
* platform mode and global sdk configuration support ([#73](https://github.com/opentdf/charts/issues/73)) ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))


### Bug Fixes

* add auth skew configuration ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
* 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))
* correct h2c service appProtocol ([#77](https://github.com/opentdf/charts/issues/77)) ([25a1ae8](https://github.com/opentdf/charts/commit/25a1ae862937707fb42a28d037b97849a575e914))
* support openshift compatibility for service appProtocol ([81f64ca](https://github.com/opentdf/charts/commit/81f64ca04c6b322a3b2cb3132487c1969a3f0a29))
* 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))
* upgrade keycloak chart to 22.1.1 ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))
* upgrade postgresql chart to 15.5.21 ([0666d4f](https://github.com/opentdf/charts/commit/0666d4f8e250cf1b002c77beda846aed51e9b54e))

## [0.6.2](https://github.com/opentdf/charts/compare/platform-0.6.1...platform-v0.6.2) (2024-07-25)


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.6.2
version: 0.7.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

0 comments on commit f5b99b9

Please sign in to comment.