Revert "Removed switchToModelVersionAt from SO API definition (#219029)"#220059
Merged
afharo merged 2 commits intoelastic:mainfrom May 5, 2025
Merged
Revert "Removed switchToModelVersionAt from SO API definition (#219029)"#220059afharo merged 2 commits intoelastic:mainfrom
afharo merged 2 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
Member
Author
|
Moving it to draft until we confirm that this is the underlying culprit... I'm not getting the error now on |
… src/core/server/integration_tests/ci_checks'
jesuswr
approved these changes
May 5, 2025
legrego
approved these changes
May 5, 2025
ersin-erdal
approved these changes
May 5, 2025
kdelemme
approved these changes
May 5, 2025
Contributor
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/14838297001 |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Unknown metric groupsAPI count
References to deprecated APIs
History
cc @afharo |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
afharo
added a commit
to afharo/kibana
that referenced
this pull request
May 6, 2025
…c#219029)" (elastic#220059) Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 75c0f95) # Conflicts: # src/core/server/integration_tests/ci_checks/saved_objects/check_registered_types.test.ts
Contributor
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
4 tasks
afharo
added a commit
that referenced
this pull request
May 6, 2025
…219029)" (#220059) (#220259) # Backport This will backport the following commits from `main` to `9.0`: - [Revert "Removed switchToModelVersionAt from SO API definition (#219029)" (#220059)](#220059) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2025-05-05T14:01:45Z","message":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\" (#220059)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"75c0f9543acc80e0d875e908f8c4570581393e20","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","Team:obs-ux-management","v9.1.0"],"title":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\"","number":220059,"url":"https://github.com/elastic/kibana/pull/220059","mergeCommit":{"message":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\" (#220059)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"75c0f9543acc80e0d875e908f8c4570581393e20"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220059","number":220059,"mergeCommit":{"message":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\" (#220059)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"75c0f9543acc80e0d875e908f8c4570581393e20"}}]}] BACKPORT-->
Member
Author
|
cc @mistic, I should set |
akowalska622
pushed a commit
to akowalska622/kibana
that referenced
this pull request
May 29, 2025
…c#219029)" (elastic#220059) Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Jun 3, 2025
…c#219029)" (elastic#220059) Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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
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.
This reverts commit 19c017a.
Summary
Reverts #219029 as it is causing SO Migration crashes in our QA environment.
It can also be tested locally on
main:git checkout deploy@1745820726)yarn es serverless --projectType esyarn start --serverless=esmainyarn start --serverless=esOn
main, we can see that Kibana fails to start with the fatal error:In this branch, it starts successfully.