Today, we are pleased to announce the availability of new version of Scala based Git centric software development platform GitBucket 4.31.0 and GitBucket 4.31.1! 4.31.0 offers many useful features as mentioned in this article. But since 4.31.1 which is bugfix release has been already available, we highly recommend to use it.

Docker support in CI plugin

gitbucket-ci-plugin now supports docker and docker-compose.

Docker build setting

Ducker build result

If administrator enables docker / docker-compose support, users will be able to be specify Dockerfile or docker-compose.yml to build. To use this feature, docker installation is required.

Verify GPG key signed commit

The result of verification of GPG signed commit is displayed in the list of commits.

Verify GPG key signed commit

Web API updates

OAuth2 Token (sent as a parameter) authentication is now supported for Web API access. Also following APIs have been added in this release:

OGP (Open Graph protocol) support

GitBucket generates meta tags defined by Open Graph protocol (e.g. og:title, og:image, etc). It’s useful when you share GitBucket URL on blog, social media or chat.

Username completion with avatars

Username completion became to display avatar at the front of username.

Username completion with avatars

In addition, this release contains some improvements like MySQL8 support and some bug fixes. See all closed issues in 4.30.0 and 4.30.1 to know details.

Enjoy GitBucket!