Skip to content

Change GCP CloudShell URL in CSPM and CAI integrations - #17036

Merged
amirbenun merged 11 commits into
mainfrom
gcp-infra-mgr-links
Jan 25, 2026
Merged

Change GCP CloudShell URL in CSPM and CAI integrations#17036
amirbenun merged 11 commits into
mainfrom
gcp-infra-mgr-links

Conversation

@amirbenun

Copy link
Copy Markdown
Contributor

Updated the default CloudShell URL to use the main branch and changed the workspace path.

Proposed commit message

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

Updated the default CloudShell URL to use the main branch and changed the workspace path.
@amirbenun
amirbenun requested a review from a team as a code owner January 22, 2026 12:26
Copilot AI review requested due to automatic review settings January 22, 2026 12:26
Updated version from 3.3.0-preview01 to 3.3.0-preview02 in changelog.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GCP CloudShell URL configuration to point to the main branch of the cloudbeat repository and changes the workspace path from "deployment-manager" to "infrastructure-manager". The package version is also incremented from "3.3.0-preview01" to "3.3.0-preview02".

Changes:

  • Updated GCP CloudShell URL to use "main" branch instead of "9.2"
  • Changed workspace path from "deploy/deployment-manager" to "deploy/infrastructure-manager"
  • Incremented package version to "3.3.0-preview02"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

name: cloud_security_posture
title: "Security Posture Management"
version: "3.3.0-preview01"
version: "3.3.0-preview02"

Copilot AI Jan 22, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version has been bumped from "3.3.0-preview01" to "3.3.0-preview02", but there is no corresponding entry in the changelog.yml file. According to the checklist in the PR template, a changelog entry should be added for this change. Please add an entry at the top of packages/cloud_security_posture/changelog.yml that describes this change, similar to the existing entries in that file.

Suggested change
version: "3.3.0-preview02"
version: "3.3.0-preview01"
Copilot uses AI. Check for mistakes.
show_user: false
description: A URL to CloudShell for creating a new deployment
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=9.2&cloudshell_workspace=deploy%2Fdeployment-manager&show=terminal
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=main&cloudshell_workspace=deploy%2Finfrastructure-manager&show=terminal

Copilot AI Jan 22, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GCP CloudShell URL is being updated to use the "main" branch, but other deployment templates in this file still reference version "9.2" or "9.2.0". Specifically, AWS CloudFormation templates (lines 141, 150, 160, 231) reference "9.2.0" and Azure ARM templates (lines 185, 194) reference "9.2". This creates an inconsistency where GCP deployments will use the main branch while AWS and Azure deployments use version 9.2. If this is intentional, please document the reasoning in the PR description. If not, consider updating all deployment URLs to use consistent versioning.

Suggested change
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=main&cloudshell_workspace=deploy%2Finfrastructure-manager&show=terminal
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=9.2&cloudshell_workspace=deploy%2Finfrastructure-manager&show=terminal
Copilot uses AI. Check for mistakes.
@amirbenun amirbenun changed the title Change default CloudShell URL in manifest.yml Jan 22, 2026
@andrewkroh andrewkroh added Integration:cloud_asset_inventory Cloud Asset Discovery Integration:cloud_security_posture Security Posture Management labels Jan 22, 2026
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

@amirbenun
amirbenun merged commit a7b2b71 into main Jan 25, 2026
8 checks passed
@amirbenun
amirbenun deleted the gcp-infra-mgr-links branch January 25, 2026 16:15
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_asset_inventory - 1.5.0-preview01 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.5.0-preview01/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_security_posture - 3.3.0-preview02 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.3.0-preview02/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_security_posture - 3.3.0-preview03 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.3.0-preview03/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_security_posture - 3.1.3 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.1.3/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_security_posture - 3.2.1 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.2.1/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_asset_inventory - 1.3.1 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.3.1/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_asset_inventory - 1.4.1 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.4.1/

jakubgalecki0 pushed a commit to jakubgalecki0/integrations that referenced this pull request Feb 19, 2026
* Change default CloudShell URL in manifest.yml

Updated the default CloudShell URL to use the main branch and changed the workspace path.

* Update version to 3.3.0-preview02

* Bump version to 3.3.0-preview02

Updated version from 3.3.0-preview01 to 3.3.0-preview02 in changelog.

* Update CloudShell default URL to main branch

* Add changelog for version 1.5.0-preview01

Added changelog entry for version 1.5.0-preview01 with GCP infra manager link enhancement.

* Bump version to 1.5.0-preview01 in manifest.yml

* Add link to GCP infra manager enhancement

* Update CloudShell URL in manifest.yml

* Update CloudShell URL for GCP Elastic Agent

* Add GCP infra manager link enhancement to changelog

Added a new enhancement for GCP infra manager link.
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_asset_inventory - 1.5.0 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.5.0/

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package cloud_security_posture - 3.3.0 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.3.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Integration:cloud_asset_inventory Cloud Asset Discovery Integration:cloud_security_posture Security Posture Management

5 participants