Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Releases: ministryofjustice/analytics-platform-concourse-github-org-resource

Add mojo network

13 Apr 11:47
ff9736f
Compare
Choose a tag to compare

Add mojo network for web app pipelines,

Helm 2 stable_repo fix

22 Dec 15:55
b04c49c
Compare
Choose a tag to compare

Fix for Helm 2 stopping working today, due to Google's switching off of the 'stable_repo' - see #51

Use base docker image from quay.io

10 Nov 17:38
2870720
Compare
Choose a tag to compare

Currently the image will not build due to rate limiting in Docker Hub. This changes to use a base image in quay.io.

Use docker images from ECR in airflow, docker and lookup table pipelines

10 Nov 15:20
4866593
Compare
Choose a tag to compare

We have seen some issues with concourse pipelines failing to pull docker images from Docker hub as a result of the recently implemented rate limiting on Docker Hub.

This release changes the webapp pipeline to pull images from AWS ECR instead of Dockerhub.

Use docker images from ECR in webapps pipelines

09 Nov 17:11
ebd650b
Compare
Choose a tag to compare

We have seen some issues with concourse pipelines failing to pull docker images from Docker hub as a result of the recently implemented rate limiting on Docker Hub.

This release changes the webapp pipeline to pull images from AWS ECR instead of Dockerhub.

#48

webapp_pipeline: Auth0 resource use pagination (v2.0.3)

27 Aug 13:04
bc5fc70
Compare
Choose a tag to compare

Use newer version of Auth0 resource which use pagination for Auth0
Management API: https://github.com/ministryofjustice/analytics-platform-concourse-auth0-client-resource/releases/tag/v2.0.3

This is to avoid problems when in January 2021 Auth0 Management API will
stop returning all items.

This would be a problem in our case because of the high number of clients
we have.

PR: #47

Ticket: https://trello.com/c/J3Y65lIY/762-fix-auth0-management-api-pagination

Fix run-tests task of airflow dag pipeline

22 May 12:52
d4819db
Compare
Choose a tag to compare

v0.13.8
Fix run-tests task of airflow dag pipeline

Fix docker run command for pytests

Fix Auth0's `504 Gateway Timeout`

04 May 09:38
e351f5f
Compare
Choose a tag to compare

Use Auth0 resource v2.0.2 which doesn't send a body for GET requests.
This seem to cause this strange error on Auth0 end.

Part of ticket: https://trello.com/c/I2GozO5D

better exception handling and logging when deploying webapps

30 Apr 13:54
23c2da7
Compare
Choose a tag to compare

When deploying webapps non-2xx responses from Auth0 are raises as soon as possible.

Also added better loggin.

See: https://github.com/ministryofjustice/analytics-platform-concourse-auth0-client-resource/releases/tag/v2.0.1

Make sure Docker images from docker_build_pipeline.yaml have the right tag

29 Apr 12:42
85f2f6e
Compare
Choose a tag to compare

Makes sure the build-docker-image task in docker_build_pipeline.yaml gets the correct tag from head_name. Previously it indexed metadata.json, and a change to the order of this metadata broke the indexing.

Pull request: #41