[8.x] 🌊 Fix plugin visibility (#212210)#212230
Merged
kibanamachine merged 1 commit intoelastic:8.xfrom Feb 24, 2025
Merged
Conversation
Fixes the visibility of `@kbn/streams-app-wrapper-plugin` (should be an observability thing, not a platform thing) (cherry picked from commit 74eb39e)
Contributor
💚 Build Succeeded
Metrics [docs]
cc @flash1293 |
SoniaSanzV
pushed a commit
to SoniaSanzV/kibana
that referenced
this pull request
Mar 4, 2025
# Backport This will backport the following commits from `main` to `8.x`: - [🌊 Fix plugin visibility (elastic#212210)](elastic#212210) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Joe Reuter","email":"johannes.reuter@elastic.co"},"sourceCommit":{"committedDate":"2025-02-24T12:11:57Z","message":"🌊 Fix plugin visibility (elastic#212210)\n\nFixes the visibility of `@kbn/streams-app-wrapper-plugin` (should be an\nobservability thing, not a platform thing)","sha":"74eb39e4db91f9b49f8cb52fa2ec191abfd30e64","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","Feature:Streams","v9.1.0","v8.19.0"],"title":"🌊 Fix plugin visibility","number":212210,"url":"https://github.com/elastic/kibana/pull/212210","mergeCommit":{"message":"🌊 Fix plugin visibility (elastic#212210)\n\nFixes the visibility of `@kbn/streams-app-wrapper-plugin` (should be an\nobservability thing, not a platform thing)","sha":"74eb39e4db91f9b49f8cb52fa2ec191abfd30e64"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212210","number":212210,"mergeCommit":{"message":"🌊 Fix plugin visibility (elastic#212210)\n\nFixes the visibility of `@kbn/streams-app-wrapper-plugin` (should be an\nobservability thing, not a platform thing)","sha":"74eb39e4db91f9b49f8cb52fa2ec191abfd30e64"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
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
mainto8.x:Questions ?
Please refer to the Backport tool documentation