-
Notifications
You must be signed in to change notification settings - Fork 205
chore: update RPM lockfile #3454
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
Open
github-actions
wants to merge
254
commits into
release-1.7
Choose a base branch
from
update-rpm-lockfile
base: release-1.7
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(ci): automate EKS e2e tests Assisted-by: Cursor * Fix * Fix * Update eks-operator.sh
This change introduces the new frontend system by adding a new app-next package. This new frontend can co-exist alongside the previous frontend system and is enabled by setting the following environment variable: ```bash export APP_CONFIG_app_packageName=app-next ``` before starting the RHDH backend. An additional start:next script has been added to the backend package, and it is also possible to use this environment variable to select the new frontend when using the RHDH container. Assisted-by: Cursor Desktop Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(e2e): skip failing adoption test case and fix GitHub Update common.ts * Revert "chore(e2e): skip failing adoption test case and fix GitHub" This reverts commit 94b4468. * fix
updates the `ErrorPage` component to be compatible with the equivalent from `@backstage/core-components` for future use
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com>
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com>
* chore(deps): update extensions plugin wrappers * add new extensions plugin e2e tests
* chore(ci): fix e2e helm upgrade [skip-build] * Remove debug
This change increases the default timeout for the app-next frontend test to accomodate for it's slower execution on the CI environment. Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
* chore: update Dockerfile install dynamic plugin script chmod Signed-off-by: Frank Kong <frkong@redhat.com> * Apply suggestion from @nickboldt Co-authored-by: Nick Boldt <nboldt@redhat.com> * Update .rhdh/docker/Dockerfile Co-authored-by: Nick Boldt <nboldt@redhat.com> * chore: update upstream dockerfile Signed-off-by: Frank Kong <frkong@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * Apply suggestions from code review --------- Signed-off-by: Frank Kong <frkong@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(servicenow): add wrappers for servicenow plugin packages Signed-off-by: Yi Cai <yicai@redhat.com> * updated dynamic-plugins.default.yaml to include servicenow config Signed-off-by: Yi Cai <yicai@redhat.com> * updated servicenow mountpoints and tabs Signed-off-by: Yi Cai <yicai@redhat.com> * updated servicenow plugin condition in config Signed-off-by: Yi Cai <yicai@redhat.com> * typo fix Signed-off-by: Yi Cai <yicai@redhat.com> * updated servicenow wrappers Signed-off-by: Yi Cai <yicai@redhat.com> * add servicenow to internal plugins map Signed-off-by: Yi Cai <yicai@redhat.com> * added servicenow plugin config to app-config.dynamic-plugins.yaml Signed-off-by: Yi Cai <yicai@redhat.com> * updated yarn.lock Signed-off-by: Yi Cai <yicai@redhat.com> --------- Signed-off-by: Yi Cai <yicai@redhat.com>
… Adoption Insights tests (#3146) * fix for flaky test * renaming the files * renaming files back to normal * removed comments * fixing lint issues --------- Co-authored-by: HusneShabbir <husneshabbir447@gmail.com> Co-authored-by: Zbyněk Drápela <61500440+zdrapela@users.noreply.github.com>
… w/ hermeto and in konflux [skip-build] (#3116) spoiler: one won't fail for the same things that konflux will complain about; so it's probably better to not update anything Signed-off-by: Nick Boldt <nboldt@redhat.com>
* chore: add plugin scoped resolution Signed-off-by: Kim Tsao <ktsao@redhat.com> * chore: remove resolution Signed-off-by: Kim Tsao <ktsao@redhat.com> * chore: run yarn install Signed-off-by: Kim Tsao <ktsao@redhat.com> --------- Signed-off-by: Kim Tsao <ktsao@redhat.com>
Signed-off-by: Nick Boldt <nboldt@redhat.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…7737449 (#3165) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ponent` to `Import an existing Git repository` (#2930) * feat(scaffolder-and-catalog-import): Rename to Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * updating e2e Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> --------- Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Signed-off-by: Patrick <pknight@redhat.com>
…tead (#3179) Signed-off-by: Nick Boldt <nboldt@redhat.com>
* global header logo * global header logo * global header logo * company logo link * company logo dark moved
Signed-off-by: Yi Cai <yicai@redhat.com>
This change bumps the wrappers to versions aligned with the Backstage 1.42.5 release. Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
This change updates the backstage-community-plugins wrappers to versions appropriate for Backstage 1.42.5 Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
This change moves various plugins from rhdh-plugins and 3rd party plugins to versions appropriate for Backstage 1.42.5 Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
* [RHDHPAI-1142] feat(mcp-tools): Add marketplace entry for MCP tools in RHDH Signed-off-by: John Collier <jcollier@redhat.com> * Set pre-installed to false, fix oci plugin refs Signed-off-by: John Collier <jcollier@redhat.com> * Shorten package entity names due to length restriction Signed-off-by: John Collier <jcollier@redhat.com> * ADMIN_TOKEN --> MCP_TOKEN Signed-off-by: John Collier <jcollier@redhat.com> * Fix artifact url Signed-off-by: John Collier <jcollier@redhat.com> * Update plugin tags to use bs_1.42.5__<version> Signed-off-by: John Collier <jcollier@redhat.com> * Update catalog-entities/marketplace/packages/backstage-plugin-mcp-actions-backend.yaml --------- Signed-off-by: John Collier <jcollier@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
4c8ab5e
to
a634cbb
Compare
…3546) Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>
…3518) * feat(bulk-import): update bulk-import plugin to the latest version Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): use newer patch version Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * adding translatio resource from alpha Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * feat(bulk-import): add alfa.ts file Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * adding alpha file Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * feat(bulk-import): remove file with wrong name Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): attempt to fix github check Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): move dependency Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): update bulk-import plugin again Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): use newer bulk-import Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): temp Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): temp Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): temp2 Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): temp 3 Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): temp 4 Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): use newer bulk-import Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(chore): work on fixing bulk-import e2e tests Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(bulk-import): work on e2e test Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(bulk-import): work on e2e test Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): work on e2e test Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * feat(bulk-import): work on e2e test Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(bulk-import): fix up Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * chore(deps): fix global floating button test Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> --------- Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> Co-authored-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
* chore(deps): bump topology plugin version Signed-off-by: Yi Cai <yicai@redhat.com> * updated topology version for a bug fix Signed-off-by: Yi Cai <yicai@redhat.com> * resolved rebase conflicts Signed-off-by: Yi Cai <yicai@redhat.com> * resolved rebase conflicts Signed-off-by: Yi Cai <yicai@redhat.com> * resolved rebase conflicts Signed-off-by: Yi Cai <yicai@redhat.com> * updated topology version Signed-off-by: Yi Cai <yicai@redhat.com> * updated scalprum Signed-off-by: Yi Cai <yicai@redhat.com> * updated topology package.json Signed-off-by: Yi Cai <yicai@redhat.com> * added alpha.ts Signed-off-by: Yi Cai <yicai@redhat.com> * updated topology config Signed-off-by: Yi Cai <yicai@redhat.com> * rebase and resolve conflicts Signed-off-by: Yi Cai <yicai@redhat.com> --------- Signed-off-by: Yi Cai <yicai@redhat.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a634cbb
to
d54969a
Compare
- Updated plugin version from 2.2.0 to 2.3.0 - Updated backstage compatibility to 1.42.5 - Updated OCI artifact tags to bs_1.42.5__2.3.0 - Updated both frontend and backend packages Synced with latest available version from GHCR.
- Updated OCI artifact tag from bs_1.39.1__1.0.0 to bs_1.42.5__1.0.0 - Updated backstage.supportedVersions from 1.39.1 to 1.42.5 - Plugin version remains at 1.0.0 - Validated against JSON schema successfully
Signed-off-by: Bryan Ramos <bramos@redhat.com>
* add mcp-chat to marketplace Signed-off-by: Lucifergene <47265560+Lucifergene@users.noreply.github.com> * removed backend deps Signed-off-by: Lucifergene <47265560+Lucifergene@users.noreply.github.com> --------- Signed-off-by: Lucifergene <47265560+Lucifergene@users.noreply.github.com>
…pdating wrapper (#3565) * fix(marketplace): correcting the preinstalled anootation values Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * updating wrapper Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * updating to 0.11.4 Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> --------- Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
d54969a
to
c79c1e6
Compare
/ok-to-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the
rpms.lock.yaml
file with the latest package versions based on currentrpms.in.yaml
configuration using.rhdh/docker/Dockerfile
as the base container contextThis PR was automatically created by the Update RPM Lockfile GitHub Action.