Kbn 176803 cleanup 8.14 md5 check#183416
Merged
gsoldevila merged 2 commits intoelastic:mainfrom May 15, 2024
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-core (Team:Core) |
pgayvallet
approved these changes
May 14, 2024
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Unknown metric groupsAPI count
To update your PR or re-run it, just comment with: |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jun 6, 2024
## Summary Follow-up of elastic#176803 Now that `8.14` has been branched and it is about to be released, we can remove the test that ensures the `HASH_TO_VERSION_MAP` is aligned. This PR also rolls back a few changes on the map that shouldn't have been performed, as they belong to `8.15.0`. (cherry picked from commit ed2e59f)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Jun 6, 2024
# Backport This will backport the following commits from `main` to `8.14`: - [Kbn 176803 cleanup 8.14 md5 check (#183416)](#183416) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2024-05-15T09:37:42Z","message":"Kbn 176803 cleanup 8.14 md5 check (#183416)\n\n## Summary\r\n\r\nFollow-up of #176803\r\n\r\nNow that `8.14` has been branched and it is about to be released, we can\r\nremove the test that ensures the `HASH_TO_VERSION_MAP` is aligned.\r\n\r\nThis PR also rolls back a few changes on the map that shouldn't have\r\nbeen performed, as they belong to `8.15.0`.","sha":"ed2e59fea95b39dcc853f948ce122544515370f0","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","backport:prev-minor","Feature:FIPS","v8.15.0"],"title":"Kbn 176803 cleanup 8.14 md5 check","number":183416,"url":"https://github.com/elastic/kibana/pull/183416","mergeCommit":{"message":"Kbn 176803 cleanup 8.14 md5 check (#183416)\n\n## Summary\r\n\r\nFollow-up of #176803\r\n\r\nNow that `8.14` has been branched and it is about to be released, we can\r\nremove the test that ensures the `HASH_TO_VERSION_MAP` is aligned.\r\n\r\nThis PR also rolls back a few changes on the map that shouldn't have\r\nbeen performed, as they belong to `8.15.0`.","sha":"ed2e59fea95b39dcc853f948ce122544515370f0"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/183416","number":183416,"mergeCommit":{"message":"Kbn 176803 cleanup 8.14 md5 check (#183416)\n\n## Summary\r\n\r\nFollow-up of #176803\r\n\r\nNow that `8.14` has been branched and it is about to be released, we can\r\nremove the test that ensures the `HASH_TO_VERSION_MAP` is aligned.\r\n\r\nThis PR also rolls back a few changes on the map that shouldn't have\r\nbeen performed, as they belong to `8.15.0`.","sha":"ed2e59fea95b39dcc853f948ce122544515370f0"}}]}] BACKPORT--> Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
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.
Summary
Follow-up of #176803
Now that
8.14has been branched and it is about to be released, we can remove the test that ensures theHASH_TO_VERSION_MAPis aligned.This PR also rolls back a few changes on the map that shouldn't have been performed, as they belong to
8.15.0.