From 58671abc6ae1eaacd95ae3230f0df3ab1ea9e71c Mon Sep 17 00:00:00 2001 From: OpenCloud Devops Date: Mon, 7 Apr 2025 19:59:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=202.1.0=20(#504)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎉 Release 2.0.1 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 * 🎉 Release 2.1.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6671a29ee3..85b088ad94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # Changelog +## [2.1.0](https://github.com/opencloud-eu/opencloud/releases/tag/v2.1.0) - 2025-04-07 + +### ❤️ Thanks to all contributors! ❤️ + +@AlexAndBear, @JammingBen, @ScharfViktor, @aduffeck, @butonic, @fschade, @individual-it, @kulmann, @micbar, @michaelstingl, @rhafer + +### 🐛 Bug Fixes + +- feat(antivirus): add partial scanning mode [[#559](https://github.com/opencloud-eu/opencloud/pull/559)] +- Simplify item-trashed SSEs. Also fixes it for coll. posix fs. [[#565](https://github.com/opencloud-eu/opencloud/pull/565)] +- fix(opencloud_full): add missing SMTP env vars [[#563](https://github.com/opencloud-eu/opencloud/pull/563)] +- fix: full deployment tika description is wrong [[#553](https://github.com/opencloud-eu/opencloud/pull/553)] +- fix: traefik credentials [[#555](https://github.com/opencloud-eu/opencloud/pull/555)] +- Enable scan/watch in the storageprovider only [[#546](https://github.com/opencloud-eu/opencloud/pull/546)] +- fix: typo in dev docs [[#540](https://github.com/opencloud-eu/opencloud/pull/540)] + +### 📈 Enhancement + +- [full-ci] reva bump 2.31.0 [[#599](https://github.com/opencloud-eu/opencloud/pull/599)] +- feat: support svg as icon [[#538](https://github.com/opencloud-eu/opencloud/pull/538)] +- feat: change theme.json primary color [[#536](https://github.com/opencloud-eu/opencloud/pull/536)] +- graph: reduce memory allocations [[#494](https://github.com/opencloud-eu/opencloud/pull/494)] + +### ✅ Tests + +- [full-ci] fix expected spanish string in test [[#596](https://github.com/opencloud-eu/opencloud/pull/596)] +- Revert "Disable the 'exclude' patterns on the path conditional for now" [[#561](https://github.com/opencloud-eu/opencloud/pull/561)] + +### 📦️ Dependencies + +- build(deps): bump github.com/go-playground/validator/v10 from 10.25.0 to 10.26.0 [[#571](https://github.com/opencloud-eu/opencloud/pull/571)] +- build(deps): bump github.com/nats-io/nats.go from 1.39.1 to 1.41.0 [[#567](https://github.com/opencloud-eu/opencloud/pull/567)] +- [full-ci] chore(web): bump web to v2.2.0 [[#570](https://github.com/opencloud-eu/opencloud/pull/570)] +- build(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0 [[#566](https://github.com/opencloud-eu/opencloud/pull/566)] +- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 [[#557](https://github.com/opencloud-eu/opencloud/pull/557)] +- build(deps-dev): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2 in /services/idp [[#542](https://github.com/opencloud-eu/opencloud/pull/542)] +- build(deps): bump web-vitals from 3.5.2 to 4.2.4 in /services/idp [[#541](https://github.com/opencloud-eu/opencloud/pull/541)] +- build(deps): bump github.com/open-policy-agent/opa from 1.2.0 to 1.3.0 [[#508](https://github.com/opencloud-eu/opencloud/pull/508)] +- build(deps): bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 [[#509](https://github.com/opencloud-eu/opencloud/pull/509)] +- fix keycloak example #465 [[#535](https://github.com/opencloud-eu/opencloud/pull/535)] + ## [2.0.0](https://github.com/opencloud-eu/opencloud/releases/tag/v2.0.0) - 2025-03-26 ### ❤️ Thanks to all contributors! ❤️