chore: update UPDATING.md with a 0.34.0 section (#8208)
Also documenting this step under RELEASING/README.md
This commit is contained in:
parent
84bf5b40fa
commit
b8819226b9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue