Helix TeamHub 2023.2 release notes

Helix TeamHub

Released: July 2023

Helix TeamHub 2023.2 introduces new way to create and manage webhooks. The existing hooks feature is still available, but will eventually be deprecated and replaced with the new webhooks.

Support for Ubuntu 18 was deprecated and packages are no longer provided.

Upgrade instructions

  1. Ensure you are using Helix TeamHub 2023.1 or later before upgrading to 2023.2.The following upgrade instructions are only needed when MongoDB is configured to use authentication:1. Before upgrading HTH package, execute the following on Combo or DB nodes (replace adminuser/adminpass with MongoDB admin credentials):

  2. /opt/hth/embedded/bin/mongo --username adminuser --password adminpass --port 4002 --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } )'

  3. Verify the featureCompatibilityVersion is reported as version 5.0:

  4. /opt/hth/embedded/bin/mongo --username adminuser --password adminpass --port 4002 --eval "db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )"

  5. Create the version file and then proceed with upgrading HTH.

  6. echo 5.0 > /var/opt/hth/db/mongodb-fcv

Enhancements

  • Create webhooks to notify external services about new commits to repositories.

  • Add support for Ubuntu 22.04.

  • Add support for Rocky 8.

  • Add support for Helix Core 2023.1.

  • Upgrade MongoDB to 6.0.6.

  • Upgrade Git to 2.40.1

  • Upgrade Docker registry to 2.8.2.

  • Upgrade OpenSSL 1.1.1u.

  • Upgrade bundled OpenSSH to 9.3p1.

  • Upgrade Curl to 8.1.2.

Bug fixes

  • Important security fixes.

  • External authentication link was not visible on the login page.

Command-line interface (CLI)

Released: September 2023

Enhancements

  • Added support for Helix DAM 2023.3.

  • Added support for Helix Search 2023.3.

  • Added support for Helix Plugin filter 2023.3.

  • Added support for Elasticsearch 7.17.12.