Skip to content
Snippets Groups Projects
Commit ea62b6a9 authored by julian.baeume's avatar julian.baeume :pick:
Browse files

Release 2.0.1 (Helm chart: 3.0.3)

parent 5dc05cc8
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. ...@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [2.0.1] - 2024-01-29
### Added
- Add support to set cpu/memory resources for updater [`a93fa11`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/a93fa1172b7cd9e1ee8f794f6af919f45c8f1b49)
### Fixed
- [`OXUIB-2698`](https://jira.open-xchange.com/browse/OXUIB-2698): SSRF/XSS: Prevent to cache resources from external origins [`d3bc298`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/d3bc298f8a95084af69a51f660c7b42b993ece43)
## [2.0.0] - 2023-10-27 ## [2.0.0] - 2023-10-27
### Added ### Added
...@@ -248,7 +258,7 @@ All notable changes to this project will be documented in this file. ...@@ -248,7 +258,7 @@ All notable changes to this project will be documented in this file.
- Start changelog - Start changelog
[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.0...main [unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.1...main
[1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5 [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.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 [1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3
...@@ -261,6 +271,7 @@ All notable changes to this project will be documented in this file. ...@@ -261,6 +271,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.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.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707
[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 [2.0.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.8.0...2.0.0
[1.8.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.7.0...1.8.0 [1.8.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.7.0...1.8.0
[1.7.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.6.0...1.7.0 [1.7.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.6.0...1.7.0
......
...@@ -15,13 +15,13 @@ type: application ...@@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.2 version: 3.0.3
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "2.0.0" appVersion: "2.0.1"
dependencies: dependencies:
- name: ox-common - name: ox-common
version: ~1.0.33 version: ~1.0.33
......
{ {
"name": "@open-xchange/ui-middleware", "name": "@open-xchange/ui-middleware",
"version": "2.0.0", "version": "2.0.1",
"description": "Provides a combined manifest.json", "description": "Provides a combined manifest.json",
"type": "module", "type": "module",
"main": "src/index.js", "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