-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[index management] unskip api integration test #209034
Merged
mattkime
merged 1 commit into
elastic:main
from
mattkime:index_settings_no_longer_include_frozen
Jan 31, 2025
Merged
[index management] unskip api integration test #209034
mattkime
merged 1 commit into
elastic:main
from
mattkime:index_settings_no_longer_include_frozen
Jan 31, 2025
+1
−3
Conversation
This file contains 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
💚 Build Succeeded
Metrics [docs]
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
sabarasaba
approved these changes
Jan 31, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes lgtm!
Starting backport for target branches: 9.0 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jan 31, 2025
## Summary This change follows from elastic/elasticsearch#120539 'frozen' attribute will no longer be returned in 9.0 and greater since there are no longer frozen indices Closes: elastic#208873 (cherry picked from commit ab9492c)
💚 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
Jan 31, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [[index management] unskip api integration test (#209034)](#209034) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-31T11:31:41Z","message":"[index management] unskip api integration test (#209034)\n\n## Summary\r\n\r\nThis change follows from\r\nhttps://github.com/elastic/elasticsearch/pull/120539\r\n\r\n'frozen' attribute will no longer be returned in 9.0 and greater since\r\nthere are no longer frozen indices\r\n\r\nCloses: https://github.com/elastic/kibana/issues/208873","sha":"ab9492c107a8ea2ca20bcb495f9c508a3b1e0037","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index Management","Team:Kibana Management","release_note:skip","backport:prev-minor","v9.1.0"],"title":"[index management] unskip api integration test","number":209034,"url":"https://github.com/elastic/kibana/pull/209034","mergeCommit":{"message":"[index management] unskip api integration test (#209034)\n\n## Summary\r\n\r\nThis change follows from\r\nhttps://github.com/elastic/elasticsearch/pull/120539\r\n\r\n'frozen' attribute will no longer be returned in 9.0 and greater since\r\nthere are no longer frozen indices\r\n\r\nCloses: https://github.com/elastic/kibana/issues/208873","sha":"ab9492c107a8ea2ca20bcb495f9c508a3b1e0037"}},"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/209034","number":209034,"mergeCommit":{"message":"[index management] unskip api integration test (#209034)\n\n## Summary\r\n\r\nThis change follows from\r\nhttps://github.com/elastic/elasticsearch/pull/120539\r\n\r\n'frozen' attribute will no longer be returned in 9.0 and greater since\r\nthere are no longer frozen indices\r\n\r\nCloses: https://github.com/elastic/kibana/issues/208873","sha":"ab9492c107a8ea2ca20bcb495f9c508a3b1e0037"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:prev-minor
Backport to (9.0) the previous minor version (i.e. one version back from main)
Feature:Index Management
Index and index templates UI
release_note:skip
Skip the PR/issue when compiling release notes
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
v9.0.0
v9.1.0
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
This change follows from elastic/elasticsearch#120539
'frozen' attribute will no longer be returned in 9.0 and greater since there are no longer frozen indices
Closes: #208873