Skip to content

Commit

Permalink
Release 6.5.0-rc.5
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed Nov 14, 2023
1 parent e603838 commit cf63ab4
Show file tree
Hide file tree
Showing 65 changed files with 305 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1699991612617.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"bump-patch-1699591347357",
"bump-patch-1699738736996",
"bump-patch-1699940713809",
"bump-patch-1699991612617",
"cool-rockets-talk",
"cool-zoos-move",
"cuddly-ties-run",
Expand Down Expand Up @@ -95,6 +96,7 @@
"quiet-phones-reply",
"rich-dogs-smell",
"rotten-dryers-allow",
"rotten-pears-watch",
"selfish-hounds-pay",
"serious-cats-fetch",
"seven-carpets-march",
Expand Down Expand Up @@ -122,6 +124,7 @@
"twenty-colts-hope",
"warm-melons-type",
"weak-cameras-pay",
"weak-elephants-kneel",
"wicked-humans-hang",
"wicked-jars-double",
"workspace-status-admin-page"
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 6.5.0-rc.4
ENV RC_VERSION 6.5.0-rc.5

MAINTAINER buildmaster@rocket.chat

Expand Down
32 changes: 32 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @rocket.chat/meteor

## 6.5.0-rc.5

### Patch Changes

- Bump @rocket.chat/meteor version.
- 3ce070a3de: fix: wrong client hash calculation due to race condition on assets

Some deployments may suffer from some reloads if running multiple instances. It's caused by different client hashes generated due to a possible race condition on custom assets load at the startup time. Forcing the clients to talk to the right backend instances, which causes reloads if sticky sessions are not enabled.
This change removes the assets from the hash calculation preventing the race condition and possible different hashes. After this change, the clients will not reload when the admin changes assets.

- 26b8c8124c: fix: `TypeError`: Cannot use 'in' operator in `undefined` for every message sent
- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/api-client@0.1.15-rc.5
- @rocket.chat/license@0.1.0-rc.5
- @rocket.chat/omnichannel-services@0.1.0-rc.5
- @rocket.chat/pdf-worker@0.0.21-rc.5
- @rocket.chat/presence@0.1.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/cron@0.0.17-rc.5
- @rocket.chat/gazzodown@3.0.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/ui-contexts@3.0.0-rc.5
- @rocket.chat/server-cloud-communication@0.0.1
- @rocket.chat/fuselage-ui-kit@3.0.0-rc.5
- @rocket.chat/models@0.0.21-rc.5
- @rocket.chat/ui-theming@0.1.1-rc.0
- @rocket.chat/ui-client@3.0.0-rc.5
- @rocket.chat/ui-video-conf@3.0.0-rc.5
- @rocket.chat/web-ui-registration@3.0.0-rc.4
- @rocket.chat/instance-status@0.0.21-rc.5

## 6.5.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.5.0-rc.4"
"version": "6.5.0-rc.5"
}
10 changes: 10 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# rocketchat-services

## 1.1.15-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 1.1.15-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "1.1.15-rc.4",
"version": "1.1.15-rc.5",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.5.0-rc.4",
"version": "6.5.0-rc.5",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
10 changes: 10 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket.chat/account-service

## 0.3.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.3.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
10 changes: 10 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket.chat/authorization-service

## 0.3.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.3.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/authorization-service",
"private": true,
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
12 changes: 12 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rocket.chat/ddp-streamer

## 0.2.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/ui-contexts@3.0.0-rc.5
- @rocket.chat/models@0.0.21-rc.5
- @rocket.chat/instance-status@0.0.21-rc.5

## 0.2.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-streamer",
"private": true,
"version": "0.2.0-rc.4",
"version": "0.2.0-rc.5",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
11 changes: 11 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rocket.chat/omnichannel-transcript

## 0.3.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/omnichannel-services@0.1.0-rc.5
- @rocket.chat/pdf-worker@0.0.21-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.3.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"private": true,
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
10 changes: 10 additions & 0 deletions ee/apps/presence-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket.chat/presence-service

## 0.3.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/presence@0.1.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.3.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/presence-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/presence-service",
"private": true,
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
10 changes: 10 additions & 0 deletions ee/apps/queue-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket.chat/queue-worker

## 0.3.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/omnichannel-services@0.1.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.3.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/queue-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/queue-worker",
"private": true,
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
9 changes: 9 additions & 0 deletions ee/apps/stream-hub-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rocket.chat/stream-hub-service

## 0.3.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.3.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/stream-hub-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/stream-hub-service",
"private": true,
"version": "0.3.0-rc.4",
"version": "0.3.0-rc.5",
"description": "Rocket.Chat Stream Hub service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
7 changes: 7 additions & 0 deletions ee/packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rocket.chat/api-client

## 0.1.15-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5

## 0.1.15-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/api-client",
"version": "0.1.15-rc.4",
"version": "0.1.15-rc.5",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down
7 changes: 7 additions & 0 deletions ee/packages/ddp-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rocket.chat/ddp-client

## 0.2.6-rc.5

### Patch Changes

- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/api-client@0.1.15-rc.5

## 0.2.6-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/ddp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ddp-client",
"version": "0.2.6-rc.4",
"version": "0.2.6-rc.5",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down
6 changes: 6 additions & 0 deletions ee/packages/license/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket.chat/license

## 0.1.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5

## 0.1.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/license",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"private": true,
"devDependencies": {
"@swc/core": "^1.3.95",
Expand Down
11 changes: 11 additions & 0 deletions ee/packages/omnichannel-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rocket.chat/omnichannel-services

## 0.1.0-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5
- @rocket.chat/rest-typings@6.5.0-rc.5
- @rocket.chat/pdf-worker@0.0.21-rc.5
- @rocket.chat/core-services@0.3.0-rc.5
- @rocket.chat/model-typings@0.2.0-rc.5
- @rocket.chat/models@0.0.21-rc.5

## 0.1.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/omnichannel-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omnichannel-services",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions ee/packages/pdf-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket.chat/pdf-worker

## 0.0.21-rc.5

### Patch Changes

- @rocket.chat/core-typings@6.5.0-rc.5

## 0.0.21-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/pdf-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/pdf-worker",
"version": "0.0.21-rc.4",
"version": "0.0.21-rc.5",
"private": true,
"devDependencies": {
"@storybook/addon-essentials": "~6.5.16",
Expand Down
Loading

0 comments on commit cf63ab4

Please sign in to comment.