Bump version to 0.73.0-rc.1

pull/13040/head 0.73.0-rc.1
Rodrigo Nascimento 7 years ago
parent 09fb4aeb08
commit f9faebcc4d
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      .docker/Dockerfile.rhel
  2. 154
      .github/history.json
  3. 4
      .sandstorm/sandstorm-pkgdef.capnp
  4. 2
      .travis/snap.sh
  5. 101
      HISTORY.md
  6. 2
      package.json
  7. 2
      packages/rocketchat-lib/rocketchat.info

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 0.73.0-rc.0
ENV RC_VERSION 0.73.0-rc.1
MAINTAINER buildmaster@rocket.chat

@ -24208,6 +24208,160 @@
]
}
]
},
"0.72.1": {
"pull_requests": [
{
"pr": "12850",
"title": "Release 0.72.1",
"userLogin": "rodrigok",
"contributors": [
"tassoevan",
"rodrigok",
"Hudell",
"MarcosSpessatto",
"piotrkochan",
"ohmonster",
"d-gubert",
"sampaiodiego"
]
},
{
"pr": "12848",
"title": "Bump Apps-Engine version",
"userLogin": "d-gubert",
"milestone": "0.72.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "12818",
"title": "[FIX] Change spread operator to Array.from for Edge browser",
"userLogin": "ohmonster",
"milestone": "0.72.1",
"contributors": [
"ohmonster"
]
},
{
"pr": "12727",
"title": "[FIX] API users.info returns caller rooms and not requested user ones",
"userLogin": "piotrkochan",
"milestone": "0.72.1",
"contributors": [
"piotrkochan",
"web-flow"
]
},
{
"pr": "12804",
"title": "Change file order in rocketchat-cors",
"userLogin": "MarcosSpessatto",
"milestone": "0.72.1",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "12847",
"title": "[FIX] Missing HipChat Enterprise Importer",
"userLogin": "Hudell",
"milestone": "0.72.1",
"contributors": [
"Hudell"
]
},
{
"pr": "12805",
"title": "[FIX] Emoji as avatar",
"userLogin": "tassoevan",
"milestone": "0.72.1",
"contributors": [
"tassoevan"
]
}
]
},
"0.72.2": {
"pull_requests": [
{
"pr": "12901",
"title": "Release 0.72.2",
"userLogin": "sampaiodiego",
"contributors": [
"tassoevan",
"sampaiodiego"
]
},
{
"pr": "12900",
"title": "[FIX] line-height for unread bar buttons (jump to first and mark as read)",
"userLogin": "tassoevan",
"milestone": "0.72.2",
"contributors": [
"tassoevan"
]
},
{
"pr": "12898",
"title": "[FIX] Reset password email",
"userLogin": "sampaiodiego",
"milestone": "0.72.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "12882",
"title": "[FIX] PDF view loading indicator",
"userLogin": "tassoevan",
"milestone": "0.72.2",
"contributors": [
"tassoevan"
]
}
]
},
"0.72.3": {
"pull_requests": [
{
"pr": "12932",
"title": "Release 0.72.3",
"userLogin": "rodrigok",
"contributors": [
"rodrigok",
"ggazzo",
"Hudell",
"tassoevan",
"piotrkochan"
]
}
]
},
"0.73.0-rc.1": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"pull_requests": [
{
"pr": "13021",
"title": "Change `chat.getDeletedMessages` to get messages after informed date and return only message's _id",
"userLogin": "MarcosSpessatto",
"milestone": "0.73.0",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "13020",
"title": "Improve Importer code quality",
"userLogin": "Hudell",
"milestone": "0.73.0",
"contributors": [
"Hudell"
]
}
]
}
}
}

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 118, # Increment this for every release.
appVersion = 119, # Increment this for every release.
appMarketingVersion = (defaultText = "0.73.0-rc.0"),
appMarketingVersion = (defaultText = "0.73.0-rc.1"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.73.0-rc.0
RC_VERSION=0.73.0-rc.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,8 +1,24 @@
# 0.73.0 (Under Release Candidate Process)
## 0.73.0-rc.1
`2018-12-24 · 2 🔍 · 2 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Change `chat.getDeletedMessages` to get messages after informed date and return only message's _id ([#13021](https://github.com/RocketChat/Rocket.Chat/pull/13021))
- Improve Importer code quality ([#13020](https://github.com/RocketChat/Rocket.Chat/pull/13020))
</details>
### 👩💻👨💻 Core Team 🤓
- [@Hudell](https://github.com/Hudell)
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
## 0.73.0-rc.0
`2018-12-20 · 10 🎉 · 9 🚀 · 39 🐛 · 83 🔍 · 27 👩💻👨💻`
`2018-12-20 · 10 🎉 · 9 🚀 · 33 🐛 · 81 🔍 · 26 👩💻👨💻`
### 🎉 New features
@ -60,16 +76,10 @@
- Stream of my_message wasn't sending the room information ([#12914](https://github.com/RocketChat/Rocket.Chat/pull/12914))
- cannot reset password ([#12903](https://github.com/RocketChat/Rocket.Chat/pull/12903))
- Version check update notification ([#12905](https://github.com/RocketChat/Rocket.Chat/pull/12905))
- line-height for unread bar buttons (jump to first and mark as read) ([#12900](https://github.com/RocketChat/Rocket.Chat/pull/12900))
- PDF view loading indicator ([#12882](https://github.com/RocketChat/Rocket.Chat/pull/12882))
- Data Import not working ([#12866](https://github.com/RocketChat/Rocket.Chat/pull/12866))
- Incorrect parameter name in Livechat stream ([#12851](https://github.com/RocketChat/Rocket.Chat/pull/12851))
- Autotranslate icon on message action menu ([#12585](https://github.com/RocketChat/Rocket.Chat/pull/12585))
- Change spread operator to Array.from for Edge browser ([#12818](https://github.com/RocketChat/Rocket.Chat/pull/12818) by [@ohmonster](https://github.com/ohmonster))
- API users.info returns caller rooms and not requested user ones ([#12727](https://github.com/RocketChat/Rocket.Chat/pull/12727) by [@piotrkochan](https://github.com/piotrkochan))
- Missing HipChat Enterprise Importer ([#12847](https://github.com/RocketChat/Rocket.Chat/pull/12847))
- Google Cloud Storage storage provider ([#12843](https://github.com/RocketChat/Rocket.Chat/pull/12843))
- Emoji as avatar ([#12805](https://github.com/RocketChat/Rocket.Chat/pull/12805))
<details>
<summary>🔍 Minor changes</summary>
@ -102,9 +112,7 @@
- Convert rocketchat-ui-login to main module structure ([#12861](https://github.com/RocketChat/Rocket.Chat/pull/12861))
- Convert rocketchat-ui-flextab to main module structure ([#12859](https://github.com/RocketChat/Rocket.Chat/pull/12859))
- German translation typo fix for Reacted_with ([#12761](https://github.com/RocketChat/Rocket.Chat/pull/12761) by [@localguru](https://github.com/localguru))
- Bump Apps-Engine version ([#12848](https://github.com/RocketChat/Rocket.Chat/pull/12848))
- Convert rocketchat-ui-account to main module structure ([#12842](https://github.com/RocketChat/Rocket.Chat/pull/12842))
- Change file order in rocketchat-cors ([#12804](https://github.com/RocketChat/Rocket.Chat/pull/12804))
- Convert rocketchat-ui-clean-history to main module structure ([#12846](https://github.com/RocketChat/Rocket.Chat/pull/12846))
- Convert rocketchat-ui-admin to main module structure ([#12844](https://github.com/RocketChat/Rocket.Chat/pull/12844))
- Convert rocketchat-tokenpass to main module structure ([#12838](https://github.com/RocketChat/Rocket.Chat/pull/12838))
@ -170,7 +178,6 @@
- [@localguru](https://github.com/localguru)
- [@lvyue](https://github.com/lvyue)
- [@mathysie](https://github.com/mathysie)
- [@ohmonster](https://github.com/ohmonster)
- [@piotrkochan](https://github.com/piotrkochan)
- [@rssilva](https://github.com/rssilva)
- [@sanketsingh24](https://github.com/sanketsingh24)
@ -193,6 +200,80 @@
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
# 0.72.3
`2018-12-12 · 1 🔍 · 5 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Release 0.72.3 ([#12932](https://github.com/RocketChat/Rocket.Chat/pull/12932) by [@piotrkochan](https://github.com/piotrkochan))
</details>
### 👩💻👨💻 Contributors 😍
- [@piotrkochan](https://github.com/piotrkochan)
### 👩💻👨💻 Core Team 🤓
- [@Hudell](https://github.com/Hudell)
- [@ggazzo](https://github.com/ggazzo)
- [@rodrigok](https://github.com/rodrigok)
- [@tassoevan](https://github.com/tassoevan)
# 0.72.2
`2018-12-10 · 2 🐛 · 1 🔍 · 2 👩💻👨💻`
### 🐛 Bug fixes
- line-height for unread bar buttons (jump to first and mark as read) ([#12900](https://github.com/RocketChat/Rocket.Chat/pull/12900))
- PDF view loading indicator ([#12882](https://github.com/RocketChat/Rocket.Chat/pull/12882))
<details>
<summary>🔍 Minor changes</summary>
- Release 0.72.2 ([#12901](https://github.com/RocketChat/Rocket.Chat/pull/12901))
</details>
### 👩💻👨💻 Core Team 🤓
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
# 0.72.1
`2018-12-05 · 4 🐛 · 3 🔍 · 8 👩💻👨💻`
### 🐛 Bug fixes
- Change spread operator to Array.from for Edge browser ([#12818](https://github.com/RocketChat/Rocket.Chat/pull/12818) by [@ohmonster](https://github.com/ohmonster))
- API users.info returns caller rooms and not requested user ones ([#12727](https://github.com/RocketChat/Rocket.Chat/pull/12727) by [@piotrkochan](https://github.com/piotrkochan))
- Missing HipChat Enterprise Importer ([#12847](https://github.com/RocketChat/Rocket.Chat/pull/12847))
- Emoji as avatar ([#12805](https://github.com/RocketChat/Rocket.Chat/pull/12805))
<details>
<summary>🔍 Minor changes</summary>
- Release 0.72.1 ([#12850](https://github.com/RocketChat/Rocket.Chat/pull/12850) by [@ohmonster](https://github.com/ohmonster) & [@piotrkochan](https://github.com/piotrkochan))
- Bump Apps-Engine version ([#12848](https://github.com/RocketChat/Rocket.Chat/pull/12848))
- Change file order in rocketchat-cors ([#12804](https://github.com/RocketChat/Rocket.Chat/pull/12804))
</details>
### 👩💻👨💻 Contributors 😍
- [@ohmonster](https://github.com/ohmonster)
- [@piotrkochan](https://github.com/piotrkochan)
### 👩💻👨💻 Core Team 🤓
- [@Hudell](https://github.com/Hudell)
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
- [@d-gubert](https://github.com/d-gubert)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
# 0.72.0
`2018-11-28 · 1 · 6 🎉 · 16 🚀 · 22 🐛 · 79 🔍 · 25 👩💻👨💻`

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.73.0-rc.0",
"version": "0.73.0-rc.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,3 +1,3 @@
{
"version": "0.73.0-rc.0"
"version": "0.73.0-rc.1"
}

Loading…
Cancel
Save