Skip to content

Releases: ministryofjustice/analytics-platform-control-panel

Sentry settings upgrade

25 Jan 13:55
0574821
Compare
Choose a tag to compare

This release makes a single change:

  • Sentry logs are now sent to a new hosted solution.

Tool release helm chart context fix

06 Jan 11:07
99e1e82
Compare
Choose a tag to compare

This release makes a single change:

  • Ensure that chart related context is copied over to new releases and that only valid helm chart names are allowed in releases. See PR: #865

Update to use new Elastic log index

10 Dec 17:01
c702caf
Compare
Choose a tag to compare

This release introduces two small minor changes:

  • The default index in Elastic, used for getting logs, has been updated given @tomskelley-gjs's magnificent work getting that under control. See PR #863 for the details.
  • Ensure all the Elastic index references are lower case, and the link for kibana is updated to the new Elastic index. See PR #864 for the details.

Auth0 cookie login failure handling and destructive action alerts

09 Dec 14:33
5d082bb
Compare
Choose a tag to compare

This release introduces two changes,

  • Related to the auth0 cookie problem #861
    • Handle cookie auth errors by redirecting to a dedicated login fail endpoint
    • Login fail endpoint
  • Related to the destructive action alerts #860
    • All forms that delete things have confirmation alerts.

Dockerfile pulls jsdep image from quay.io

16 Nov 15:57
0213826
Compare
Choose a tag to compare

This is the same image but now hosted on (public) quay.io instead to avoid the DockerHub rate limits.

Related to previous v0.27.3 release (we missed this other BASE image as it was in the middle of the Dockerfile).

PR: #856

Dockerfile pulls base alpine image from quay.io

16 Nov 15:31
4aa6f81
Compare
Choose a tag to compare

Instead of pulling it from DockerHub as before.

This is to avoid hitting the newly introduced DockerHub pull rate limits which prevent Concourse from successfully releasing the Control Panel.

PR: #855

Revised IAM settings

16 Nov 13:41
17a3fc7
Compare
Choose a tag to compare

This release contains a single change:

Accessibility and log handling

04 Nov 11:48
5820256
Compare
Choose a tag to compare

This release contains two changes:

  • Add an accessibility statement to the website (PR #848)
  • Fix 500 errors being thrown if Elastic search is offline (PR #850).

Tool release management for admins

28 Oct 11:10
495825f
Compare
Choose a tag to compare

This release adds the necessary functionality to the administrative pages of the control panel to create, retrieve, update and delete releases of tools. Furthermore, releases of tools can be flagged as restricted to a group of users, defined by a comma separated list of usernames.

This work was done as PR #846 with this Trello ticket defining the scoope.

Users see full list of all data sources

20 Oct 13:14
d02bb44
Compare
Choose a tag to compare

Allow users to see every data source (name and admins only) to give them visibility of what's out there and who they need to talk to if they want to get access to certain data.

This doesn't change the current process.

Please refer to PR description and ticket for more information.

PR: #845
Ticket: https://trello.com/c/AIOEPlHG