stackabletech / docker-images

Apache License 2.0
15 stars 2 forks source link

Update Flask-appbuilder and gevent #686

Open Maleware opened 2 months ago

Maleware commented 2 months ago

Description

This updates two dependencies:

Dependencie greenlet has been removed from 3.1.0 constrains.txt since python have to choose it on it's own.

This has only be done for 3.1.0 since customers could update to the latest version of superset we support and having most critical vulnerabilities fixed.

Testing was done with Superset Getting started and was successful.

Definition of Done Checklist

- [ ] Changes are OpenShift compatible
- [x] All added packages (via microdnf or otherwise) have a comment on why they are added
- [x] Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
- [x] All packages should have (if available) signatures/hashes verified
- [x] Add an entry to the CHANGELOG.md file
- [ ] Integration tests ran successfully
TIP: Running integration tests with a new product image The image can be built and uploaded to the kind cluster with the following commands: ```shell bake --product --image-version kind load docker-image --name= ``` See the output of `bake` to retrieve the image tag for ``.
lfrancke commented 2 months ago

I looked at this but don't know enough about Python & build processes etc. to comment on it. I'd appreciate if someone else could take a look.