chore: update UPDATING.md with a 0.34.0 section (#8208)

Also documenting this step under RELEASING/README.md
This commit is contained in:
Maxime Beauchemin 2019-09-10 10:36:07 -07:00 committed by GitHub
parent 84bf5b40fa
commit b8819226b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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.