Upgrade from 3.11 to 3.11.x

ISD v3.11 to ISD v3.11.1

Users can upgrade the ISD v3.11.x to ISD v3.11.1 by updating the below configuration changes.

Configuration changes:

These configuration changes are applicable only for upgrading ISD from 3.11.x to 3.11.1.

  • Update the following configuration into sapor-secret.yaml file.

 spinnaker:    
   restart:
    endPoint: /webhooks/webhook/restartSpinnaker
   encrypt:
    enabled: true  
  • Add the following configuration into sapor-bootstrap-secret.yml file.

encrypt:
key: xxxxxxxxxxxxxxxxxxxxxx  ### Need to update the correct encrypt key here

ISD v3.11.x to ISD v3.11.2

Users can upgrade the ISD v3.11.x to ISD v3.11.2. The upgrade instructions and Script file can be found at the link below.

Upgrade instructions

https://github.com/OpsMx/platform-service/blob/master/data-migration/steps_to_migrate_from_v3.11_to_v3.11.x.txt

Script File

https://github.com/OpsMx/platform-service/blob/master/data-migration/migration_v3.11_to_v3.11.x.py

Last updated