February 10, 2026
This release updates Cloud Platform Tooling to version GWCP-Tooling 2.26.0 and Cloud Platform to version 1.118.0.
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 Cloud Status page.
What's new
Settings Vault disaster recovery migration (CFGSRV-8471)
To better support disaster recovery, several changes have been made to the Settings Vault (Helios) API:- Added a new
/setting-values/v2API. Note that you can continue using the existingv1API. You aren’t required to transition to thev2API at this time. - The
v2API adds a new “planet” layer, and also renames other layers according to current Guidewire naming conventions. In most cases, the “planet” layer configuration replaces the “deployment” layer configuration. This allows a particular planet to have two deployments that both use the same planet configuration. The “deployment” layer can then be configured for a particular deployment or galaxy. - For all of your InsuranceSuite and Integration Gateway applications,
“deployment” configurations have been migrated to “planet” configurations.
This migration doesn’t affect the behavior of any of your running
applications. This change impacts only the display and history of certain
setting-valuesin the Settings Vault API. Thesetting-valuedata and the Setting ID don’t change.
These changes have the following effects:
- Queries using the
v1API show “planet” or “deployment” settings as “deployment” settings. This includes anysetting-valuedata created using thev2API. - Any “deployment” layer settings created using the
v1API are automatically saved as “planet” layer settings. - The settings history shows the migrated settings as having been updated,
with the following field changes:
- modifiedBy:
system - modifiedOn :
date-of-migration - comment:
cloned from settingId n with deployment id n
- modifiedBy:
-
The history record sequence might appear out of order, since the migration deletes and recreates the record.
Improvements and resolved issues
| ID | Description |
|---|---|
| GWCP-92676 | Since the Palisades release, disabled running npm library preinstall and postinstall scripts for Guidewire Testing (GT) to prevent running any unintended scripts. For earlier releases, disabled running all the scripts except for the Node Java library. |