Liferay Cloud Infrastructure

Voltar para Services Changelog

2020.05.07 - Services Updates - 2020.19.1

Description

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

NOTE: A regression issue in the Liferay release 3.0.21 was discovered that did not load the correct JDBC properties. A Workaround is to add the following environment variables with the appropriate values:

  • LIFERAY_JDBC_PERIOD_DEFAULT_PERIOD_USERNAME
  • LIFERAY_JDBC_PERIOD_DEFAULT_PERIOD_PASSWORD
  • LIFERAY_JDBC_PERIOD_DEFAULT_PERIOD_URL

DXP Stack 2020.19.1

Service Name Previous Release Current Release Docker Images

Backup

3.2.11

3.2.12

liferaycloud/backup:3.2.12

CI

3.2.2

3.2.3

liferaycloud/jenkins:2.222.1-3.2.3

Database

3.2.8

3.2.9

liferaycloud/database:3.2.9

Liferay

3.0.19

3.0.21

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

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

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.12
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.9
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.21
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.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.19.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.12

LCP-5940

Use kubernetes secret as the primary option to read parameters required for the backup service

CI

3.2.3

LCP-5887

log environment variables after processing backward compatibility

LCP-5933

Decrease preserve stash count from 20 to 1

LCP-6159

Force correct file permissions on gradlew for windows compatibility

Database

3.2.9

LCP-5935

Use kubernetes secret as the primary option to read parameters required for the database service

Liferay

3.0.21

LCPE-1259

set correct folder permissions on /lcp-tmp directory

LCPE-1265

Java: command not found error on deploying hotfix

LCP-6027

Use kubernetes secret as the primary option to read parameters required for the liferay service

 

On this page