Bamboo 9.5 リリース ノート
ハイライト
Bamboo 9.5.1
Release date:
Here's what's new in Bamboo 9.5.1:
Monitor cluster state replication
Upgrade to Bamboo 9.5.1 to make use of cluster state replication monitoring. Statistics are now written into the main log file. They show the details of state replication, like the size of the local queue or the most frequently used event types.
Learn more about monitoring cluster state replication
Universal Plugin Manager を利用したアプリのインストール
The Universal Plugin Manager (UPM) allows installing Atlassian and third-party apps in Bamboo and other Data Center products in three ways:
- with the Upload app button on the Manage apps page where you provide a URL to the app or upload a file with the app
- with the REST API (/rest/plugins)
- with the Install button on the Find new apps page
In Bamboo Data Center 9.5.1, you can install new apps only by selecting the Install button on the Find new apps page. Installing new apps with the Upload app button on the Manage apps page or with the REST API is now disabled by default. This limitation prevents unwanted uploads of potentially malicious files to your Bamboo instance.
If you need to enable app installation with the Upload app button on the Manage apps page or with the REST API, set the following system property:
upm.plugin.upload.enabled=true
Bamboo 9.5.0
リリース日:
Here's what's new in Bamboo 9.5.0:
Gain higher availability with warm standby clustered deployments
In this release, we’ve upgraded the Bamboo clustering architecture by introducing warm standby. Bamboo will now keep all your secondary Data Center nodes running and up-to-date with the primary node at all times, allowing them to take over operations in a matter of seconds.
Learn more about clustering with Bamboo Data Center
If you're already using Bamboo Data Center in a cold standby cluster configuration, you’ll need to migrate to the new warm standby configuration before starting Bamboo 9.5.0 for the first time after the upgrade. Learn how to migrate to a warm standby clustering configuration
Secure database credentials with AWS Secrets Manager and HashiCorp Vault
This release offers additional options for securing your database password. Instead of hard-coding credentials, you can now use AWS Secrets Manager to securely store and retrieve your password at runtime. Another option is to authenticate with Vault using HashiCorp tokens through V2 of the HashiCorp KV Secret Engine or Kubernetes Service Account Tokens.
Learn how to configure Bamboo with:
Spruce up your profile with a custom avatar
Bamboo now has native support for custom avatars. Upload a custom image to add a little more flair to your profile and make it easier for others on your team to recognize and connect with you visually.
既知の問題
このセクションには、テストで発見されたすべての問題に関する情報を含みます。引き続き監視をしており、何か分かり次第こちらでお知らせします。
Change detection fails for SVN+SSH repositories
Due to an incompatibility between SVNKit and Apache Mina SSHD 2.10.0 and later, Bamboo can't check out code from SVN repositories over SSH. We're working on fixing this issue in an upcoming bug fix release.
As a temporary workaround, change your Subversion repository settings by replacing the SSH URL with an equivalent HTTP SVN address. For information on how to do this, see Subversion.
Bamboo 9.5.0 is incompatible with Docker Engine 25
Repository-stored Bamboo Specs don’t work with Docker Engine 25 in Bamboo 9.5.0. We've delivered a fix for this issue in Bamboo 9.5.1.
- BAM-25646Getting issue details... STATUS
解決済みの課題
Scroll through the list of the issues we’ve resolved throughout the lifecycle of Bamboo 9.5.
The resolution to issue BAM-25739 prevents Bitbucket Cloud triggering Bamboo builds using webhooks as an anoynmous user. To allow it, grant the View global permission to the Anonymous users or select Allow anonymous users to trigger remote repository change detection and Bamboo Specs detection on the Security administration page.