Version Number
3.0.0-1085
Breaking Changes
- US922204: Autoscaler is only available using Kubernetes
- Support for Marathon and Docker Swarm have been removed.
New Features
- US929026: Updated to run on Java 21.
- US952036: Image is now built on Oracle Linux.
Bug Fixes
- US957002: The number of
running
andpending
pods will now be retrieved from the querying the pods.- Previously, these values were not retrieved from the querying the pods as they should have been. The cause of this bug
was because the Autoscaler was looking for a label namedapp
inmetadata.labels
, when actually the label was located in
spec.selector.matchLabels
andspec.selector.matchLabels
. As such, the Autoscaler defaulted to retrieving the number ofrunning
pods fromspec.replicas
, and used a value of0
for the number ofpending
pods. - This has now been resolved, and the number of
running
andpending
pods will now be retrieved from the querying the pods.
- Previously, these values were not retrieved from the querying the pods as they should have been. The cause of this bug
Known Issues
- None
Release Artifacts
Maven
com.github.autoscaler:autoscale-acceptance-tests:3.0.0-1085
(jar,jar.asc,pom,pom.asc)com.github.autoscaler:autoscale-kubernetes-container:3.0.0-1085
(pom,pom.asc)com.github.autoscaler:autoscale-workload-rabbit:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-scaler-kubernetes:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-source-kubernetes:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-kubernetes-shared:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-email-alert-dispatcher:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-core:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-api:3.0.0-1085
(jar,jar.asc,javadoc.jar,javadoc.jar.asc,pom,pom.asc,sources.jar,sources.jar.asc)com.github.autoscaler:autoscale-aggregator:3.0.0-1085
(pom,pom.asc)
Docker
docker.io/autoscaler/autoscale-kubernetes-rabbit:3.0.0
(Static Tag)docker.io/autoscaler/autoscale-kubernetes-rabbit:3.0
(Dynamic Tag)docker.io/autoscaler/autoscale-kubernetes-rabbit:3
(Dynamic Tag)docker.io/autoscaler/autoscale-kubernetes-rabbit:latest
(Dynamic Tag)