TeamForge 23.0 Update 2 Release Notes
Release Information
Version | Released On |
---|---|
GA Version: 23.0.192 | Jun 20, 2023 |
Update 1: 23.0.236-413 | Nov 30, 2023 |
Update 2: 23.0.255-467 | Feb 05, 2024 |
Issues Fixed in TeamForge 23.0 Update 2 Release
- The Documents module is enhanced to address the following issues:
- Fixed—When creating or editing a document, you can now upload a file with the
.eml
extension under the Document Type section.
- Fixed—The document review page now lists open reviews at the top followed by closed reviews, all organized alphabetically by name.
- Fixed an issue in document review where a review created for a specific version was being duplicated across various review versions.
- Fixed—The Document Link in the old document review pop-up window now displays the corresponding document version, instead of the latest one.
- Fixed—The document versions summary table now correctly displays the review completion date and timestamp.
- Fixed—The document summary page no longer duplicates the required reviewer in the REVIEWERS column.
- Fixed—When creating or editing a document, you can now upload a file with the
- Fixed an issue in the Trackers module that prevented you from changing the artifact STATUS and attaching files.
- Fixed—The USER-ROLE MATRIX window now adjusts to the browser page.
Apply TeamForge 23.0 Update 2
TeamForge 23.0 Update 2 is now available. Apply TeamForge 23.0 Update 2 on your site if you are on TeamForge 23.0.
TeamForge add-on packages can remain installed when you apply TeamForge 23.0 Update 2. No updates are required. However, you should verify the compatibility of Add-ons applied to your site as some may be more specific to your site.
If you have any questions regarding compatibility or updating a specific add-on, contact Digital.ai Support.
You must log in as a root user to apply TeamForge 23.0 Update 2.
-
Stop TeamForge.
noteStop TeamForge on all the servers in a distributed setup.
teamforge stop
-
Skip this step if your site has internet access. This step is to configure TeamForge 23.0 Update 2 installation repository on sites without Internet access.
a. Contact the Digital.ai Support to get the auxiliary installer package for TeamForge 23.0 Update 2 disconnected installation and save it in
/tmp
.- Red Hat Enterprise Linux/CentOS 8.6 64 bit RPM package: CTF-Disconnected-media-23.0.255-467.rhel8.x86_64.rpm
- Red Hat Enterprise Linux/CentOS 7.9 64 bit RPM package: CTF-Disconnected-media-23.0.255-467.rhel7.x86_64.rpm
b. Back up the old repo file.
For example:
mv /etc/yum.repos.d/CTF-Disconnected-media-23.0.411.repo /etc/yum.repos.d/CTF-Disconnected-media-23.0.411.repo.cn_backup
c. Unpack the 23.0 Update 2 disconnected installation package.
rpm -Uvh <package-name>
d. Verify your yum configuration files.
yum list httpd
yum list apr -
Configure your TeamForge installation repository. This step is to configure TeamForge 23.0 Update 2 installation repository on sites with Internet access.
a. Remove the existing TeamForge repository package.
yum erase collabnet-teamforge-repo-23.0-0.noarch
b. Contact the Digital.ai Support and download the TeamForge 23.0 Update 2 installation repository package to
/tmp
.c. Install the Teamforge 23.0 Update 2 installation repository package.
yum install -y /tmp/collabnet-teamforge-repo-23.0-0.noarch.rpm
d. Refresh your repository cache.
yum clean all
-
Install the TeamForge 23.0 Update 2.
yum install teamforge
The above command installs all the TeamForge updates available in the CollabNet yum repository for TeamForge 23.0.
-
Check the
/opt/collabnet/teamforge/var/scm/gerrit/gitroot
directory. If it is empty, remove it manually.rm -rf gitroot
-
Deploy services.
teamforge provision
-
important
Do this if and only if you are upgrading from TeamForge 17.1 (or earlier) to 23.0 on a new hardware.
Update file permissions on your site's data.
teamforge apply-permissions
noteThis process can take a long time on sites with a lot of data.
-
Restart TeamForge.
teamforge restart