Skip to main content
Version: 3.4.x

Update to Version 3.2

Prerequisites

CloudOps for Kubernetes 3.2.x has the following pre-requisites.

CloudOps for Kubernetes 3.1.x

Complete the upgrade to CloudOps for Kubernetes release 3.1.x before upgrading to release 3.2.x. For instructions on upgrading to release 3.1.x, see Update to Version 3.1.

Preparation

  1. Review all upgrade steps and requirements described in this document.

  2. Review all upgrade steps and requirements described in Upgrading CloudOps for Kubernetes.

  3. Review your custom Jenkins jobs to determine if any of them call the modified CloudOps for Kubernetes jobs listed below in Jenkins job parameter changes. If you find any such custom jobs, make plans to update them as part of the upgrade, to ensure they continue to work with release 3.2.x.

  4. Review your custom Jenkins jobs to determine if any of them hard-code the Jenkins workspace location /home/jenkins/workspace/${jobName}. That path has changed and is no longer correct in the new Jenkins version. Replacing hard coded paths /home/jenkins/workspace/${jobName} with ${WORKSPACE} should allow any such jobs to work with the new version of Jenkins. Make plans to update any impacted custom Jenkins jobs to ensure they continue to work with release 3.2.x.

What Has Changed

For a list of the changes in the release, see Release Notes.

Jenkins job parameter changes

Several Jenkins jobs have parameter changes in CloudOps for Kubernetes 3.2.0. Review whether you have any custom jobs that call or invoke the affected jobs and update your custom jobs where appropriate.

The Jenkins jobs with parameter changes in CloudOps for Kubernetes 3.2.0 are listed below.

Jenkins JobParameters AddedParameters Removed
build-jenkins-agentsepCommerceCredentialId
cloudops-for-kubernetes-ciepCommerceCredentialId
build-data-popepCommerceCredentialId
build-base-imageepCommerceCredentialId
build-activemqepCommerceCredentialId
build-cortexepCommerceCredentialId
build-searchepCommerceCredentialId
build-batchepCommerceCredentialId
build-integrationepCommerceCredentialId
build-cmepCommerceCredentialId
build-data-syncepCommerceCredentialId
build-mockepCommerceCredentialId
run-data-pop-toolrestartApps

Perform the Base Infrastructure Update

Follow the general instructions on updating the cluster in the Upgrading CloudOps for Kubernetes documentation.