Skip to content

Releases: akkeris/controller-api

v1.4.4

14 Jun 16:25
05b6768

Choose a tag to compare

What's Changed

  • COBRA-5020: BETA feature to allow additional (in-cluster only) ports on web dynos by @sbeck14 in #331

Full Changelog: v1.4.3...v1.4.4

v1.4.3

23 Feb 21:04
08fe181

Choose a tag to compare

Improvements to SQL queries so that automatic releases (post build) happen quicker.

What's Changed

  • improve select_auto_releases.sql efficiency by @sbeck14 in #330

Full Changelog: v1.4.2...v1.4.3

v1.4.2

26 Jan 21:58
7c06b2d

Choose a tag to compare

Adds a new endpoint to be able to trigger a new build from the attached auto-build repository

What's Changed

  • Add ability to trigger fresh build from Git source by @sbeck14 in #328

Full Changelog: v1.4.1...v1.4.2

v1.4.1

24 Jan 17:35
9275b45

Choose a tag to compare

Add PagerDuty formatter - this will allow for apps to send PagerDuty alerts via the hooks feature.

The hook uses a specific format, shown below:

For Alert Events:

  • Base: https://events.pagerduty.com/v2/enqueue
  • Add integration key as a parameter
    • https://events.pagerduty.com/v2/enqueue?integration_key=aaaa000000000a0aa00aa00a0aaaa000
  • Add severity as a parameter (optional, defaults to 'critical')
    • https://events.pagerduty.com/v2/enqueue?integration_key=aaaa000000000a0aa00aa00a0aaaa000&severity=info
    • Must be one of: critical, error, warning, info

For Change Events:

  • Base: https://events.pagerduty.com/v2/change/enqueue
  • Add integration key as a parameter
    • https://events.pagerduty.com/v2/change/enqueue?integration_key=aaaa000000000a0aa00aa00a0aaaa000

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Dec 20:49
bd3f129

Choose a tag to compare

Adds ability to specify a URL parameter on the /apps endpoint (i.e. ?simple=true) that will retrieve basic information about apps instead of all of their details. This greatly reduces the amount of time taken by the request (useful for the UI, CLI, etc)

v1.3.22

08 Sep 15:19
f3742cf

Choose a tag to compare

Adds ability to delete recommendations. Recommendations are currently still in beta.

v1.3.21 Release

10 Jun 01:14
6d4a095

Choose a tag to compare

  • More security fixes
  • More test fixes

v1.3.20

09 Jun 03:06
b9a9169

Choose a tag to compare

  • Security updates

v1.3.19

03 May 20:34
6026f41

Choose a tag to compare

Fix for maintenance mode audits - will now track the username of the user that put the app into or out of maintenance mode.

v1.3.18

28 Jan 22:45
5ea0ef0

Choose a tag to compare

Increase keep-alive timeout to 6 minutes.