Helix TeamHub 2023.1 release notes

Helix TeamHub

Released: April 2023

Upgrade instructions

Ensure you are using Helix TeamHub 2022.2 or later before upgrading to 2023.1.

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: "4.4" } )'

  3. Verify the featureCompatibilityVersion is reported as version 4.4:

  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 4.4 > /var/opt/hth/db/mongodb-fcv

Enhancements

  • Upgrade Git to 2.39.2.

  • Upgrade Mercurial to 6.3.3.

  • Upgrade MongoDB to 5.0.15.

  • Upgrade Redis 7.0.9.

  • Upgrade Apache to 2.4.56.

  • Upgrade OpenSSL 1.1.1t.

  • Upgrade Rails to 7.0.4.2.

  • Upgrade Ruby 2.7.7.

  • Upgrade Python 3.11.2.

  • Upgrade Curl to 7.88.0.

  • Upgrade bundled OpenSSH to 9.2p1.

Bug fixes

  • Important security fixes.

  • Tooltips were not shown correctly.

  • Emoji panel was not visible in code review discussions.

  • Company settings view did not render correctly for longer company names.

Command-line interface (CLI)

Released: July 2023

Enhancements

  • Use the admin command to deploy Helix Digital Asset Management (DAM)

The admin command to deploy Helix DAM is currently a Technology Preview. Features offered in Technology Preview are experimental and not guaranteed to always work as expected. If you have feedback and functionality suggestions, email techpreview@perforce.com