v5.3.1.2

Date of Release: November 2022

Resolved Issues

JIRA ID

Issue

IPD-19720

User is unable to read Snowflake warehouse name in config-migration APIs.

IPD-19773

APIs are failing since private_key_file_details field is stored in JSON format instead of array format.

IPD-19801

The job summary is not provided as a part of the Job Status API response.

IPD-19810

User is able to set multiple default computes using API calls.

IPD-19900

The zip file downloaded from Application Logs does not contain cluster logs.

Upgrade

To upgrade from 5.3.1 to 5.3.1.2, execute the following commands:

Step 1: Open the values.yaml file.

vi iw-k8s-installer/infoworks/values.yaml

Step 2: Inside the values.yaml file, search for the keyword "global".

Step 3: Under the image section, set the value for enabled keyword to false.

Step 4: Search for infoworksRestAPI key in the editor.

Step 5: Under the image section, modify the tag version from 5.3.1 to 5.3.1.2.

Step 6: Run helm upgrade.

cd iw-k8s-installer helm upgrade <release-name> ./infoworks/ --values ./infoworks/values.yaml -n <namespace>

Rollback

To downgrade from 5.3.1.2 to 5.3.1, execute the following commands:

Step 1: Open the values.yaml file.

vi iw-k8s-installer/infoworks/values.yaml

Step 2: Inside the values.yaml file, search for the keyword "global".

Step 3: Under the image section, set the value for enabled keyword to false.

Step 4: Search for infoworksRestAPI key in the editor.

Step 5: Under the image section, modify the tag version from 5.3.1.2 to 5.3.1.

Step 6: Run helm upgrade.

cd iw-k8s-installer helm upgrade <release-name> ./infoworks/ --values ./infoworks/values.yaml -n <namespace>