From d1ba95feb6edad3a4858c28b30c4c422d7f83521 Mon Sep 17 00:00:00 2001 From: Andy Mills Date: Wed, 23 Aug 2023 11:49:09 -0400 Subject: [PATCH 1/2] fix: updating to new version method --- oscal-component.yaml | 4 +++- release-please-config.json | 13 +++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/oscal-component.yaml b/oscal-component.yaml index f51983f..485e8b2 100644 --- a/oscal-component.yaml +++ b/oscal-component.yaml @@ -3,7 +3,9 @@ component-definition: metadata: title: Terraform AWS UDS KMS Module last-modified: "2023-06-15T19:02:17Z" - version: "20230615" + # x-release-please-start-version + version: "0.0.2" + # x-release-please-end oscal-version: 1.0.4 parties: - uuid: f3cf70f8-ba44-4e55-9ea3-389ef24847d3 diff --git a/release-please-config.json b/release-please-config.json index da22458..e3af97d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,12 +3,13 @@ { ".": { - "changelog-path": "CHANGELOG.md", - "changelog-type": "github", - "release-type": "simple", - "versioning": "always-bump-patch", - "draft": false, - "prerelease": false + "changelog-path": "CHANGELOG.md", + "changelog-type": "github", + "release-type": "simple", + "versioning": "always-bump-patch", + "draft": false, + "prerelease": false, + "extra-files": ["oscal-component.yaml"] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" From e305f179e46c25b582ee7304f8ff1fb7d56c6f84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:49:46 +0000 Subject: [PATCH 2/2] chore: terraform README update and fmt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a141db..2dedbaf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ go test -count 1 -v . | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.9.0 | +| [aws](#provider\_aws) | 5.13.1 | ## Modules