Skip to content

Releases: cloudfoundry/app-autoscaler-release

3.3.0

10 Sep 12:45
Compare
Choose a tag to compare

3.2.0

03 Sep 13:30
Compare
Choose a tag to compare

Changelog for app-autoscaler-release

Note: this release fixes the database upgrade from 3.0.1 -> 3.1.1

Enhancements

Bug Fixes

Chores

Dependency Updates

Deployment

releases:
- name: app-autoscaler
  version: 3.2.0
  url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.2.0.tgz
  sha1: 3fed483d8bcc64a53af97229b91751c97c25f53a

3.1.1

25 Aug 07:50
Compare
Choose a tag to compare

Changelog for app-autoscaler-release

Chores

Dependency Updates

Other

Deployment

releases:
- name: app-autoscaler
  version: 3.1.1
  url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.1.1.tgz
  sha1: 302219fb123c7702213f0aa86957c1dbc44e0bee

3.1.0

23 Aug 08:31
8b52511
Compare
Choose a tag to compare

Changelog for app-autoscaler-release

Enhancements

Bug Fixes

Chores

Dependency Updates

Read more

App Autoscaler v3.0.1

27 May 12:13
Compare
Choose a tag to compare

Change logs:

  • Support MySQL database now.
  • Security Fix : support TLSv1.2 and disable TLSv1.1 and TLSv1.0 for scheduler component. #237
  • Bug fix to resolve that schedules can not removed in synchronization when an application was deleted.
  • MetricsCollector: Only process HTTPStartStopEvents with peerType client

Please note that app autoscaler using cf deployment database is blocked by the PR cf-deployment #881.

If you would like to use database of cf deployment, you should create a database named autoscaler manually or when deploy cf deployment, please apply with the ops file operations/experimental/set-autoscaler-db.yml.
Please refer to README for details.

App Autoscaler v3.0.0

08 Nov 06:12
37f28f8
Compare
Choose a tag to compare

Major changes includes in this release :

Custom metric support is open on Cloud Foundry App-Autoscaler Now !

Please refer to Custom metric usage guide for details !

Starting from 3.0.0, you need to use https://github.com/cloudfoundry/app-autoscaler-release/blob/master/templates/app-autoscaler-deployment.yml only. The previous -v1 version won't work anymore.

App Autoscaler v1.2.4

24 Sep 08:47
c31a2ae
Compare
Choose a tag to compare
App Autoscaler v1.2.4 Pre-release
Pre-release

This is a hotfix based on App Autoscaler v1.2.3 to rollback the failure transition of "saving metrics".

App Autoscaler v1.2.3

29 Aug 05:31
52d085d
Compare
Choose a tag to compare
App Autoscaler v1.2.3 Pre-release
Pre-release

This is a hotfix based on App Autoscaler v1.2.2, which includes a fix to resolve the Liquibase staled db lock issue which may prevent autoscaler jobs from starting.

App Autoscaler v2.0.0

15 Aug 04:29
4407aa7
Compare
Choose a tag to compare

Major changes includes in this release :

Adapt to loggregator v2 API to stream multiple application metrics in parallel. To achieve this, the metric collector component is replaced by metric server and metric gateway components.

To use the latest feature, you can deploy with the default template/app-autoscaler-deployment.yml. The cf deployment variables need to be provided as well.

If you would like to continue to use the previous metric collector component along with loggregator V1 API, you can deploy with templates/app-autoscaler-deployment-v1.yml or templates/app-autoscaler-deployment-fewer-v1.yml.

Refer to the README for details.

App Autoscaler v1.2.2

19 Jun 04:41
Compare
Choose a tag to compare
  • Change to UAA token endpoint for client id validation.