From 3fa7b639d819f5b7de773fb24c6c5cd43f8850b5 Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Wed, 23 Oct 2024 13:23:20 +0100 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/31845 (#651) --- README.md | 23 +++++++++++------------ data/notices.json | 14 +++++++++++++- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 557bb51..64bc850 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ command, or it can be used by a GitHub workflow to update issues. Notices are declared as JSON objects with the following structure: -| Field | Description | Format | -| :-------------- | :----------------------------------------------------------------------------------------------------| ----------------------| -| `title` | The title of the incident (max length: 100) | Free form text | -| `issueNumber` | The ID of the GitHub issue where we are tracking this event | Number | -| `overview` | A paragraph with more information about the incident | Free form text | -| `severity` | The severity of the notice. Warnings are printer yellow. Errors are printed red. Default is no color | 'warning' or 'error' | -| `components` | A list of the components affected by the incident | See table below | -| `schemaVersion` | The version of the schema used for this notice | String | +| Field | Description | Format | +| :-------------- | :--------------------------------------------------------------------------------------------------- | -------------------- | +| `title` | The title of the incident (max length: 100) | Free form text | +| `issueNumber` | The ID of the GitHub issue where we are tracking this event | Number | +| `overview` | A paragraph with more information about the incident | Free form text | +| `severity` | The severity of the notice. Warnings are printer yellow. Errors are printed red. Default is no color | 'warning' or 'error' | +| `components` | A list of the components affected by the incident | See table below | +| `schemaVersion` | The version of the schema used for this notice | String | Component structure: @@ -58,10 +58,9 @@ Example: Some notices can include special strings that dynamically resolve to values during CLI execution. -| Key | Description | component | example | -| ----------------------------| ---------------------------------- | --------------------------------- |------------------------------------------------------| -| `{resolve:ENVIRONMENTS}` | List of bootstrapped environments | `bootstrap` | aws://1234567890/us-east-1,aws://1234567890/us-east-2| - +| Key | Description | component | example | +| ------------------------ | --------------------------------- | ----------- | ----------------------------------------------------- | +| `{resolve:ENVIRONMENTS}` | List of bootstrapped environments | `bootstrap` | aws://1234567890/us-east-1,aws://1234567890/us-east-2 | ## FAQ diff --git a/data/notices.json b/data/notices.json index 44c4096..4fe1387 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,7 +1,19 @@ { "notices": [ { - "title": "cli: import fails with with 'S3 error: Access Denied", + "title": "cli: cross-account deployments are failing with error 'Need to perform AWS calls for account'", + "issueNumber": 31845, + "overview": "A new check for the bootstrap version used by a stack was introduced. This check runs with incorrect credentials, causing all cross-account deployments to fail.", + "components": [ + { + "name": "cli", + "version": "2.163.0" + } + ], + "schemaVersion": "1" + }, + { + "title": "cli: import fails with with 'S3 error: Access Denied'", "issueNumber": 31716, "overview": "When using cdk import, the command tries to read a template that doesn't exist from the assets bucket.", "components": [