Skip to content

Releases: cloudfoundry/app-autoscaler-release

App Autoscaler v1.2.1

24 Apr 05:39
5e3d788
Compare
Choose a tag to compare

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

10 Apr 08:57
5d23816
Compare
Choose a tag to compare
App Autoscaler v1.2.0 Pre-release
Pre-release

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

20 Dec 18:26
0a4ef0f
Compare
Choose a tag to compare

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

29 Sep 03:34
475d3bd
Compare
Choose a tag to compare

The first GA of App Autoscaler.