v2.10.0
[v2.10.0] - 2023-12-24
Added
- Added Python 3.12 Docker image (
custompodautoscaler/python-3-12
).
Removed
- Dropped support for Python 3.6 and 3.7 Docker images (
custompodautoscaler/python-3-6
and
custompodautoscaler/python-3-7
) which are EOL (see Python version lifecycles here). - Dropped support for OpenJDK image (
custompodautoscaler/openjdk-11
) since the base images are EOL (see deprecation notice here). Instead use a Custom Docker Image and install a JRE into it, see the updated simple-pod-metrics-java example for details.
Changed
- Updated
custompodautoscaler/python
to track Python 3.12. - Updated package dependencies.