Releases: ministryofjustice/analytics-platform-concourse-github-org-resource
Add mojo network
Add mojo network for web app pipelines,
Helm 2 stable_repo fix
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
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
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
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.
webapp_pipeline: Auth0 resource use pagination (v2.0.3)
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
v0.13.8
Fix run-tests task of airflow dag pipeline
Fix docker run command for pytests
Fix Auth0's `504 Gateway Timeout`
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
When deploying webapps non-2xx responses from Auth0 are raises as soon as possible.
Also added better loggin.
Make sure Docker images from docker_build_pipeline.yaml have the right tag
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