Skip to content

Releases: alphagov/terraform-provider-concourse

See terraform-provider-concourse/terraform-provider-concourse for future releases

08 Jun 08:19
Compare
Choose a tag to compare

This release has been tested with Concourse v6.2.0

Changes:

  • In concourse_team the owner field is no longer optional

Review the full diff

Thanks to @evilr00t

Note: future releases will be published from https://github.com/terraform-provider-concourse/terraform-provider-concourse/releases

Tested with Concourse v5.8.0, no nil roles

04 Feb 00:45
962f3f3
Compare
Choose a tag to compare

This release has been tested with Concourse v5.8.0

Changes:

  • Only set roles with users or groups, to avoid nil roles in Concourse output
  • Updated tests

Thanks to @samrees and @katieschilling

Support Concourse v5.6.0 with all roles

26 Oct 16:28
4d882ff
Compare
Choose a tag to compare

This release supports Concourse v5.6.0 and has support for creating all roles:

  • Owner
  • Member
  • Pipeline Operator
  • Viewer

Thanks to @samrees and @chrisfarms