Liferay Cloud Infrastructure

Services Changelog に戻る

2020.04.16 - サービスアップデート - 2020.16.1

Description

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

DXP Stack 2020.16.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.2.0

liferaycloud/jenkins:2.222.1-3.2.0

Database

3.2.7

3.2.7

liferaycloud/database:3.2.7

Liferay

3.0.18

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

3.0.7

liferaycloud/elasticsearch:6.8.6-3.0.7

liferaycloud/elasticsearch:2.4.6-3.0.7

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.16.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.222.1-3.2.0

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.16.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

CI

3.2.0

LCPE-1157

update Jenkins version to 2.222.1

LCP-2128

convert build process from gradle task to jenkins plugin

LCP-2939

Use default Jenkinsfile pipeline

LCP-3100

Allow multi-stage build structure for liferay service

LCP-3158

Jenkins Service should be able to build new multi-stage based liferay service

LCP-4637

support github, gitlab and bitbucket repository sources

LCP-4663

Allow full Jenkinsfile pipeline override

LCP-4852

add disk space configuration to Jenkins Pipeline through ENV variables

LCP-4853

Allow pulling in hotfixes during Jenkins build specified in an ENV variable

LCP-5071

project credentials are visible in the Jenkins log

LCP-5127

Add Jenkinsfile extension hooks

LCP-5269

make hook files directory configurable through ENV variable

LCP-5409

automatically configure webhooks for different git providers

LCP-5639

Console urls should be able to point to different git providers

 

On this page