Change GCP CloudShell URL in CSPM and CAI integrations - #17036
Conversation
Updated the default CloudShell URL to use the main branch and changed the workspace path.
Updated version from 3.3.0-preview01 to 3.3.0-preview02 in changelog.
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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.
| version: "3.3.0-preview02" | |
| version: "3.3.0-preview01" |
| 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 |
There was a problem hiding this comment.
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.
| 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 |
Added changelog entry for version 1.5.0-preview01 with GCP infra manager link enhancement.
Added a new enhancement for GCP infra manager link.
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
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/ |
|
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/ |
|
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/ |
|
Package cloud_security_posture - 3.1.3 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.1.3/ |
|
Package cloud_security_posture - 3.2.1 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.2.1/ |
|
Package cloud_asset_inventory - 1.3.1 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.3.1/ |
|
Package cloud_asset_inventory - 1.4.1 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.4.1/ |
* 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.
|
Package cloud_asset_inventory - 1.5.0 containing this change is available at https://epr.elastic.co/package/cloud_asset_inventory/1.5.0/ |
|
Package cloud_security_posture - 3.3.0 containing this change is available at https://epr.elastic.co/package/cloud_security_posture/3.3.0/ |
Updated the default CloudShell URL to use the main branch and changed the workspace path.
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots