Liferay Cloud Infrastructure

Voltar para Services Changelog

2020.04.23 - Services Updates - 2020.17.1

Description

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

DXP Stack 2020.17.1

Service Name Previous Release Current Release Docker Images

Backup

3.2.10

3.2.11

liferaycloud/backup:3.2.12

CI

3.2.0

3.2.2

liferaycloud/jenkins:2.222.1-3.2.3

Database

3.2.7

3.2.8

liferaycloud/database:3.2.9

Liferay

3.0.18

3.0.19

liferaycloud/liferay-dxp:7.2.10-sp1-fp4-3.0.21

liferaycloud/liferay-dxp:7.1.10-ga1-fp17-3.0.21

liferaycloud/liferay-dxp:7.0.10-ga1-fp90-3.0.21

Search

3.0.7

3.0.8

liferaycloud/elasticsearch:6.8.6-3.0.8

liferaycloud/elasticsearch:2.4.6-3.0.8

Webserver

3.2.0

3.2.0

liferaycloud/nginx:1.16.1-3.2.0 

 

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

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.11
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.8
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-fp4-3.0.19
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.16.1-3.2.0
liferay.workspace.lcp.jenkins.image=liferaycloud/jenkins:2.222.1-3.2.2

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.17.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.11

LCPE-1151

stacktrace is shown when backing up while a restore is in progress

LCP-5246

the backup volume may be configured with the wrong uid:gid ownership

LCP-5332

backup service may restart if restoring over a large number of files

LCP-5445

fix use of library with known vulnerability

CI

3.2.2

LCPE-1229

restrict Jenkins stacktrace reports to admin users

LCP-5608

update GitLab plugin with fix for shallow clone

LCP-5972

BlueOcean plugin is not loading correctly

3.2.1

LCP-1901

send alerts for CI activities to project console

LCP-5066

Update CLI when Jenkins image starts

Database

3.2.8

LCP-5468

Fix use of library with known vulnerability

LCP-3941

Add readOnly user for use by Liferay service with mysql client

Liferay

3.0.19

LCPE-1144

run client scripts as the root user before dropping privileges

LCP-3941

Add MySQL Client to Liferay service

Search

3.0.8

LCP-5090

Move image activity out of /tmp

LCP-5348

Elasticsearch tries to apply license even when the folder is empty

 

On this page