From fcd8e05d854fc5eebf2f9b48b17ee30fdfed352b Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Fri, 19 May 2023 15:14:50 -0300 Subject: [PATCH] Bump version to 6.2.2 --- .changeset/mean-bottles-work.md | 5 ----- HISTORY.md | 22 ++++++++++++++++++++++ apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 6 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 .changeset/mean-bottles-work.md diff --git a/.changeset/mean-bottles-work.md b/.changeset/mean-bottles-work.md deleted file mode 100644 index 10e7e54d925..00000000000 --- a/.changeset/mean-bottles-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/meteor": patch ---- - -fixes the Livechat CSP validation, which was incorrectly blocking access to the widget for all non whitelisted domains diff --git a/HISTORY.md b/HISTORY.md index 555ab95c63a..9461311ba87 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,25 @@ +# 6.2.2 + +`2023-05-19 ยท 1 ๐Ÿ› ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `14.21.3` +- NPM: `6.14.17` +- MongoDB: `4.4, 5.0, 6.0` +- Apps-Engine: `1.39.1` + +### ๐Ÿ› Bug fixes + + +- Livechat `CSP` whitelist validation ([#29278](https://github.com/RocketChat/Rocket.Chat/pull/29278)) + + This PR fixes the Livechat CSP validation, which was incorrectly blocking access to the widget for all non whitelisted domains. + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@aleksandernsilva](https://github.com/aleksandernsilva) +- [@ggazzo](https://github.com/ggazzo) + # 6.2.1 `2023-05-17 ยท 1 ๐Ÿ” ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 8fd92fa0cd6..93c2e656f62 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 6.2.1 +ENV RC_VERSION 6.2.2 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 8bb50efe85f..62e6caa7617 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "6.2.1" + "version": "6.2.2" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 37f10ec16dc..56d29741db7 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "6.2.1", + "version": "6.2.2", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 8bb5a465ba5..223aa20f8e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "6.2.1", + "version": "6.2.2", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,