diff options
author | Josh Spicer <joshspicer@github.com> | 2022-10-19 02:26:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 02:26:28 +0300 |
commit | 2bec6f056cc2ca1fe7d6e2ecd991cade4ce28c1c (patch) | |
tree | 8d363d8cda09112ea1f9757e94c6237d0394b7bb | |
parent | 43f0b34aa308c1c0fa4257e5380b9076b0b8ea10 (diff) |
clean up AWS feature description (#225)
* clean up AWS feature description
* Update devcontainer-feature.json
-rw-r--r-- | src/aws-cli/NOTES.md | 1 | ||||
-rw-r--r-- | src/aws-cli/devcontainer-feature.json | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/aws-cli/NOTES.md b/src/aws-cli/NOTES.md new file mode 100644 index 0000000..b1cb1f9 --- /dev/null +++ b/src/aws-cli/NOTES.md @@ -0,0 +1 @@ +Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst.
\ No newline at end of file diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json index 5302cf1..af28717 100644 --- a/src/aws-cli/devcontainer-feature.json +++ b/src/aws-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "aws-cli", - "version": "1.0.4", + "version": "1.0.5", "name": "AWS CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli", "description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", @@ -11,7 +11,7 @@ "latest" ], "default": "latest", - "description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)" + "description": "Select or enter an AWS CLI version." } }, "customizations": { |