Liferay Cloud Infrastructure

Voltar para Services Changelog

2020.08.06 Services Update 2020.32.1

Service Updates for Liferay Cloud Version 3 and 4

The services update to 2020.32.1 includes updates to the liferay 3.x service.

Version Compatibility between 3 and 4

For details on service compatibility between version 3 and 4 please see release update 6/11/2020 Services Update 2020.24.1 or 5/28/2020 Services Update 2020. 22.1 

 

Version 4 DXP Stack 2020.32.1 

Service Name Previous Release Current Release Docker Images

Backup

4.0.3

4.0.3

liferaycloud/backup:4.0.3

CI

4.0.4

4.0.4

liferaycloud/jenkins:2.235.1-4.0.4

Database

4.0.2

4.0.2

liferaycloud/database:4.0.2

Liferay

4.0.3

4.0.3

liferaycloud/liferay-dxp:7.2-4.0.3

liferaycloud/liferay-dxp:7.1-4.0.3

liferaycloud/liferay-dxp:7.0-4.0.3

Search

4.0.0

4.0.0

liferaycloud/elasticsearch:6.8.6-4.0.0

liferaycloud/elasticsearch:2.4.6-4.0.0

Webserver

4.0.1

4.0.1

liferaycloud/nginx:1.16.1-4.0.1

 

Version 4 Update Instructions

Only Applicable to Version 4 Images

After upgrading your project using this guide, the Liferay Cloud image versions are no longer set inside of the gradle.properties file. They now need to set inside of the <service>/LCP.json file. Note, however, that the liferay service uses two image properties. The DXP Cloud image is set in the liferay/LCP.json file, but the liferay/dxp image is set in the gradle.properties. This change was made in order to facilitate easier deployment using the Liferay Cloud CLI.

liferay/LCP.json file would set the liferaycloud/liferay-dxp image:

"image":"liferaycloud/liferay-dxp:7.2-4.0.3"

liferay/gradle.properties file would set the liferay/dxp image:

liferay.workspace.docker.image.liferay=liferay/dxp:7.2.10-dxp-6-202006221121 

Once the LCP.json files are updated, commit the changes to your Git repository.

git add . && git commit -m "update dxp cloud stack to 2020.32.1"

After pushing these changes to the remote repository, a build will be created in Liferay Cloud and it is ready to deploy. 

Version 3 DXP Stack 2020.32.1 

Service Name Previous Release Current Release Docker Images

Backup

3.2.15

3.2.15

liferaycloud/backup:3.2.15

CI

3.2.8

3.2.8

liferaycloud/jenkins:2.235.1-3.2.8

Database

3.2.11

3.2.11

liferaycloud/database:3.2.11

Liferay

3.0.26

3.0.27

liferaycloud/liferay-dxp:7.2.10-sp1-fp6-3.0.27

liferaycloud/liferay-dxp:7.1.10-ga1-fp18-3.0.27

liferaycloud/liferay-dxp:7.0.10-ga1-fp93-3.0.27

Search

3.0.8

3.0.8

liferaycloud/elasticsearch:6.8.6-3.0.8

liferaycloud/elasticsearch:2.4.6-3.0.8

Webserver

3.2.1

3.2.1

liferaycloud/nginx:1.16.1-3.2.1

 

Version 3 Update Instructions

To apply these updates, update the gradle.properties file the project root folder with the new docker image tags. Here is an example of applying update 2020.32.1 for a 7.2 Liferay project:

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.15
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.11
liferay.workspace.lcp.search.image=liferaycloud/elasticsearch:6.8.6-3.0.8
liferay.workspace.lcp.liferay.image=liferaycloud/liferay-dxp:7.2.10-sp1-fp6-3.0.27
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.16.1-3.2.1
liferay.workspace.lcp.jenkins.image=liferaycloud/jenkins:2.235.1-3.2.8

Once the gradle.properties file contains the updates, commit the changes to your Git repository.

git add gradle.properties && git commit -m "update dxp cloud stack to 2020.32.1"

After pushing these changes to the remote repository, a build will be created in Liferay Cloud and it is ready to deploy.

 

Version 3 Change Log

Service Name Service Version Ticket Number Description

Liferay

 

3.0.27

 

LCP-7560

Update liferay images to use latest fix packs

 

On this page