[Backport] Add backport-aws-7.1 entry for aws package - #21026
Merged
Conversation
Add a new entry in `.backports.yml` for the `aws` package backport branch `backport-aws-7.1`, based on version 7.1.1 (commit d3ca77f). aws 7.1.1 is the last release installable on Kibana 9.4.x and 9.5.x (`kibana.version: ^9.4.0`); 7.2.0 and later require Kibana ^9.6.0. A branch at 7.1.1 is needed to ship the fix for the `Setup Access` selector, which since 7.0.0 offers no option for authenticating with the EC2 instance profile / pod IAM role (elastic/sdh-beats#7554), to users who cannot yet upgrade to 9.6. The branch is active (`archived: false`) and strips all other packages (`remove_other_packages: true`), consistent with the backport-aws-6.x entry. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward, schema-consistent addition to the backport inventory with no apparent validation or formatting issues.
Pull request overview
Adds an aws backport branch entry to the repository’s backport inventory (.backports.yml) so CI can create and manage the backport-aws-7.1 branch from the aws package 7.1.1 release point.
Changes:
- Introduces a new
.backports.ymlentry forawswith branchbackport-aws-7.1. - Configures the branch to start from
base_version: "7.1.1"/base_commit: "d3ca77ff4c", stay active (archived: false), and strip other packages (remove_other_packages: true).
File summaries
| File | Description |
|---|---|
| .backports.yml | Adds a new active backport inventory entry for aws (backport-aws-7.1) based on 7.1.1. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
💚 Build Succeeded
|
|
Pinging @elastic/ecosystem (Team:Ecosystem) |
Contributor
|
✅ Backport branch |
Collaborator
5 tasks
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.
Proposed commit message
Why a 7.1 branch
kibana.versionbackport-aws-6.x)^8.19.4 || ^9.2.1var_groups, so not affected^9.4.0^9.6.0The fix on
main(adefault_credentialsoption withvars: []in thecredential_typevar_group) will ship as 8.1.2 and can never be installed on 9.4/9.5. A 7.1.2 release from this branch is the only way to reach those users.Author's Checklist
base_versionmatches the package version at the point the branch diverged from main (7.1.1).base_commitis the exact commit on main that published 7.1.1:d3ca77ff4c(resolved with./dev/scripts/get_release_commit.sh -p aws -v 7.1.1).maintained_untilisnull; can be set to the Kibana 9.5 end-of-support date if preferred.archived: false— branch is active and should receive backports.remove_other_packages: true— only theawspackage is kept on the branch.How to test this PR locally
No local testing required. CI validates the
.backports.ymlentry (inventory check) and dry-runs the backport branch creation. After merge, thebackport-aws-7.1branch is created automatically by CI.Related issues
backport-aws-7.1releasing aws 7.1.2, then a changelog sync PR tomain.🤖 Generated with Claude Code