Liferay Cloud Infrastructure

Voltar para Services Changelog

2020.01.10 - Services Updates - 2020.1.1

Description

The services update to 2020.1.1 includes updates to Backup, CI, Database, and Liferay services. 

DXP Stack 2020.1.1

Service Name Previous Release Current Release Docker Images

Backup

3.2.8

3.2.9

liferaycloud/backup:3.2.9

CI

3.1.2

3.1.3

liferaycloud/jenkins:2.190.1-3.1.3

Database

3.2.4

3.2.5

liferaycloud/database:3.2.5

Liferay

3.0.14

3.0.15

liferaycloud/liferay-dxp:7.2.10-sp1-fp3-3.0.15

liferaycloud/liferay-dxp:7.1.10-ga1-fp15-3.0.15

liferaycloud/liferay-dxp:7.0.10-ga1-fp88-3.0.15

Search

3.0.5

3.0.5

liferaycloud/elasticsearch:6.8.4-3.0.5

liferaycloud/elasticsearch:2.4.6-3.0.5

Webserver

3.1.4

3.1.4

liferaycloud/nginx:1.16.1-3.1.4

 

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.1.1 for a 7.2 Liferay project:

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.9
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.5
liferay.workspace.lcp.search.image=liferaycloud/elasticsearch:6.8.4-3.0.5
liferay.workspace.lcp.liferay.image=liferaycloud/liferay-dxp:7.2.10-sp1-fp3-3.0.15
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.16.1-3.1.4
liferay.workspace.lcp.jenkins.image=liferaycloud/jenkins:2.190.1-3.1.3

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.1.1"

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

Change Log

Service Name Service Version Ticket Number Description

Backup

3.2.9

LCP-3550

Use of library with known vulnerability: extend-3.0.1

CI

3.1.3

LCP-3275

Change CLI installation to the new CLI

Database

3.2.5

LCP-3550

Use of library with known vulnerability: extend-3.0.1

Liferay

3.0.15

LCPE-869

update to fp3 and fix docker image size

LCPE-825

hotfix cannot be installed unless combined with fp2 in 7.2

 

On this page