Releases: cloudfoundry/app-autoscaler-release
Releases · cloudfoundry/app-autoscaler-release
3.7.0
Changelog for app-autoscaler-release
Enhancements
- SHA256 checksums generated for release - joergdw
Deployment
releases:
- name: app-autoscaler
version: 3.7.0
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.7.0.tgz
sha1: sha256:e6f5d4923171e7297d0e120ae77812bba4f6635b55f73ebe6f6b4e3b8dbb078f
- name: app-autoscaler-acceptance-tests
version: 3.7.0
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-acceptance-tests-v3.7.0.tgz
sha1: sha256:cfcc80b1553e5e8ae56f2a199fe01d4467e828b380162c7bd5fce3b862f68c31
3.6.1
Changelog for app-autoscaler-release
Deployment
releases:
- name: app-autoscaler
version: 3.6.1
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.6.1.tgz
sha1: 93560bfba7471adf49fe46d2a2d96cabe5264469
- name: app-autoscaler-acceptance-tests
version: 3.6.1
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-acceptance-tests-v3.6.1.tgz
sha1: 62713d326cbeda9bd542e9147dbb8ebd2b18447a
3.6.0
Dummy Release - do not use
3.5.0
Changelog for app-autoscaler-release
Enhancements
- Reworked Credentials interface to add Validate func - garethjevans
Bug Fixes
- Replace String Comparing with JSON - asalan316
- Using server:port as the node address when forwarding metrics - garethjevans
- Fix the make clean target - garethjevans
Dependency Updates
- Bump autoscaler to latest - garethjevans
- Bump orange-cloudfoundry/bosh-release-action from 1.2.0 to 1.3.0 - dependabot
- Bump src/app-autoscaler from
5c55c9c
to0a952bb
- dependabot
Deployment
releases:
- name: app-autoscaler
version: 3.5.0
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.5.0.tgz
sha1: 8db706dbf1acde981ee58225cfb34969d821cb5b
3.4.2
Changelog for app-autoscaler-release
Bug Fixes
- Adding preconditions around primarykey addition - garethjevans
Dependency Updates
- Bump src/app-autoscaler from
23a333b
to5c55c9c
- dependabot
Other
- Adds initial default policy documentation - bonzofenix
Deployment
releases:
- name: app-autoscaler
version: 3.4.2
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.4.2.tgz
sha1: 71cbf0594fb918c24d16966038556ea8c1f77d41
3.4.1
Changelog for app-autoscaler-release
Bug Fixes
- Fix templating for credential binding config - garethjevans
Dependency Updates
- Bump src/app-autoscaler from
9d96249
to23a333b
- dependabot - Bump github.com/cenkalti/backoff/v4 from 4.1.1 to 4.1.2 in /src/autoscaler - dependabot
Deployment
releases:
- name: app-autoscaler
version: 3.4.1
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.4.1.tgz
sha1: 768675aa5a2576a3bf0e3da5029971fbffffb8ec
3.4.0
Changelog for app-autoscaler-release
Enhancements
- Added templating for stored procedure - garethjevans
- Remove the autoscaler-src package - garethjevans
- Enable nats tls by default - garethjevans
- Allow the configuration of app/service prefixes & service broker - garethjevans
- Add plan check configuration - KevinJCross
- Add quota managment configuration - KevinJCross
- Enable rotation credentials for service broker - KevinJCross
- url_encode credentials in PostgreSQL URLs - KevinJCross
- Enables Updatable plans - bonzofenix
- Add acceptance tests and app changes for mtls - joergdw
- Adding custom metric upgrade smoke tests - KevinJCross
- Verify app scaling before and after upgrade - asalan316
- Initial impl of stored procedure based binding creds - garethjevans
- Updateable plans feature - KevinJCross
- Enables Updateable plans feature - bonzofenix
- Handle orphaned bindings - garethjevans
- Re-implement plan check in golang service broker - garethjevans
- Multiple broker credentials - aadeshmisra
- Add health endpoint to service broker - bonzofenix
- Re-implement quota API support in golang service broker. - bonzofenix
Bug Fixes
- Update default max and idle db connections - KevinJCross
- Fix
operator
pre-start.erb
- silvestre - Also cleanup ASUP & CUST_MET orgs - garethjevans
- Re-vendor Acceptance Test App Dependencies with Node v16.10.0 (NPM v7.24.0) for Compatibility with NodeJS Buildpack v1.7.62 - peterellisjones
- Ensure we are logged in before performing cleanup in acceptance - garethjevans
- Attempt to shutdown plugin correctly - garethjevans
- Fix quota management broker responses - bonzofenix
- Ensure defer is called before rows.Next() - garethjevans
- Corrected spelling of Interal -> Internal - garethjevans
Chores
- Update the src lists in a dependabot PR - KevinJCross
- Adding policy user authorization test - KevinJCross
- Added makefile for linting - KevinJCross
- Enable the dynatrace flag - KevinJCross
- Fixed the Acceptance tests to use healthchecks on the app - KevinJCross
- fix: invalid import - garethjevans
- Fix bad request on stop cpu when instance is already removed - KevinJCross
- Increase timeout to 5minutes for pre/post upgrade test - asalan316
- Port back cpu scaling test from upgrade tests to App tests - KevinJCross
- Remove app-curler to reduce bloat in logs - garethjevans
- Port back the custom metric test from upgrade suite to the app suite - KevinJCross
- refactor: remove duplicate code in acceptance tests - garethjevans
- Linter configuration for go source - garethjevans
- Switch basic auth fallback logging to debug - silvestre
- Use vanity import for go module name - garethjevans
- refactor credential by interface - asalan316
- Gosec updates after golangci-lint upgrade - garethjevans
- Wrap maps with locks for concurrent access - bonzofenix
- Fix for white space between Pem certificates. - KevinJCross
- Remove ginkgo deprecation warnings in preparation for 2.0 - garethjevans
- Add a buildtools-force target - garethjevans
Dependency Updates
- Bump src/app-autoscaler from
6cfb5b3
toa6f47c4
- dependabot - Bump github.com/lib/pq from 1.10.3 to 1.10.4 in /src/changeloglockcleaner - dependabot
- Bump src/app-autoscaler from
29d43f6
tode62a4a
- dependabot - Bump src/app-autoscaler from
354338a
to29d43f6
- dependabot - Bump github.com/onsi/gomega from 1.16.0 to 1.17.0 in /src/changeloglockcleaner - dependabot
- Bump src/app-autoscaler from
c49fc1d
to354338a
- dependabot - Bump src/app-autoscaler from
cdeece1
toc49fc1d
- dependabot - Bump src/app-autoscaler from
41a04ae
tocdeece1
- dependabot - Bump src/app-autoscaler from
427dc27
to41a04ae
- dependabot - Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 in /src/changeloglockcleaner - dependabot
- Bump src/app-autoscaler from
57cb252
to9541677
- dependabot - Bump postgres-release to v27 - garethjevans
- Bump src/app-autoscaler from
bfb0b4c
to57cb252
- dependabot - Bump src/app-autoscaler from
40a7776
tobfb0b4c
- dependabot - bump routing to 0.223.0, ops file to enable nats tls - asalan316
- Bump src/app-autoscaler from
fcef5b8
to40a7776
- dependabot - Bump src/app-autoscaler from
d7d95be
tofcef5b8
- dependabot - Bump src/app-autoscaler from
9f17488
tod7d95be
- dependabot - Bump src/app-autoscaler from
5dbd828
to9f17488
- dependabot - Bump java from 11.0.11_9 to 11.0.12_7 - garethjevans
- Bump src/app-autoscaler from
ff8f976
to5dbd828
- dependabot - Bump src/app-autoscaler from
4014aaa
toff8f976
- dependabot - Bump orange-cloudfoundry/bosh-release-action from 1.1.0 to 1.2.0 - dependabot
- Bump src/app-autoscaler from
57e8ee7
to4014aaa
- dependabot - Bump github.com/lib/pq from 1.10.3 to 1.10.4 in /src/autoscaler - dependabot
- [Bump google.golang.org/grpc from...
3.3.0
Changelog for app-autoscaler-release
Enhancements
- Added basic auth config for health endpoints - garethjevans
- ServiceBroker: Allow to specify a default policy on instance level - silvestre
- basic authentication added to healthcheck - garethjevans
- Added basic auth options to the prometheus metrics endpoint. - KevinJCross
Bug Fixes
- Re-vendor node_modules due to package.json change - peterellisjones
Chores
- Added some docs for health monitors - garethjevans
- Changing servicebroker.db.changelog.json to yaml and moving to api - KevinJCross
- Added more descriptive information into the assert in app_test - KevinJCross
- modified time in the tests not getting set and failing local tests - KevinJCross
Dependency Updates
- Bump src/app-autoscaler from
26c1704
to38b0530
- dependabot - Bump src/app-autoscaler from
2a24c15
to26c1704
- dependabot - Bump src/app-autoscaler from
e57e6dc
to2a24c15
- dependabot - Bump github.com/lib/pq from 1.10.2 to 1.10.3 in /src/changeloglockcleaner - dependabot
- Bump github.com/lib/pq from 1.10.2 to 1.10.3 in /src/autoscaler - dependabot
- Bump checkstyle from 8.45.1 to 9.0 - dependabot
Deployment
releases:
- name: app-autoscaler
version: 3.3.0
url: https://storage.googleapis.com/app-autoscaler-releases/releases/app-autoscaler-v3.3.0.tgz
sha1: 0902ab9516877f0f98e73f1321ada1e544780e36
3.2.0
Changelog for app-autoscaler-release
Note: this release fixes the database upgrade from 3.0.1 -> 3.1.1
Enhancements
- An ops file to add a persistent disk for postgres - garethjevans
- Generate alternative names as part of the certificates - garethjevans
- Added Initalise db script - KevinJCross
Bug Fixes
- Fix changelog generation when querying submodules - garethjevans
- Revert to liquibase 3 to ensure absolute paths can be used - garethjevans
- Setting logicalFilePath for liquibase migrations to handle upgrade - garethjevans
- Fix: enabled the prometheus metrics endpoint and fixed tests to properly assert - KevinJCross
Chores
- Fail test if certs are not present - asalan316
Dependency Updates
- Bump app-autoscaler to
e57e6dcc
- garethjevans - Bump src/app-autoscaler from
45f7542
to4e98374
- dependabot - Bump src/app-autoscaler from
84863b3
to45f7542
- dependabot - Bump io.prometheus.simpleclient.version from 0.11.0 to 0.12.0 in /scheduler - dependabot
- Bump io.prometheus.simpleclient.version from 0.11.0 to 0.12.0 - dependabot
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
Changelog for app-autoscaler-release
Chores
- Determine change in submodule for changelog - garethjevans
Dependency Updates
- Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 in /src/changeloglockcleaner - dependabot
- Bump src/app-autoscaler from
98294e9
to84863b3
- dependabot - Bump golang from 1.15.15 to 1.16.7 - garethjevans
Other
- Increase timeout for acceptance tests - garethjevans
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