diff --git a/product_docs/docs/tpa/23/rel_notes/index.mdx b/product_docs/docs/tpa/23/rel_notes/index.mdx index 93864464fb1..1b98146226a 100644 --- a/product_docs/docs/tpa/23/rel_notes/index.mdx +++ b/product_docs/docs/tpa/23/rel_notes/index.mdx @@ -28,7 +28,6 @@ navigation: - tpa_23.14_rel_notes - tpa_23.13_rel_notes - tpa_23.12_rel_notes - - tpa_23.11_rel_notes - tpa_23.1-11_rel_notes --- @@ -63,5 +62,4 @@ The Trusted Postgres Architect documentation describes the latest version of Tru | [23.14](./tpa_23.14_rel_notes) | 23 Feb 2023 | | [23.13](./tpa_23.13_rel_notes) | 22 Feb 2023 | | [23.12](./tpa_23.12_rel_notes) | 21 Feb 2023 | -| [23.11](./tpa_23.11_rel_notes) | 21 Feb 2023 | -| [23.1-11](./tpa_23.1-11_rel_notes) | \- | +| [23.1-11](./tpa_23.1-11_rel_notes) | 21 Jun 2023 to 31 Jan 2023 | diff --git a/product_docs/docs/tpa/23/rel_notes/src/meta.yml b/product_docs/docs/tpa/23/rel_notes/src/meta.yml index a90afeb85ab..124ea56dc04 100644 --- a/product_docs/docs/tpa/23/rel_notes/src/meta.yml +++ b/product_docs/docs/tpa/23/rel_notes/src/meta.yml @@ -60,7 +60,5 @@ precursor: date: 22 Feb 2023 - version: "23.12" date: 21 Feb 2023 -- version: "23.11" - date: 21 Feb 2023 - version: "23.1-11" - date: \- + date: 21 Jun 2023 to 31 Jan 2023 diff --git a/tools/automation/generators/relgen/relgen.js b/tools/automation/generators/relgen/relgen.js old mode 100644 new mode 100755 index e65f994fdb5..146d078bfaa --- a/tools/automation/generators/relgen/relgen.js +++ b/tools/automation/generators/relgen/relgen.js @@ -2,7 +2,13 @@ // Parse the yaml in the relnotetester.yml file and return the data -import { readFileSync, readdirSync, writeFileSync, appendFileSync } from "fs"; +import { + readFileSync, + readdirSync, + writeFileSync, + appendFileSync, + existsSync, +} from "fs"; import { load } from "js-yaml"; import yargs from "yargs"; import { hideBin } from "yargs/helpers";