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/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 1441ad8546 chore(UPDATING.md): Add item to UPDATING describing
translations build flag (#30313)
1441ad8546 is described below
commit 1441ad85466f17d78c0173da27891a6813abd08e
Author: Martyn Gigg <[email protected]>
AuthorDate: Wed Sep 18 23:02:25 2024 +0100
chore(UPDATING.md): Add item to UPDATING describing translations build flag
(#30313)
---
UPDATING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/UPDATING.md b/UPDATING.md
index 412bff8596..700fc9332d 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -61,6 +61,7 @@ assists people when migrating to a new version.
- [29798](https://github.com/apache/superset/pull/29798) Since 3.1.0, the
intial schedule for an alert or report was mistakenly offset by the specified
timezone's relation to UTC. The initial schedule should now begin at the
correct time.
- [30021](https://github.com/apache/superset/pull/30021) The `dev` layer in
our Dockerfile no long includes firefox binaries, only Chromium to reduce
bloat/docker-build-time
- [30274](https://github.com/apache/superset/pull/30274) Moved
SLACK_ENABLE_AVATAR from config.py to the feature flag framework, please adapt
your configs
+- [30099](https://github.com/apache/superset/pull/30099) Translations are no
longer included in the default docker image builds. If your environment
requires translations, you'll want to set the docker build arg
`BUILD_TRANSACTION=true`.
### Potential Downtime