From 772f4818ec9f56e67193421d3335dfa851568970 Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Wed, 22 Nov 2023 16:40:26 +1100 Subject: [PATCH 1/2] Fix a typo in the signed pipelines data source --- buildkite/data_source_signed_pipeline_steps.go | 2 +- docs/data-sources/signed_pipeline_steps.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/buildkite/data_source_signed_pipeline_steps.go b/buildkite/data_source_signed_pipeline_steps.go index c445f2d4..064cd57f 100644 --- a/buildkite/data_source_signed_pipeline_steps.go +++ b/buildkite/data_source_signed_pipeline_steps.go @@ -52,7 +52,7 @@ func (s *signedPipelineStepsDataSource) Schema( ` Use this data source to sign pipeline steps with a JWKS key. You will need to have the corresponding verification key present on the agents that run this the steps in - this pipeline. You can use then use these steps in a %s resource. + this pipeline. You can then use these steps in a %s resource. See [RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517) for more information about the JWKS format. diff --git a/docs/data-sources/signed_pipeline_steps.md b/docs/data-sources/signed_pipeline_steps.md index fcceba5c..1576e7d3 100644 --- a/docs/data-sources/signed_pipeline_steps.md +++ b/docs/data-sources/signed_pipeline_steps.md @@ -5,7 +5,7 @@ subcategory: "" description: |- Use this data source to sign pipeline steps with a JWKS key. You will need to have the corresponding verification key present on the agents that run this the steps in - this pipeline. You can use then use these steps in a buildkite_pipeline resource. + this pipeline. You can then use these steps in a buildkite_pipeline resource. See RFC 7517 https://datatracker.ietf.org/doc/html/rfc7517 for more information about the JWKS format. See the Buildkite documentation https://buildkite.com/docs/agent/v3/signed_pipelines @@ -16,7 +16,7 @@ description: |- Use this data source to sign pipeline steps with a JWKS key. You will need to have the corresponding verification key present on the agents that run this the steps in -this pipeline. You can use then use these steps in a `buildkite_pipeline` resource. +this pipeline. You can then use these steps in a `buildkite_pipeline` resource. See [RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517) for more information about the JWKS format. @@ -85,3 +85,5 @@ will be used. ### Read-Only - `steps` (String) The signed steps in YAML format. + + From 751cc4e2976ed1c0cf881cf049ebfff4ae2466de Mon Sep 17 00:00:00 2001 From: Jarryd Tilbrook Date: Wed, 22 Nov 2023 14:00:26 +0800 Subject: [PATCH 2/2] Add release changes --- CHANGELOG.md | 4 ++++ docs/data-sources/signed_pipeline_steps.md | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1b4621..273aec1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [v1.1.1](https://github.com/buildkite/terraform-provider-buildkite/compare/v1.1.1...v1.1.1) + +- Fix a typo in the signed pipelines data source [[PR #438](https://github.com/buildkite/terraform-provider-buildkite/pull/438)] + ## [v1.1.0](https://github.com/buildkite/terraform-provider-buildkite/compare/v1.0.6...v1.1.0) - Bump google.golang.org/grpc from 1.58.2 to 1.58.3 [[PR #435](https://github.com/buildkite/terraform-provider-buildkite/pull/435)] diff --git a/docs/data-sources/signed_pipeline_steps.md b/docs/data-sources/signed_pipeline_steps.md index 1576e7d3..e879794a 100644 --- a/docs/data-sources/signed_pipeline_steps.md +++ b/docs/data-sources/signed_pipeline_steps.md @@ -85,5 +85,3 @@ will be used. ### Read-Only - `steps` (String) The signed steps in YAML format. - -