Skip to content
Snippets Groups Projects
Commit 3a057c60 authored by maik.schaefer's avatar maik.schaefer
Browse files

Release 1.5.0 (Helm chart: 1.4.1)

parent 7216f972
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.5.0] - 2022-11-18
### Added
- [`OXUI-1083`](https://jira.open-xchange.com/browse/OXUI-1083) - Support for brotli compression [`0dd117f`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/0dd117fb26aa8169a806e0a43415e4b90464e07e)
- First dedicated metrics to analyse cache behaviour [`4435e28`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/4435e2829da76a1e3acb09278105879db0d8ee9b)
### Changed
- Use dedicated port for /metrics endpoints [`e3a0de0`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/e3a0de0b59a8c485fdd2f41ca1d720d8576f08f8)
## [1.4.2] - 2022-11-11
### Added
......@@ -151,7 +163,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/1.4.2...main
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.5.0...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
......@@ -164,6 +176,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
[1.5.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.2...1.5.0
[1.4.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.1...1.4.2
[1.4.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.4.0...1.4.1
[1.4.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/list...1.4.0
......
......@@ -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: 1.4.0
version: 1.4.1
# 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: "1.4.2"
appVersion: "1.5.0"
dependencies:
- name: ox-common
version: 1.0.22
......
{
"name": "@open-xchange/ui-middleware",
"version": "1.4.2",
"version": "1.5.0",
"description": "Provides a combined manifest.json",
"type": "module",
"main": "src/index.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment