diff --git a/CHANGELOG.md b/CHANGELOG.md index 030a08ab6233839afbf9e47d9d8ac53988ca8859..f5dad8c6cc3995ec2e309ec6d4cdcf17db719348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.3] - 2024-04-02 + +### Added + +- Support TLS mode for redis client [`f44c8d4`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/f44c8d4182f682b30e0f92734ae595231ad32983) + +### Changed + +- Helm: Make security context configuration overwritable [`edeaaa8`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/edeaaa803bbd9f161da92a8e5600ba4e44c4363f) + +### Removed + +- Unused service account [`f7d1f63`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/f7d1f6374e5132e0d3eb0ed8729346763ee89d85) + + ## [2.0.2] - 2024-02-01 ### Fixed @@ -264,7 +279,7 @@ All notable changes to this project will be documented in this file. - Start changelog -[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.2...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.3...main [1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5 [1.3.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.4 [1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3 @@ -277,6 +292,7 @@ All notable changes to this project will be documented in this file. [1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708 [1.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707 +[2.0.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.2...2.0.3 [2.0.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.1...2.0.2 [2.0.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.0...2.0.1 [2.0.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.8.0...2.0.0 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index a82ee169ccd89a190a526dc3a06e69b7d47789f7..87079df20e4982640ce62f41ebbd39f326440b1a 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -15,13 +15,13 @@ 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: 3.0.5 +version: 3.0.6 # 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: "2.0.2" +appVersion: "2.0.3" dependencies: - name: ox-common version: ~1.0.38 diff --git a/package.json b/package.json index 0c6e36978e48c66901f212b3beed2d0966789c09..8178c0511d94ae2fcf72f3484b3f12ac3cf3ec51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "2.0.2", + "version": "2.0.3", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js",