[backport 1.3] GCP infra manager link - #17299
Merged
amirbenun merged 2 commits intoFeb 8, 2026
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the Cloud Asset Inventory integration change to update the default GCP CloudShell URL so it points at the Infrastructure Manager workspace path (for Kibana 9.2.x / CAI 1.3.x).
Changes:
- Bump
cloud_asset_inventorypackage version to1.3.1. - Update the default GCP CloudShell URL to use the
deploy/infrastructure-manager/gcp-elastic-agentworkspace. - Add a
1.3.1changelog entry referencing the original PR.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
packages/cloud_asset_inventory/manifest.yml |
Version bump + updates the default GCP CloudShell URL workspace path. |
packages/cloud_asset_inventory/changelog.yml |
Adds release notes for 1.3.1 with link to the source PR. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
+11
| - version: "1.3.1" | ||
| changes: | ||
| - description: GCP infra manager link | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/17036 |
There was a problem hiding this comment.
With the new 1.3.1 entry added, the header "version map" comment is now misleading (it lists 1.2.x - 9.3.x, 1.1.x - 9.2.x, etc., but does not mention 1.3.x). Please update the mapping comment to reflect the current version series for this package (or remove it if it’s no longer maintained).
orouz
approved these changes
Feb 8, 2026
Co-authored-by: Cursor <cursoragent@cursor.com>
💚 Build Succeeded
|
2 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.
Backport of #17036 to cloud_asset_inventory 1.3.x (Kibana 9.2.x)
Summary
Original PR
#17036
Made with Cursor