Liferay Cloud Infrastructure

Services Changelog に戻る

19年9月3日 - サービスアップデート - 2019.36.1

Description

The services update to 2019.36.1 includes updates to Backup, Liferay, and Search services. The Backup and Search services update contained some minor bug fixes. The Liferay service now uses the latest fix packs published by Liferay. Fix pack 1 for 7.2 upgraded JGroups from 3.6 to 4.1, which allowed using  DNS_PING to simplify the clustering configuration. 

One special note for the Liferay service is the docker tag for 7.0 changed from 7.0.10-sp10-fp84-3.0.10 to 7.0.10-ga1-fp85-3.0.11 to more accurately reflect the patching level. Fix Packs contain all of the previous fixes, so specifying both sp10 and fp85 is incorrect. Therefore the tag was altered to address the inconsistency.

DXP Stack 2019.36.1

Service Name Previous Release Current Release Docker Images

Backup

3.2.1

3.2.3

liferaycloud/backup:3.2.3

Database

3.2.1

3.2.1

liferaycloud/database:3.2.1

CI

3.1.1

3.1.1

liferaycloud/jenkins:2.176.1-3.1.1

Liferay

3.0.10

3.0.11

liferaycloud/liferay-dxp:7.2.10-ga1-fp1-3.0.11

liferaycloud/liferay-dxp:7.1.10-ga1-fp13-3.0.11

liferaycloud/liferay-dxp:7.0.10-ga1-fp85-3.0.11

Search

3.0.3

3.0.4

liferaycloud/elasticsearch:6.1.4-3.0.4

liferaycloud/elasticsearch:2.6.4-3.0.4

Webserver

3.1.1

3.1.1

liferaycloud/nginx:1.14.2-3.1.1

 

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

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.3
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.1
liferay.workspace.lcp.search.image=liferaycloud/elasticsearch:6.1.4-3.0.4
liferay.workspace.lcp.liferay.image=liferaycloud/liferay-dxp:7.2.10-ga1-fp1-3.0.11
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.14.2-3.1.1
liferay.workspace.lcp.jenkins.image=liferaycloud/jenkins:2.176.1-3.1.1

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 2019.36.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.3

LCP-1844

Check authorization header for script backwards compatibility

LCP-1835

Avoid google authentication cache

LCP-1828

Improve error messages for backup cleanup scheduler

3.2.2

LCP-1507

Add cron syntax validation

Liferay

3.0.11

LCPE-432

Always Include latest fixpacks in docker image build

LCP-1841

Use DNS_PING for clustering in 7.2-fp1

Search

3.0.4

LCP-1463

Update xPack monitoring flag with correct value

 

 

On this page