From 3680b16016d5c072d05023838664920d2c3996d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20B=C3=A4ume?= <julian.baeume@open-xchange.com> Date: Tue, 5 Apr 2022 14:54:30 +0200 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 13 ++++++++++++- helm/core-ui-middleware/Chart.yaml | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbccfed..5c4fcba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.2.1] - 2022-04-05 + +### Changed + +- **Breaking change:** unify name prefix of metrics exposed using promclient [`ae56d8c`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/ae56d8c0eb18e2aefd2938291616ed1ac24dc366) + +### Fixed + +- [`OXUIB-1528`](https://jira.open-xchange.com/browse/OXUIB-1528): Read-through cache not working [`ba11d96`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/ba11d966ff86b2f1dc2611e1be7f4ceb1ad3f310) + ## [1.2.0] - 2022-03-28 ### Changed @@ -32,7 +42,8 @@ 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.2.0...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.1...main +[1.2.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.0...1.2.1 [1.2.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236709...1.2.0 [1.1.236709]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236708...1.1.236709 [1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index 40a2269..62681e9 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -21,7 +21,7 @@ version: 1.1.1 # 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.2.0" +appVersion: "1.2.1" dependencies: - name: ox-common version: 1.0.17 diff --git a/package.json b/package.json index aff2559..ac66f9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "1.2.0", + "version": "1.2.1", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js", -- GitLab