Service Pack 4 is now available for BMC Release Process Management (BRPM) version 5.0. This service pack includes enhancements.
This service pack includes the following enhancements:
This service pack supports the following stand-alone instances of the database versions:
For the list of supported databases, see System requirements.
In this service pack release, we have updated the REST APIs as follows:
The My Requests tab now displays all the requests of which the user is the owner or requester of the step. This update significantly improves the performance of the BMC Release Process Management. Pages now load faster and it takes less time to perform tasks by using BRPM.
This service pack includes the following logging enhancements:
When you view the automation results for a step, private property value is encrypted and is denoted by an asterisk ( * ). For more information, see Viewing automation results.
You can now specify the following additional parameters in the purging rake task:
Parameter | Description |
---|---|
request_status | Status of the request |
request_environment | Environment of the request |
For more information, see Purging request data from the BRPM database.
Adobe Flash is no longer required to view reports.
To continue to use Adobe flash, see Adobe Flash end of life technical bulletin.
In BRPM, cross-domain access to the BRPM server from any external system is denied by default. To specify and make sure that only the defined external domain system refers to the BRPM server, modify the CORS_ORIGINS
value in the URL of the BRPM Requester UI. For more information, see Cross-origin resource sharing (CORS) policy issue.
This version uses the following third-party software:
Product | Version |
---|---|
WildFly Application Server | 20.01 |
AdoptOpenJDK | 1.8 update 252 |
Apache Tomcat web server version (Used only in case of Requester UI) | 6.0.33 |
This patch includes the full installer of BRPM. For download instructions, see Downloading the installation files.
Support for WildFly Application Server was introduced in BRPM version 5.0.03.004. If you are upgrading from version 5.0.03.003 or earlier, note these changes:
Feature or change | Version 5.0.03.003 or earlier | Version 5.0.04, 5.0.03.005 and 5.0.03.004 | Reference |
---|---|---|---|
Change in the BRPM Home Directory | <RLMInstallDir>\releases\<versionNo>\RPM | <RLMInstallDir>\releases\<versionNo>\RPM\portal.war\WEB-INF | - |
Automation job concurrency and other product settings moved | Present in the torquebox.yml file | Present in the wildfly.xml file | Performance tuning |
Change in the standalone file names | standalone.xml standalone-ha.xml (for clusters) | standalone-full.xml standalone-full-ha.xml (for clusters) | - |
Change in the location of deployment information | RLMInstallDir/server/jobss/standalone/deployments/RPM-knob.yml contains the deployment information. | This information is now contained in the CURRENT_RPM_PATH environment variable in the <RLMHome>/bin/start.sh file. | Applying hotfix |
STOMP Host URL | Needed by Requester UI | No longer required | - |
Running the rake tasks | Run from the following directory: <RLMInstallDir>\releases\<versionNo>\RPM | Run from the following directory: <RLMInstallationDirectory>\releases\<versionNo>\RPM\portal.war\WEB-INF | - |
Configuration settings for JBoss and HornetQ | RLMInstallDir/server/jobss/standalone/configuration/standalone.xml RLMInstallDir/server/jobss/standalone/configuration/standalone-ha.xml (for clusters) | No longer required. Settings added to the standalone-full.xml and standalone-full-ha.xml files. | Performance tuning |
Changes in <RLM_HOME>/bin/start.sh, <RLM_HOME>/bin/stop.sh | A stand-alone instance does not need binding to the node name and IP address. | Contains information about the binding of a stand-alone instance to the node name and IP address Contains BRPM deployment information Warning: Do not copy these files from the existing installation. If you have customized these files in the existing installation, make those changes in the upgraded environment again. | - |