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

Conversation

janus-idp[bot]
Copy link
Contributor

@janus-idp janus-idp bot commented Nov 24, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@janus-idp/cli@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.

@janus-idp/backstage-plugin-aap-backend@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

@janus-idp/backstage-plugin-audit-log-node@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

@janus-idp/backstage-plugin-kiali@1.35.0

Minor Changes

  • 9671df5: Bump plugins/kiali to 1.35.0 in main branch, in prep for release of 1.4.0

@janus-idp/backstage-plugin-kiali-backend@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

@janus-idp/backstage-scaffolder-backend-module-kubernetes@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

@janus-idp/backstage-scaffolder-backend-module-annotator@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

@janus-idp/shared-react@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

@janus-idp/backstage-plugin-web-terminal@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

@schultzp2020
Copy link
Member

We should wait to merge this PR until #2571 is merged.

@janus-idp janus-idp bot force-pushed the changeset-release/main branch 5 times, most recently from 281de3a to daaf690 Compare December 3, 2024 21:19
@janus-idp janus-idp bot force-pushed the changeset-release/main branch from daaf690 to 68a63a4 Compare December 4, 2024 12:54
Copy link

sonarcloud bot commented Dec 4, 2024

Copy link
Member

@schultzp2020 schultzp2020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Dec 4, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 92a16c5 into main Dec 4, 2024
11 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the changeset-release/main branch December 4, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants