Release Notes / Version 10.2107
Table Of ContentsDeployment archive and Chef deployment updates
The Chef requirement for the deployment archive is now 14.x.x. With this update, some cookbooks had to be updated as well. The most relevant change was the update of the
apache2
cookbook to
7.1.0
. With this update, the
apache2::web_app
definition is no longer available, which made the
coremedia-proxy::webapp
wrapper definition and the whole cookbook obsolete. Rendering a new virtual host configuration has now become less complex. Please visit the
apache2 cookbooks documentation
for more details.
Follow Section, “Deployment archive and Chef deployment updates” for upgrade information.
(CMS-14469)
Use Spring-Boot application artifacts in deployment archive
With this change, the deployment archive will no longer use the tomcat deployment with war webapp artifacts but Spring-Boot application jar artifacts. The
blueprint-tomcat
cookbook has been replaced with the
blueprint-spring-boot
cookbook. Please see the cookbooks documentation
README.md
within the cookbook and the
global/deployment/chef/MIGRATION.md
in the workspace for more details.
(CMS-14140)