Bamboo 11.0 release notes
Highlights
Bamboo 11.0.0
Release date:
Here's what's new in Bamboo 11.0.0.
Freemarker and Velocity templates allowlist security improvements
We're taking steps to secure installation directories for all Data Center products. These changes increase the difficulty for an attacker to exploit filesystem access and allow customers to verify the state of the product installation.
From Bamboo 11.0, all Velocity files stored on the filesystem (for example, shared, local home, or any other) will need to be explicitly allowlisted and must be of a specific file type. Files stored inside .jar
files and bundled within plugins will not be affected.
In addition, all method invocations within Freemarker or Velocity templates must be explicitly allowlisted. For more information, visit Configuring the Velocity method allowlist and Configuring the Velocity file and file type allowlist. For Freemarker, visit Configuring the Freemarker method allowlist.
Migration to Apache Struts 6
We’ve upgraded to Struts 6. Make sure you’re aware of the following changes:
Annotate getters with
@StrutsParameter(depth=X)
(dependency onstruts-corelib
)Annotate setters with
@StrutsParameter
(dependency onstruts-corelib
)The action method previously named
doSomething
must now be fully informed. Previously, thedo
prefix could be suppressed.The method previously named
getBamboo()
has been renamed togetBambooContainer()
to avoid warnings from Struts when .bamboo. is used in our templates.OGNL Allowlist.
You can find extensive documentation on how to apply these changes at https://developer.atlassian.com/server/confluence/struts-module/
Your deployment projects and environments are cached now
Bamboo 11 introduces application-level caching for deployment projects and environments to elevate your daily experience. This can be especially beneficial if you utilize them heavily or have many of them. Bamboo speeds up display times and optimizes resource usage by serving cached objects for user interface and background processing. We recommend that you keep this enabled, though you can disable it via the system property bamboo.deployment.cache.enabled
.
Automatic offline agents management
As an admin, you can now configure policies for the automatic removal of offline agents. This feature helps free up agent names and keeps your instance data tidy and clean. Enabling this will enhance your agents' processing performance.
Secure app installations with app signing
To improve app security, we’re introducing a new feature that will restrict app installations to only those that are signed. This will help us to:
ensure that apps are either from Atlassian Marketplace or manually uploaded by trusted partners
prevent malicious actors from uploading harmful apps
App signing affects only new app installations, already installed apps will remain intact.
This feature will be gradually rolled out across Data Center products by mid-2025. For details, check out this community post.
In this release, app signing is disabled by default. The grace period will last until the next feature release of Universal Plugin Manager (UPM), after which app signing will be enabled by default.
Use the grace period to adapt your processes. The steps you need to take differ depending on whether you install applications from the Marketplace or build your custom applications.
Enable app signing and install from Marketplace
During the grace period, you can enable app signing at your convenience. To do so:
Enable app signing. For details, see Configuring UPM app signature check.
Download and install Certificate Authority (CA) from Atlassian. For details, see Updating Atlassian Certificate Bundles.
That’s it! Enjoy the safe app installations from Marketplace.
Install custom apps
If you use custom application builds, you can sign and secure your apps:
Enable app signing. For details, see Configuring UPM app signature check.
Get the app signature and verification certificate as described in Generating app signature and verification certificate using OpenSSL.
Put your new certificate in your Trust store as described in Updating Atlassian Certificate Bundles.
Install the signed application.
You can also install the app via the file system without using the app signing feature.
If you’re experiencing issues, check out app signing troubleshooting.
Updates to supported platforms
See what changes are in store for the supported platforms in Bamboo. For more information about what the latest stable release of Bamboo supports, see Supported platforms.
End of support announcements
In this release, we’re removing support for:
PostgreSQL 14
In this release, we’re deprecating support for:
PostgreSQL 15
SQL Server 2017
MySQL 8.0
Java 17
New supported platforms
Bamboo 11.0 doesn’t introduce support for any new software platforms.
Resolved issues
Scroll through the list of the issues we’ve resolved throughout the lifecycle of Bamboo 11.0.