Bamboo 6.10 upgrade notes
We’ve collected some important notes on upgrading to Bamboo 6.10. For details on all the new features and improvements we’ve introduced in this release, see the Bamboo 6.10 release notes .
Skip to
Upgrade notes
Here’s some important information you should know about before upgrading.
Remote agent wrapper update
To address some knows issues, we updated the Tanuki wrapper used for Bamboo remote agent. Bamboo 6.10 is released with new version of the wrapper. If you're an upgrading user, we strongly recommend that you reinstall the wrapper to benefit from all bug fixes.
To update the wrapper on a remote agent:
- Stop the original agent.
- Backup the
BAMBOO_AGENT_HOME/conf/wrapper.conf
file. - Remove the
BAMBOO_AGENT_HOME/
conf
directory. - Download a new Remote Agent JAR from your Bamboo Server:
http://<BAMBOO_URL>/admin/agent/addRemoteAgent.action
- Launch the remote agent.
This will create a newwrapper.conf
file. If you want to re-enact your custom configuration in that file, you can do it now.
Login credentials via URL parameters are disabled by default
Passing login credentials using URL parameters (os_username/os_password
) is disabled by default from now on. To keep this functionality, you need to set the following property on Bamboo startup:
-Dbamboo.allow.url.parameters.login=true
Note that passing user credentials using URL parameters may lead to their accidental exposure and is not recommended. With Bamboo 6.10, we're introducing authentication tokens, which is an alternative and safe way to authenticate.
Changes 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
Bamboo 6.10 deprecates or ends support for the following platforms:
Deprecating support for Internet Explorer 11
To allow us to continue to take advantage of modern web standards to deliver improved functionality and the best possible user experience across all of our products, we have decided to end support for Internet Explorer 11.
Bamboo 6.10 will be the last version to support Internet Explorer.
See End of support announcements for Bamboo for full details.
Deprecating support for the Oracle JDBC driver in the next version of Bamboo
Bamboo 6.10 is the last version of Bamboo bundled with the Oracle JDBC driver.
New supported platforms
This release of Bamboo doesn't add support for any new software platforms.
How to upgrade Bamboo
See the Bamboo upgrade guide for a complete walk-through of the upgrade process that includes descriptions of all the available upgrade paths, prerequisites, and methods.