This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new b881922 chore: update UPDATING.md with a 0.34.0 section (#8208)
b881922 is described below
commit b8819226b9bfefee1dcc53c6c9563658a42f9a24
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Sep 10 10:36:07 2019 -0700
chore: update UPDATING.md with a 0.34.0 section (#8208)
Also documenting this step under RELEASING/README.md
---
RELEASING/README.md | 7 +++++++
UPDATING.md | 2 ++
2 files changed, 9 insertions(+)
diff --git a/RELEASING/README.md b/RELEASING/README.md
index 90e0519..767e3be 100644
--- a/RELEASING/README.md
+++ b/RELEASING/README.md
@@ -102,6 +102,13 @@ folder.
Now you can announce the release on the mailing list, make sure to use the
proper template
+## Post release
+
+In `UPDATING.md`, a file that contains a list of notifications around
+deprecations and upgrading-related topics,
+make sure to move the content now under the `Next Version` section under a new
+section for the new release.
+
## Build from source tarball
To make a working build given a tarball
diff --git a/UPDATING.md b/UPDATING.md
index 946df61..55923ec 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -36,6 +36,8 @@ using `ENABLE_PROXY_FIX = True`, review the newly-introducted
variable,
backend serialization. To disable set `RESULTS_BACKEND_USE_MSGPACK = False`
in your configuration.
+## 0.34.0
+
* [7848](https://github.com/apache/incubator-superset/pull/7848): If you are
running redis with celery, celery bump to 4.3.0 requires redis-py upgrade to
3.2.0 or later.