Enable enableAgentRollback feature flag#249416
Merged
jillguyonnet merged 14 commits intoelastic:mainfrom Jan 16, 2026
Merged
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
kpollich
approved these changes
Jan 16, 2026
Contributor
|
@elasticmachine merge upstream |
20 tasks
Contributor
|
Starting backport for target branches: 9.3 |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
jillguyonnet
added a commit
to jillguyonnet/kibana
that referenced
this pull request
Jan 19, 2026
## Summary Make `enableAgentRollback` feature flag `true` by default. Implementation PR: elastic#247398 Backport to 9.3: elastic#249250 ### Identify risks Agent rollback is mostly insulated from other existing flows: low probability risk of affecting agent actions menus in Fleet UI. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit eebeab1) # Conflicts: # x-pack/platform/plugins/shared/fleet/common/experimental_features.ts
dej611
pushed a commit
to dej611/kibana
that referenced
this pull request
Jan 19, 2026
## Summary Make `enableAgentRollback` feature flag `true` by default. Implementation PR: elastic#247398 Backport to 9.3: elastic#249250 ### Identify risks Agent rollback is mostly insulated from other existing flows: low probability risk of affecting agent actions menus in Fleet UI. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
jillguyonnet
added a commit
that referenced
this pull request
Jan 19, 2026
# Backport This will backport the following commits from `main` to `9.3`: - [Enable enableAgentRollback feature flag (#249416)](#249416) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jill Guyonnet","email":"jill.guyonnet@elastic.co"},"sourceCommit":{"committedDate":"2026-01-16T22:28:50Z","message":"Enable enableAgentRollback feature flag (#249416)\n\n## Summary\n\nMake `enableAgentRollback` feature flag `true` by default.\n\nImplementation PR: https://github.com/elastic/kibana/pull/247398\nBackport to 9.3: https://github.com/elastic/kibana/pull/249250\n\n### Identify risks\n\nAgent rollback is mostly insulated from other existing flows: low\nprobability risk of affecting agent actions menus in Fleet UI.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"eebeab17840d865f90ff465d77d65aa67b756be9","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:version","v9.3.0","v9.4.0"],"title":"Enable enableAgentRollback feature flag","number":249416,"url":"https://github.com/elastic/kibana/pull/249416","mergeCommit":{"message":"Enable enableAgentRollback feature flag (#249416)\n\n## Summary\n\nMake `enableAgentRollback` feature flag `true` by default.\n\nImplementation PR: https://github.com/elastic/kibana/pull/247398\nBackport to 9.3: https://github.com/elastic/kibana/pull/249250\n\n### Identify risks\n\nAgent rollback is mostly insulated from other existing flows: low\nprobability risk of affecting agent actions menus in Fleet UI.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"eebeab17840d865f90ff465d77d65aa67b756be9"}},"sourceBranch":"main","suggestedTargetBranches":["9.3"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/249416","number":249416,"mergeCommit":{"message":"Enable enableAgentRollback feature flag (#249416)\n\n## Summary\n\nMake `enableAgentRollback` feature flag `true` by default.\n\nImplementation PR: https://github.com/elastic/kibana/pull/247398\nBackport to 9.3: https://github.com/elastic/kibana/pull/249250\n\n### Identify risks\n\nAgent rollback is mostly insulated from other existing flows: low\nprobability risk of affecting agent actions menus in Fleet UI.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"eebeab17840d865f90ff465d77d65aa67b756be9"}}]}] BACKPORT-->
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
Make
enableAgentRollbackfeature flagtrueby default.Implementation PR: #247398
Backport to 9.3: #249250
Identify risks
Agent rollback is mostly insulated from other existing flows: low probability risk of affecting agent actions menus in Fleet UI.