Skip to content

Commit

Permalink
chore(main): release platform 0.6.2 (#72)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.6.2](platform-0.6.1...platform-v0.6.2)
(2024-07-25)


### Bug Fixes

* only mount keycloak cert if ingress and tls enabled
([5cacbb8](5cacbb8))
* **platform:** extra certs overwriting files in /etc/ssl/certs
([#70](#70))
([5cacbb8](5cacbb8))
* remove defaultMode on trusted-certs volume
([5cacbb8](5cacbb8))
* set default security context values for container
([5cacbb8](5cacbb8))
* set pod security context defaults
([5cacbb8](5cacbb8))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
  • Loading branch information
opentdf-automation[bot] authored Jul 25, 2024
1 parent 5cacbb8 commit 81565a6
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1"
"charts/platform": "0.6.2"
}
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.6.2](https://github.com/opentdf/charts/compare/platform-0.6.1...platform-v0.6.2) (2024-07-25)


### Bug Fixes

* only mount keycloak cert if ingress and tls enabled ([5cacbb8](https://github.com/opentdf/charts/commit/5cacbb814060f531ea3cccbea2375f41e33c4d20))
* **platform:** extra certs overwriting files in /etc/ssl/certs ([#70](https://github.com/opentdf/charts/issues/70)) ([5cacbb8](https://github.com/opentdf/charts/commit/5cacbb814060f531ea3cccbea2375f41e33c4d20))
* remove defaultMode on trusted-certs volume ([5cacbb8](https://github.com/opentdf/charts/commit/5cacbb814060f531ea3cccbea2375f41e33c4d20))
* set default security context values for container ([5cacbb8](https://github.com/opentdf/charts/commit/5cacbb814060f531ea3cccbea2375f41e33c4d20))
* set pod security context defaults ([5cacbb8](https://github.com/opentdf/charts/commit/5cacbb814060f531ea3cccbea2375f41e33c4d20))

## [0.6.1](https://github.com/opentdf/charts/compare/platform-0.6.0...platform-v0.6.1) (2024-07-16)


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.1
version: 0.6.2

# 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 81565a6

Please sign in to comment.