Date of Release: January 2023
JIRA ID | Issue |
---|---|
IPD-20082 | The API does not populate ClusterID for the Ephemeral cluster. |
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. |
To upgrade from 5.3.1 to 5.3.1.3, execute the following commands:
Step 1: Open the values.yaml file.
xxxxxxxxxx
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.3.
Step 6: Run helm upgrade.
xxxxxxxxxx
cd iw-k8s-installer
helm upgrade <release-name> ./infoworks/ --values ./infoworks/values.yaml -n <namespace>
To downgrade from 5.3.1.3 to 5.3.1, execute the following commands:
Step 1: Open the values.yaml file.
xxxxxxxxxx
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.3 to 5.3.1.
Step 6: Run helm upgrade.
xxxxxxxxxx
cd iw-k8s-installer
helm upgrade <release-name> ./infoworks/ --values ./infoworks/values.yaml -n <namespace>