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

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

Update common tasks usage

09 May 13:46
894530f
Compare
Choose a tag to compare

The extract-release-tarball task now uses the abstract name extracted for its output. This release just updates the resource to map the output back to webapp-source.

Parametrized Deployments

27 Apr 14:47
c809e55
Compare
Choose a tag to compare

Adds the ability to override some deployment parameters:

  • enable_authentication - whether to deploy the app behind an authentication proxy
  • allowed_ip_ranges - restrict access to the app to client IPs within the specified ranges

Namespaced Secrets

20 Apr 17:28
Compare
Choose a tag to compare

Deployment secrets have been refactored into a single secret object, to reduce clutter and make setting them in the calling pipeline easier

Webapp Deployment Pipelines

20 Apr 15:28
Compare
Choose a tag to compare

Now creating full webapp deployment pipelines which are triggered by Github releases

Creating pipelines

16 Apr 11:34
Compare
Choose a tag to compare

Fixes the creation of pipelines

A simpler, less opinionated release

13 Apr 10:27
Compare
Choose a tag to compare

Refactored the Resource decorator to allow version objects of any shape, not just {"ref": "version-string"}. Decorated functions must now return the whole resource output object, including any metadata.

The first Python one

13 Apr 09:17
Compare
Choose a tag to compare

A Concourse resource for a Github Organization, which allows fetching the org metadata and the metadata for all the org repos, and allows creating pipelines for repos contaning a special file.