-
Notifications
You must be signed in to change notification settings - Fork 148
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
Fix upgrade under V2 #1779
Fix upgrade under V2 #1779
Conversation
This pull request does not have a backport label. Could you fix it @belimawr? 🙏
NOTE: |
d9f5b24
to
0eaf442
Compare
🌐 Coverage report
|
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.
Not even a one line fix, but one character fix. It could not get simpler.
Thanks for catching this and averting a future disaster.
Fix a typo that was preventing upgrades under V2.
0eaf442
to
f8a57f2
Compare
Fix a typo that was preventing upgrades under V2. (cherry picked from commit ef8730a)
Fix a typo that was preventing upgrades under V2. (cherry picked from commit ef8730a) Co-authored-by: Tiago Queiroz <[email protected]>
What does this PR do?
Fix a typo that was preventing upgrades under V2.
Why is it important?
It fixes the upgrade process for versions >= 8.6.0
Checklist
- [ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.## Author's ChecklistHow to test this PR locally
8.6
branch (it will build the version8.6.0
)main
branch (it will build the version8.7.0
)v8.6.0
elastic-agent.yml
and add thedropPath
settings:v8.7.0
) is installed by runningelastic-agent status
Caveats
## Related issues## Use cases## Screenshots## Logs