Skip to content

Bumps & release 2.13.10 / 2.14.2#2370

Open
francoisferrand wants to merge 7 commits intodevelopment/2.13from
improvement/ZENKO-5242
Open

Bumps & release 2.13.10 / 2.14.2#2370
francoisferrand wants to merge 7 commits intodevelopment/2.13from
improvement/ZENKO-5242

Conversation

@francoisferrand
Copy link
Copy Markdown
Contributor

  • Bump backbeat 9.1.10 / 9.3.2
  • Bump zenko-operator 1.8.9
  • Bump sorbet 1.2.3
  • Bump cloudserver 9.1.14 / 9.3.6
  • Fix lint-and-build-ctst failure
  • Release 2.13.10 / 2.14.2

Issue: ZENKO-5242

web-flow added 5 commits April 3, 2026 15:39
We have multiple un-pinned dependency on "@types/node", which used to
resolve fine to 24.x release.

We are now pulling 25.x, which has a different definition of
`URLPattern`. Since we depend on this module multiple times, we have two
incompatible types, which triggering TS2403.

This happens because he lint-and-build-ctst job runs `yarn install` in
CI without `--frozen-lockfile`.

- When the commit were merged: @types/node@25.x had not been
released yet (or was not the latest). So no problem.
- Now @types/node@25.x is published and satisfies the various
conditions. A fresh yarn install now resolves two separate versions into
node_modules: 24.x and 25.x for >=13.7.0. Both declare URLPattern, causing TS2403.

Issue: ZENKO-5242
@bert-e
Copy link
Copy Markdown
Contributor

bert-e commented Apr 3, 2026

Hello francoisferrand,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request TBA
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

Copy link
Copy Markdown
Contributor

@benzekrimaha benzekrimaha left a comment

Choose a reason for hiding this comment

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

LGTM

web-flow added 2 commits April 4, 2026 08:40
Newer azure sdk are not able to connect to azurite, c.f. [1]. Until it
is fixed, the workaround is to disable api version check.

[1] Azure/Azurite#2623

Issue: ZENKO-5242
@francoisferrand francoisferrand force-pushed the improvement/ZENKO-5242 branch from d9602c7 to 76c21d9 Compare April 4, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants