[3.3] Require 9.2.1 for autoops agent for 3.3 release. (#9007)#9016
Merged
naemono merged 1 commit intoelastic:3.3from Jan 9, 2026
Merged
[3.3] Require 9.2.1 for autoops agent for 3.3 release. (#9007)#9016naemono merged 1 commit intoelastic:3.3from
naemono merged 1 commit intoelastic:3.3from
Conversation
* Require 9.2.1 for autoops agent for 3.3 release. Signed-off-by: Michael Montgomery <mmontg1@gmail.com> * Adjust comment. Adjust tests to use 9.2.1 Signed-off-by: Michael Montgomery <mmontg1@gmail.com> * Adjust comment Signed-off-by: Michael Montgomery <mmontg1@gmail.com> --------- Signed-off-by: Michael Montgomery <mmontg1@gmail.com> (cherry picked from commit e84f132)
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
kvalliyurnatt
approved these changes
Jan 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR backports a change from the main branch to version 3.3 that updates the minimum supported AutoOpsAgent version from 9.1.0 to 9.2.1. The update is motivated by performance optimizations and the requirement for the healthcheckv2 extension that ECK utilizes, which is only available in 9.2.1 and later.
Key changes:
- Updated minimum supported AutoOpsAgent version from 9.1.0 to 9.2.1
- Updated test fixtures to use the new minimum version
- Added explanatory comment documenting the rationale for the version requirement change
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/controller/common/version/version.go | Updated SupportedAutoOpsAgentVersions minimum version to 9.2.1 and enhanced comment with rationale |
| pkg/controller/autoops/reconcile_test.go | Updated 10 test cases to use version 9.2.1 for AutoOpsAgentPolicy specifications |
| pkg/controller/autoops/gc_test.go | Updated test fixture to use version 9.2.1 |
| pkg/controller/autoops/expected_test.go | Updated test fixture from 9.1.0-SNAPSHOT to 9.2.1 |
| pkg/controller/autoops/configmap_test.go | Updated test helper function to use version 9.2.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Backport
This will backport the following commits from
mainto3.3:Questions ?
Please refer to the Backport tool documentation