[release-v1.40] fix(kibana): discard unknown saved objects on upgrade from 7.x#4744
Merged
marvin-tigera merged 1 commit intotigera:release-v1.40from Apr 23, 2026
Conversation
Set migrations.discardUnknownObjects to the running Kibana version so CE 3.20 -> 3.21+ upgrades don't crashloop on the orphan ingest_manager_settings document left behind by Fleet 7.17 after v1.38 disabled the Fleet plugin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rene-dekker
approved these changes
Apr 23, 2026
Member
|
/merge-when-ready |
Contributor
|
OK, I will merge the pull request when it's ready, leave the commits as is when I merge it, and leave the branch after I've merged it. |
Contributor
|
I'm sorry but I failed to merge the pull request even though it's ready to merge. |
2 similar comments
Contributor
|
I'm sorry but I failed to merge the pull request even though it's ready to merge. |
Contributor
|
I'm sorry but I failed to merge the pull request even though it's ready to merge. |
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
Cherry-pick of #4741 onto
release-v1.40for CE 3.22.Release Note
Note on CE 3.22.2
CE 3.22.2 ships a
tigera/kibana:v3.22.2image containing an 8.19.10 Kibana binary, while operatorrelease-v1.40hasComponentEckKibana.Version = "8.19.12"(anticipating the 3.22.3 image rebuild). Until 3.22.3 ships, customers running 3.22.2 will see Kibana ignore the discard setting withThe flag migrations.discardUnknownObjects is defined but does not match the current kibana version. Those customers should use the manual workaround with"8.19.10"documented on the parent ticket. This fix takes effect automatically from 3.22.3 onward (image + operator aligned).🤖 Generated with Claude Code