Releases: akkeris/controller-api
Releases · akkeris/controller-api
v1.4.4
14 Jun 16:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Adds ability to delete recommendations. Recommendations are currently still in beta.
v1.3.21 Release
10 Jun 01:14
Compare
Sorry, something went wrong.
No results found
More security fixes
More test fixes
v1.3.20
09 Jun 03:06
Compare
Sorry, something went wrong.
No results found
v1.3.19
03 May 20:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Increase keep-alive timeout to 6 minutes.