Releases: cloudfoundry/app-autoscaler-release
Releases · cloudfoundry/app-autoscaler-release
App Autoscaler v1.2.2
- Change to UAA token endpoint for client id validation.
App Autoscaler v1.2.1
Major changes since v1.1.0
- Add caching of app metrics in event generator
- Add support for not persisting instance metric into Postgres SQLDB.
- Enhance health endpoint using Prometheus instrumentation for API server
- Enable https/TLS support when connecting to Postgres SQLDB
The v1.2.1 version includes an important fix to enable https/TLS support when connecting to Postgres SQLDB on all components.
Please refer to our Readme file to check how to "Deploy autoscaler with postgres database enabled TLS" with bosh deployment. By default, the support Postgres SSL mode is "verify_full" with a valid CA.
App Autoscaler v1.2.0
Change logs
- Add caching of app metrics in event generator
- Add support for not persisting instance metric into Postgres SQLDB.
- Enhance health endpoint using Prometheus instrumentation for API server
- Enable https/TLS support when connecting to Postgres SQLDB (except API server)
App Autoscaler v1.1.0
Change logs
- Allow cf admin to be able to manage scaling policies, query metrics and events besides space developer
- Add CPU based scaling( Provided AS-IS, see discussions here for CPU based scaling issues https://docs.google.com/document/d/16TvBsZSInjy7zoboSQWRJo30lmxr07tvd40_GzpfD3I)
- Add health endpoint for each components using Prometheus instrumentation
- Add caching of instance metrics in metrics collector
App Autoscaler v1.0.0
The first GA of App Autoscaler.