-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Fleet] removed package upload API enterprise license requirement #159280
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
Conversation
|
Pinging @elastic/fleet (Team:Fleet) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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.
Thanks, Julia!
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
The Session View API failure has an open issue that hopefully gets fixed soon: #159275 |
|
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
…astic#159280) ## Summary The package upload API was made GA, and it had a leftover enterprise license requirement from the time it was only intended for devs. See elastic#79653 This pr removes that requirement. (cherry picked from commit b8619ec)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…nt (#159280) (#159321) # Backport This will backport the following commits from `main` to `8.8`: - [[Fleet] removed package upload API enterprise license requirement (#159280)](#159280) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Bardi","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-08T14:51:54Z","message":"[Fleet] removed package upload API enterprise license requirement (#159280)\n\n## Summary\r\n\r\nThe package upload API was made GA, and it had a leftover enterprise\r\nlicense requirement from the time it was only intended for devs. See\r\nhttps://github.com//pull/79653\r\nThis pr removes that requirement.","sha":"b8619ec216bebbcfdd27f34c6ef632e5fc2456be","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v8.8.0","v8.9.0"],"number":159280,"url":"https://github.com/elastic/kibana/pull/159280","mergeCommit":{"message":"[Fleet] removed package upload API enterprise license requirement (#159280)\n\n## Summary\r\n\r\nThe package upload API was made GA, and it had a leftover enterprise\r\nlicense requirement from the time it was only intended for devs. See\r\nhttps://github.com//pull/79653\r\nThis pr removes that requirement.","sha":"b8619ec216bebbcfdd27f34c6ef632e5fc2456be"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159280","number":159280,"mergeCommit":{"message":"[Fleet] removed package upload API enterprise license requirement (#159280)\n\n## Summary\r\n\r\nThe package upload API was made GA, and it had a leftover enterprise\r\nlicense requirement from the time it was only intended for devs. See\r\nhttps://github.com//pull/79653\r\nThis pr removes that requirement.","sha":"b8619ec216bebbcfdd27f34c6ef632e5fc2456be"}}]}] BACKPORT--> Co-authored-by: Julia Bardi <[email protected]>
|
This PR backport didn't make it into the latest BC for 8.8.1. Updating the labels. |
Summary
The package upload API was made GA, and it had a leftover enterprise license requirement from the time it was only intended for devs. See #79653
This pr removes that requirement.