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

Releases: coralogix/dhall-concourse

Fix: `Pipeline` has a `List Group`, not a `Group`

09 Dec 14:09
v0.15.0
3bb9dba
Compare
Choose a tag to compare

Fix Kops schema, add instance_vars to set-pipeline

21 Mar 10:29
v0.14.0
5895491
Compare
Choose a tag to compare
  • Fixes a typo in the Kops resource type, which referred to aws_access_secret_key and not aws_secret_access_key as is correct.
  • Adds the new instance_vars field to the set-pipeline Step, as was introduced recently in Concourse 7.0

Support Override Values for Helm3 Resource

15 Feb 17:06
64718d1
Compare
Choose a tag to compare
Update helm3 resource (#22)

* export OverrideValue for external usage

* add Values to export

Support skip_missing_values on Helm3 resource

09 Feb 08:31
03db3a5
Compare
Choose a tag to compare
v0.12.0

update helm3 resource with new put flag skip_missing_values (#21)

Support Github Status Resource Type

03 Feb 09:36
29f78c0
Compare
Choose a tag to compare

Support Coralogix Event resource

20 Jan 11:38
v0.10.0
491cbd1
Compare
Choose a tag to compare

Support Typositoire/concourse-helm3-resource

02 Nov 16:24
7077fbc
Compare
Choose a tag to compare

Supports the Concourse resource from Typositoire/concourse-helm3-resource, so that pipelines can include Helm 3 deployments.

Add domain.dhall

22 Jul 08:33
v0.8.0
68552b1
Compare
Choose a tag to compare

Splits off part of package.dhall into domain.dhall, as in general most users will prefer to import everything in domain.dhall (but not package.dhall) and importing domain.dhall instead of importing Resource, Job, Pipeline, etc. separately will reduce boilerplate.

Fix S3 Get Param

22 Jul 07:06
v0.7.1
1f01fe4
Compare
Choose a tag to compare

The S3 resource's Get Parameter field skip_download, if specified, needs to be either true or false, so its type was an Optional Bool. However, the S3 resource internally represents the field as a Text, and does not support reading the resulting YAML from skip_download: true, rather requiring that the resulting YAML be skip_download: "true".

This release fixes the type so that, as an Optional Text, the correct YAML can be generated. A comment has been added to help clarify this, as it's not intuitive.

Add GitHub Release Resource

20 Jul 10:46
7b0d512
Compare
Choose a tag to compare

Adds support for the Concourse-official GitHub Release Resource.