diff --git a/.changeset/flat-avocados-appear.md b/.changeset/flat-avocados-appear.md deleted file mode 100644 index 717ee2c113..0000000000 --- a/.changeset/flat-avocados-appear.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@janus-idp/cli": major ---- -changes to package-dynamic-plugins command: - -- rename com.redhat.rhdh.plugins to io.backstage.dynamic-packages to make it more "upstream friendly" -- add io.backstage.marketplace/ annotations, value is read from file specified by optional --marketplace flag -- use base64 for annotation values \ No newline at end of file diff --git a/.changeset/silly-nails-smell.md b/.changeset/silly-nails-smell.md deleted file mode 100644 index a957efb953..0000000000 --- a/.changeset/silly-nails-smell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@janus-idp/cli": minor ---- -changes to package-dynamic-plugins command: - -- by default `--platform linux/amd64` is added to the command container build command -- added a new flag `--platfrom` allow user to specify the platform for the container build command diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bd15cfa92c..51a7c9b1c2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,22 @@ ## @janus-idp/cli 1.0.0 (2024-08-06) +## 2.0.0 + +### Major Changes + +- eac5451: changes to package-dynamic-plugins command: + + - rename com.redhat.rhdh.plugins to io.backstage.dynamic-packages to make it more "upstream friendly" + - add io.backstage.marketplace/ annotations, value is read from file specified by optional --marketplace flag + - use base64 for annotation values + +### Minor Changes + +- 70cde20: changes to package-dynamic-plugins command: + + - by default `--platform linux/amd64` is added to the command container build command + - added a new flag `--platfrom` allow user to specify the platform for the container build command + ## 1.19.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 06db2f0cbb..b9dcf780f4 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.19.1", + "version": "2.0.0", "publishConfig": { "access": "public" },