From 930f9a259b203a076d4baeaffca2fbf05376ee60 Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Mon, 19 Sep 2022 15:05:32 +0300 Subject: [PATCH 1/3] Update notices.json --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 27c0eb2..f8a6b6f 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,17 @@ { "notices": [ + { + "title": "cli: cdk init produces EACCES: permission denied and does not fill the directory", + "issueNumber": 22090, + "overview": "Can't initialize a new app", + "components": [ + { + "name": "cli", + "version": "2.42.0" + } + ], + "schemaVersion": "1" + }, { "title": "cli: no stacks are deployed if the `--exclusively` (`-e`) flag is used", "issueNumber": 21661, From 0204dd9e52a487e0f32b2d0bc58ad4e657bab024 Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Mon, 19 Sep 2022 15:07:28 +0300 Subject: [PATCH 2/3] Update notices.json --- data/notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notices.json b/data/notices.json index f8a6b6f..1d6d25c 100644 --- a/data/notices.json +++ b/data/notices.json @@ -3,7 +3,7 @@ { "title": "cli: cdk init produces EACCES: permission denied and does not fill the directory", "issueNumber": 22090, - "overview": "Can't initialize a new app", + "overview": "Unable to initialize new apps when cdk is installed globally in a directory owned by root", "components": [ { "name": "cli", From f7254be659076241f2b3c4549f568ed1ee254415 Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Mon, 19 Sep 2022 15:09:19 +0300 Subject: [PATCH 3/3] Update data/notices.json Co-authored-by: Rico Huijbers --- data/notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notices.json b/data/notices.json index 1d6d25c..f04748a 100644 --- a/data/notices.json +++ b/data/notices.json @@ -3,7 +3,7 @@ { "title": "cli: cdk init produces EACCES: permission denied and does not fill the directory", "issueNumber": 22090, - "overview": "Unable to initialize new apps when cdk is installed globally in a directory owned by root", + "overview": "The CLI is unable to initialize new apps if CDK is installed globally in a directory owned by root", "components": [ { "name": "cli",