Skip to content
Snippets Groups Projects
Commit 2a2ab9c9 authored by richard.petersen's avatar richard.petersen :sailboat:
Browse files

Release 1.6.0 (Helm chart: 1.4.3)

parent 6aceba4b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.6.0] - 2022-12-16
### Added
- check for version-mismatches when ui-containers provide a version header [`4d22e4a`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/4d22e4aee70a425d7b7c318a677011bde7fa6aad)
- [`OXUI-1092`](https://jira.open-xchange.com/browse/OXUI-1092) - Add configurable salt to manually invalidate client caches [`cd358ee`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/cd358ee87f357d718c2fbbb0eab3d26807bebd81)
- ui-middleware will slowly warm it's caches after version updates [`3e0419d`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/3e0419d90d3d441994c7aa76b037ecda00e3ceb5)
### Changed
- Update helm chart to autoscaling/v2 [`a2aed27`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/a2aed2723c8b6782f62b5655ed35402cded16c7b)
### Removed
- Code injection to load stylesheets for js files [`50ceed1`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/50ceed1f4ca2083c3ef5c73a99c03f00ba2837d6)
- Injection of code to load stylesheets is now required to be resolved during
the build process of ui projects.
The plugin vite-plugin-ox-css is available.
### Fixed
- [`OXUIB-2001`](https://jira.open-xchange.com/browse/OXUIB-2001) - Service doesn't recover from missing Redis service [`73d3ec2`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/73d3ec204829dcffba4520293e747bdd5d5a8741)
- Cannot run ui-middleware without redis [`3585eed`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/3585eede9a500246f49206356a64d801bf8804c4)
## [1.5.1] - 2022-11-18
### Fixed
......@@ -170,7 +195,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.5.1...main
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.6.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
......@@ -183,6 +208,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.6.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.5.1...1.6.0
[1.5.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.5.0...1.5.1
[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
......
......@@ -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.2
version: 1.4.3
# 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.5.1"
appVersion: "1.6.0"
dependencies:
- name: ox-common
version: 1.0.22
......
{
"name": "@open-xchange/ui-middleware",
"version": "1.5.1",
"version": "1.6.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