October 22, 2024

This release updates Cloud Console to version 1.91.0 and Cloud Platform to version 1.89.0.

Important: Guidewire encourages you to access applications from Guidewire Home. From March 26, 2025, Cloud Console will no longer be available. For details on how to get to Guidewire Home, see Accessing Guidewire Home.
Note:
  • To make sure that you have the latest updates, GWCP components are made available to you as soon as they are ready for release. You might see new content as early as every two weeks, but some releases might take longer to be available.
  • It might take up to three weeks from the release date for changes to be deployed to your environment. To locate the dates and times of these maintenance events, check the Guidewire Status page.

What's new

Manage access to S3 buckets with the Storage Access API (GWCP-51552)

Use the Storage Access API to:
  • Manage access to existing S3 buckets.
  • Create and manage access keys for IAM users.
  • Create and manage IAM roles.

For details, see Storage Access API.

Perform blue/green deployments with the IS Deployments API (GWCP-57811)

You can perform blue/green deployments with the IS Deployments API. Use the following endpoint:
/api/v1/tenants/{tenantId}/starsystems/{projectId}/planets/{planetId}/upgrade
In the request body, provide values for the following parameters:
  • autopilot: true
  • plannedShutdownTimeoutMins: between 1 and 500
  • strategy: blueGreen

For details, see Perform blue/green deployment in IS Deployments API documentation.

Improvements and resolved issues

ID Description
GWCP-63684 In the TeamCity module, configuration parameters of the root environment are now enabled only if ENABLE_PASSWORD_PARAMS is set to true.