From efa584b61321f48d040ddf0c34b91d33e205538a Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Thu, 21 Apr 2022 07:57:24 -0400 Subject: [PATCH 1/2] fix: Update documentation to remove prior notice and deprecated workflow (#1) --- .github/workflows/semantic-releaser.yml | 39 ------------------------- README.md | 17 +++-------- examples/README.md | 2 +- examples/complete/README.md | 2 +- 4 files changed, 6 insertions(+), 54 deletions(-) delete mode 100644 .github/workflows/semantic-releaser.yml diff --git a/.github/workflows/semantic-releaser.yml b/.github/workflows/semantic-releaser.yml deleted file mode 100644 index 994b434..0000000 --- a/.github/workflows/semantic-releaser.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: release - -on: - workflow_dispatch: - push: - branches: - - main - paths: - - '**.tf' - - '**.tmpl' - - '!examples/**.tf' - - '.github/workflows/semantic-releaser.yml' - -jobs: - release: - name: release - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - persist-credentials: false - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: 16 - - - name: Release - uses: cycjimmy/semantic-release-action@v2 - with: - semantic_version: 18.0.0 - extra_plugins: | - @semantic-release/changelog@6.0.0 - @semantic-release/git@10.0.0 - conventional-changelog-conventionalcommits@4.6.3 - env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }} diff --git a/README.md b/README.md index 5b9d8b1..318f075 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,10 @@ # AWS MemoryDB Terraform module -## ⚠️ Module has moved to `terraform-aws-modules` - -This module has moved to the terraform-aws-modules organization. Users will need to update their module source: - -```diff -- source = "clowdhaus/memory-db/aws" -+ source = "terraform-aws-modules/memory-db/aws" -``` - Terraform module which creates AWS MemoryDB resources. ## Usage -See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples) directory for working examples to reference: +See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples) directory for working examples to reference: ```hcl module "memory_db" { @@ -117,9 +108,9 @@ module "memory_db" { ## Examples -Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! +Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! -- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples/complete) +- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete) ## Requirements @@ -218,4 +209,4 @@ No modules. ## License -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/main/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/master/LICENSE). diff --git a/examples/README.md b/examples/README.md index e7b2441..4dab47b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,3 +1,3 @@ # Terraform AWS MemoryDB examples -- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples/complete) +- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete) diff --git a/examples/complete/README.md b/examples/complete/README.md index 3cbc3a9..9cb78a1 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -77,4 +77,4 @@ No inputs. | [users](#output\_users) | Map of attributes for the users created | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/main/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/master/LICENSE). From 5a80a909a2a8c2edf5d99b83b9aa4241fb0993ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Apr 2022 11:58:07 +0000 Subject: [PATCH 2/2] chore(release): version 1.1.1 [skip ci] ### [1.1.1](https://github.com/terraform-aws-modules/terraform-aws-memory-db/compare/v1.1.0...v1.1.1) (2022-04-21) ### Bug Fixes * Update documentation to remove prior notice and deprecated workflow ([#1](https://github.com/terraform-aws-modules/terraform-aws-memory-db/issues/1)) ([efa584b](https://github.com/terraform-aws-modules/terraform-aws-memory-db/commit/efa584b61321f48d040ddf0c34b91d33e205538a)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d05a5..2e39ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [1.1.1](https://github.com/terraform-aws-modules/terraform-aws-memory-db/compare/v1.1.0...v1.1.1) (2022-04-21) + + +### Bug Fixes + +* Update documentation to remove prior notice and deprecated workflow ([#1](https://github.com/terraform-aws-modules/terraform-aws-memory-db/issues/1)) ([efa584b](https://github.com/terraform-aws-modules/terraform-aws-memory-db/commit/efa584b61321f48d040ddf0c34b91d33e205538a)) + ## [1.1.0](https://github.com/clowdhaus/terraform-aws-memory-db/compare/v1.0.0...v1.1.0) (2022-04-20)