Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version packages on main branch #2560

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-pillows-unite.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/grumpy-bulldogs-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-turtles-sin.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/long-pants-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/packages-cli.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-aap-backend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-audit-log-node.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-kiali-backend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-kiali.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-kubernetes-actions.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-scaffolder-annotator-action.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-shared-react.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-web-terminal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-crews-provide.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/slow-eagles-refuse.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/aap-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/aap-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/audit-log-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/audit-log-node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/kiali-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/kiali-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/kiali/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/kiali/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/kubernetes-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/kubernetes-actions/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/scaffolder-annotator-action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-annotator-action/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/shared-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/shared-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/web-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/web-terminal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading