From 2bec6f056cc2ca1fe7d6e2ecd991cade4ce28c1c Mon Sep 17 00:00:00 2001
From: Josh Spicer <joshspicer@github.com>
Date: Tue, 18 Oct 2022 16:26:28 -0700
Subject: clean up AWS feature description (#225)

* clean up AWS feature description

* Update devcontainer-feature.json
---
 src/aws-cli/NOTES.md                  | 1 +
 src/aws-cli/devcontainer-feature.json | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 src/aws-cli/NOTES.md

(limited to 'src/aws-cli')

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": {
-- 
cgit v1.2.3