Liferay Cloud Infrastructure

Services Changelog に戻る

2020.03.24 - サービスアップデート - 2020年。 13.1

Description

The services update to 2020.13.1 includes updates to Backup, Database, and Webserver services.

DXP Stack 2020.13.1

Service Name Previous Release Current Release Docker Images

Backup

3.2.10

3.2.10

liferaycloud/backup:3.2.10

CI

3.1.3

3.1.3

liferaycloud/jenkins:2.190.1-3.1.3

Database

3.2.6

3.2.7

liferaycloud/database:3.2.7

Liferay

3.0.17

3.0.18

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

liferaycloud/liferay-dxp:7.1.10-ga1-fp16-3.0.18

liferaycloud/liferay-dxp:7.0.10-ga1-fp89-3.0.18

Search

3.0.5

3.0.7

liferaycloud/elasticsearch:6.8.6-3.0.7

liferaycloud/elasticsearch:2.4.6-3.0.7

Webserver

3.1.6

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

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.10
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.7
liferay.workspace.lcp.search.image=liferaycloud/elasticsearch:6.8.6-3.0.7
liferay.workspace.lcp.liferay.image=liferaycloud/liferay-dxp:7.2.10-sp1-fp4-3.0.18
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.16.1-3.2.0
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.13.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

Database

3.2.7

LCP-5044

Add new default flags to database to prevent aborted connections

Liferay

3.0.18

LCPE-1058

add useSSL=false to JDBC connection URL in unicast.xml

Search

3.0.7

LCP-5170

unable to run 'bin/elasticsearch-plugin list' when in console shell

3.0.6

LCP-4553

'ls' error when scanning licenses

LCP-4034

update ES version to 6.8.6

LCP-2940

support new folder structure allowing for service config override

Webserver

3.2.0

LCPE-1126

allow configuration of access_log for /nginx_status using NGINX_STATUS_ACCESS_LOG='off' by default

LCP-5329

correctly replace ENVs in *.conf and add PROXY_PASS compatibility

LCP-5083

Add whitelist to restrict access to /nginx_status

LCP-4976

Enable keepalive for enhanced performance

 

On this page