Releases: coralogix/dhall-concourse
Fix: `Pipeline` has a `List Group`, not a `Group`
Thanks to @SebastianKG for the PR with the fix!
Fix Kops schema, add instance_vars to set-pipeline
- Fixes a typo in the Kops resource type, which referred to
aws_access_secret_keyand notaws_secret_access_keyas is correct. - Adds the new
instance_varsfield to theset-pipelineStep, as was introduced recently in Concourse 7.0
Support Override Values for Helm3 Resource
Update helm3 resource (#22) * export OverrideValue for external usage * add Values to export
Support skip_missing_values on Helm3 resource
v0.12.0 update helm3 resource with new put flag skip_missing_values (#21)
Support Github Status Resource Type
Github Status - based on https://github.com/colstrom/concourse-github-status
Support Coralogix Event resource
Adds support for the Coralogix Event resource type
Support Typositoire/concourse-helm3-resource
Supports the Concourse resource from Typositoire/concourse-helm3-resource, so that pipelines can include Helm 3 deployments.
Add domain.dhall
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
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
Adds support for the Concourse-official GitHub Release Resource.