diff --git a/.changeset/dull-pillows-unite.md b/.changeset/dull-pillows-unite.md deleted file mode 100644 index 2a4dcd2d3e..0000000000 --- a/.changeset/dull-pillows-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): add a flag to relax semver checks. This change updates the CLI to add an option to relax the semver checks on a per-package basis to cater for plugins where it is known there should be runtime compabability due to no interface changes. diff --git a/.changeset/grumpy-bulldogs-sit.md b/.changeset/grumpy-bulldogs-sit.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/grumpy-bulldogs-sit.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/hungry-turtles-sin.md b/.changeset/hungry-turtles-sin.md deleted file mode 100644 index 9a94b4d07c..0000000000 --- a/.changeset/hungry-turtles-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package. diff --git a/.changeset/long-pants-allow.md b/.changeset/long-pants-allow.md deleted file mode 100644 index 03a8ad64dd..0000000000 --- a/.changeset/long-pants-allow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -This change adds two new flags to handle native module dependencies. - -- `--allow-native-package [package-name...]`: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin. - -- `--suppress-native-package [package-name..]`: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies. diff --git a/.changeset/packages-cli.md b/.changeset/packages-cli.md deleted file mode 100644 index 56c2a8e653..0000000000 --- a/.changeset/packages-cli.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/cli": minor ---- - -Bump packages/cli to 1.19.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-aap-backend.md b/.changeset/plugins-aap-backend.md deleted file mode 100644 index d7f4a126d0..0000000000 --- a/.changeset/plugins-aap-backend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-aap-backend": minor ---- - -Bump plugins/aap-backend to 2.3.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-audit-log-node.md b/.changeset/plugins-audit-log-node.md deleted file mode 100644 index 2157a728ea..0000000000 --- a/.changeset/plugins-audit-log-node.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-audit-log-node": minor ---- - -Bump plugins/audit-log-node to 1.8.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-kiali-backend.md b/.changeset/plugins-kiali-backend.md deleted file mode 100644 index bd6056379c..0000000000 --- a/.changeset/plugins-kiali-backend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-kiali-backend": minor ---- - -Bump plugins/kiali-backend to 1.21.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-kiali.md b/.changeset/plugins-kiali.md deleted file mode 100644 index 26b5e9707a..0000000000 --- a/.changeset/plugins-kiali.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-kiali": minor ---- - -Bump plugins/kiali to 1.35.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-kubernetes-actions.md b/.changeset/plugins-kubernetes-actions.md deleted file mode 100644 index 830bd129ca..0000000000 --- a/.changeset/plugins-kubernetes-actions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-scaffolder-backend-module-kubernetes": minor ---- - -Bump plugins/kubernetes-actions to 2.3.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-scaffolder-annotator-action.md b/.changeset/plugins-scaffolder-annotator-action.md deleted file mode 100644 index 21829d2b14..0000000000 --- a/.changeset/plugins-scaffolder-annotator-action.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-scaffolder-backend-module-annotator": minor ---- - -Bump plugins/scaffolder-annotator-action to 2.3.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-shared-react.md b/.changeset/plugins-shared-react.md deleted file mode 100644 index df6133a91c..0000000000 --- a/.changeset/plugins-shared-react.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/shared-react": minor ---- - -Bump plugins/shared-react to 2.14.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/plugins-web-terminal.md b/.changeset/plugins-web-terminal.md deleted file mode 100644 index f31a36d015..0000000000 --- a/.changeset/plugins-web-terminal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-web-terminal": minor ---- - -Bump plugins/web-terminal to 1.12.0 in main branch, in prep for release of 1.4.0 - diff --git a/.changeset/rich-crews-provide.md b/.changeset/rich-crews-provide.md deleted file mode 100644 index 1742972d2b..0000000000 --- a/.changeset/rich-crews-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/cli": patch ---- - -fix(cli): redirect install output. This change updates the CLI so that stdout of the `yarn install` command is redirected to a file. This prevents a possible buffer overflow error that can occur but also gives the added benefit of making the install output available for troubleshooting should a dynamic plugin fail to export. On successful installation and plugin validation the yarn install log file will be removed. diff --git a/.changeset/slow-eagles-refuse.md b/.changeset/slow-eagles-refuse.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/slow-eagles-refuse.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4e1ccb9d72..be025f049f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,22 @@ ## @janus-idp/cli 1.0.0 (2024-08-06) +## 1.19.0 + +### Minor Changes + +- 9671df5: Bump packages/cli to 1.19.0 in main branch, in prep for release of 1.4.0 + +### Patch Changes + +- 2acb6e0: fix(cli): add a flag to relax semver checks. This change updates the CLI to add an option to relax the semver checks on a per-package basis to cater for plugins where it is known there should be runtime compabability due to no interface changes. +- 6d292af: fix(cli): adjust embedded module searching. The CLI attempts a require call to detect built embedded packages, this change adjusts the directory this require is attempted from to be at the level of discovered package instead of the dynamic plugin package. +- 2ef4806: This change adds two new flags to handle native module dependencies. + + - `--allow-native-package [package-name...]`: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin. + - `--suppress-native-package [package-name..]`: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies. + +- 7643bda: fix(cli): redirect install output. This change updates the CLI so that stdout of the `yarn install` command is redirected to a file. This prevents a possible buffer overflow error that can occur but also gives the added benefit of making the install output available for troubleshooting should a dynamic plugin fail to export. On successful installation and plugin validation the yarn install log file will be removed. + ## 1.18.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4b8868c191..7a9eddc197 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/cli", "description": "CLI for developing Backstage plugins and apps", - "version": "1.18.1", + "version": "1.19.0", "publishConfig": { "access": "public" }, diff --git a/plugins/aap-backend/CHANGELOG.md b/plugins/aap-backend/CHANGELOG.md index 8e59765baf..3979147f18 100644 --- a/plugins/aap-backend/CHANGELOG.md +++ b/plugins/aap-backend/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 2.3.0 + +### Minor Changes + +- 9671df5: Bump plugins/aap-backend to 2.3.0 in main branch, in prep for release of 1.4.0 + ## 2.2.1 ### Patch Changes diff --git a/plugins/aap-backend/package.json b/plugins/aap-backend/package.json index 81bbcb180b..03ff060e79 100644 --- a/plugins/aap-backend/package.json +++ b/plugins/aap-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-aap-backend", - "version": "2.2.1", + "version": "2.3.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/audit-log-node/CHANGELOG.md b/plugins/audit-log-node/CHANGELOG.md index b0eafea494..c1333399af 100644 --- a/plugins/audit-log-node/CHANGELOG.md +++ b/plugins/audit-log-node/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/backstage-plugin-audit-log-node [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-audit-log-node@1.3.0...@janus-idp/backstage-plugin-audit-log-node@1.4.0) (2024-07-25) +## 1.8.0 + +### Minor Changes + +- 9671df5: Bump plugins/audit-log-node to 1.8.0 in main branch, in prep for release of 1.4.0 + ## 1.7.1 ### Patch Changes diff --git a/plugins/audit-log-node/package.json b/plugins/audit-log-node/package.json index f41fd9343e..ba46aa1e9f 100644 --- a/plugins/audit-log-node/package.json +++ b/plugins/audit-log-node/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-audit-log-node", "description": "Node.js library for the audit-log plugin", - "version": "1.7.1", + "version": "1.8.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/kiali-backend/CHANGELOG.md b/plugins/kiali-backend/CHANGELOG.md index 5d7e06b439..ae5e9a4da0 100644 --- a/plugins/kiali-backend/CHANGELOG.md +++ b/plugins/kiali-backend/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.21.0 + +### Minor Changes + +- 9671df5: Bump plugins/kiali-backend to 1.21.0 in main branch, in prep for release of 1.4.0 + ## 1.20.1 ### Patch Changes diff --git a/plugins/kiali-backend/package.json b/plugins/kiali-backend/package.json index 9f7008e334..83c489e2a1 100644 --- a/plugins/kiali-backend/package.json +++ b/plugins/kiali-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-kiali-backend", - "version": "1.20.1", + "version": "1.21.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/kiali/CHANGELOG.md b/plugins/kiali/CHANGELOG.md index 4c404aa289..7552773f9f 100644 --- a/plugins/kiali/CHANGELOG.md +++ b/plugins/kiali/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.35.0 + +### Minor Changes + +- 9671df5: Bump plugins/kiali to 1.35.0 in main branch, in prep for release of 1.4.0 + ## 1.34.1 ### Patch Changes diff --git a/plugins/kiali/package.json b/plugins/kiali/package.json index 16b6137a59..a3f6311799 100644 --- a/plugins/kiali/package.json +++ b/plugins/kiali/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-kiali", - "version": "1.34.1", + "version": "1.35.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/kubernetes-actions/CHANGELOG.md b/plugins/kubernetes-actions/CHANGELOG.md index e26b05f6dc..f32d40bde3 100644 --- a/plugins/kubernetes-actions/CHANGELOG.md +++ b/plugins/kubernetes-actions/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 2.3.0 + +### Minor Changes + +- 9671df5: Bump plugins/kubernetes-actions to 2.3.0 in main branch, in prep for release of 1.4.0 + ## 2.2.1 ### Patch Changes diff --git a/plugins/kubernetes-actions/package.json b/plugins/kubernetes-actions/package.json index 3e583ce3d0..f2c2025ae7 100644 --- a/plugins/kubernetes-actions/package.json +++ b/plugins/kubernetes-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes", "description": "The kubernetes module for @backstage/plugin-scaffolder-backend", - "version": "2.2.1", + "version": "2.3.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/scaffolder-annotator-action/CHANGELOG.md b/plugins/scaffolder-annotator-action/CHANGELOG.md index 925d21effc..0985eac618 100644 --- a/plugins/scaffolder-annotator-action/CHANGELOG.md +++ b/plugins/scaffolder-annotator-action/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/backstage-scaffolder-backend-module-annotator [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-annotator@1.2.1...@janus-idp/backstage-scaffolder-backend-module-annotator@1.3.0) (2024-07-25) +## 2.3.0 + +### Minor Changes + +- 9671df5: Bump plugins/scaffolder-annotator-action to 2.3.0 in main branch, in prep for release of 1.4.0 + ## 2.2.1 ### Patch Changes diff --git a/plugins/scaffolder-annotator-action/package.json b/plugins/scaffolder-annotator-action/package.json index 9be59584b4..27829d8034 100644 --- a/plugins/scaffolder-annotator-action/package.json +++ b/plugins/scaffolder-annotator-action/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-annotator", "description": "The annotator module for @backstage/plugin-scaffolder-backend", - "version": "2.2.1", + "version": "2.3.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/shared-react/CHANGELOG.md b/plugins/shared-react/CHANGELOG.md index 477b810c99..54a4ba5f33 100644 --- a/plugins/shared-react/CHANGELOG.md +++ b/plugins/shared-react/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/shared-react [2.10.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.9.0...@janus-idp/shared-react@2.10.0) (2024-08-02) +## 2.14.0 + +### Minor Changes + +- 9671df5: Bump plugins/shared-react to 2.14.0 in main branch, in prep for release of 1.4.0 + ## 2.13.1 ### Patch Changes diff --git a/plugins/shared-react/package.json b/plugins/shared-react/package.json index 23f2281949..2f5a0923f5 100644 --- a/plugins/shared-react/package.json +++ b/plugins/shared-react/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/shared-react", - "version": "2.13.1", + "version": "2.14.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/web-terminal/CHANGELOG.md b/plugins/web-terminal/CHANGELOG.md index cf3a5ec185..631f5b3e0c 100644 --- a/plugins/web-terminal/CHANGELOG.md +++ b/plugins/web-terminal/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.12.0 + +### Minor Changes + +- 9671df5: Bump plugins/web-terminal to 1.12.0 in main branch, in prep for release of 1.4.0 + ## 1.11.1 ### Patch Changes diff --git a/plugins/web-terminal/package.json b/plugins/web-terminal/package.json index e0e7e38b17..f23d5e58cd 100644 --- a/plugins/web-terminal/package.json +++ b/plugins/web-terminal/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-web-terminal", - "version": "1.11.1", + "version": "1.12.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",