Skip to main content
logoTetrate Service BridgeVersion: 1.11.x

Upgrading TSB

Managing TSB Upgrades - a quick overview

  • Upgrade your Management Plane minor release at least once per year, to stay within the (N-2) support policy
  • Upgrade your Control Plane versions to stay within the N-2 compatibility range of your Management Plane version

Staying up-to-date with the latest releases in your selected minor version:

  • ensures compatibility and avoids complications such as the OpenCensus/OTEL change and the need to upgrade to later calendar versions at each stage
  • provides access to the latest features and security updates.

This document explains the potential complications that you should be aware of before upgrading, and the recommended practices.

Which TSB Management Planes support which Control Plane clusters?

TSB follows an 'N-2' policy for compatibility and stability across platform versions. This assures that the latest 1.N.x release of the TSB Management Plane (MP) is fully compatible with the latest Control Plane (CP) versions released up to two versions prior 1.(N-2).x.

Good Upgrade Practice

It is good practice and recommended to:

  • Maintain your chosen Management Plane release at the latest point release for your chosen minor release
  • Ensure that Control Plane clusters are maintained at the latest point release, and do not fall more than 2 minor versions (1.(N-2)) behind the management plane

OpenCensus and OTEL support in TSB 1.11.5

Prior to release 1.11.5, TSB relied on OpenCensus to transmit metrics from Control Plane clusters to Management Plane clusters. OpenCensus has been sunsetted, and from this release onwards, Control Plane clusters will use OTEL to transmit metrics to the Management Plane. To ease migration, the TSB Management Plane will support both OpenCensus and OTEL to meet the N-2 support commitment:

ReleaseManagement PlaneControl Plane
1.16.xOTELOTEL
1.15.xOTEL and OpenCensusOTEL
1.14.xOTEL and OpenCensusOTEL
1.13.1+OTEL and OpenCensusOTEL
1.13.0OpenCensusOpenCensus
1.12.7+OTEL and OpenCensusOTEL
1.12.0-6OpenCensusOpenCensus
1.11.5+OTEL and OpenCensusOTEL
1.11.0-4OpenCensusOpenCensus

As a general rule, an older Control Plane version (using OpenCensus) will function correctly with a newer Management Plane instance, provided the (N-2) compatibility is met.

OpenCensus support in the Management Plane may be disabled in two situations:

  • New Management Plane installations will only enable OTEL support. Matching control plane installations will use OTEL, so no compatibility issues should arise
  • An administrator can explicitly disable the legacy OpenCensus support in the MP, using the components.collectors.enableOpencensusBackwardsCompatibility: false flag in the Management Plane custom resource. They may wish to do this once all CP instances have been verified to use OTEL

What Upgrade Paths are supported?

TSB Management Plane and Control Plane instances can be upgraded in-place from releases up to 2 minor versions behind (N-2). For example, a 1.8.x installation can be upgraded to 1.10.x, but should not be directly upgraded to 1.11.x. If you wish to upgrade by more than 2 minor versions, you should first upgrade to an intermediate release.

There are two important caveats to bear in mind:

  • Always upgrade the Management Plane first. The Control Plane version must not exceed the Management Plane version. For example, a control plane 1.11.1 is not supported with a Management Plane 1.11.0.
  • Always upgrade to a later calendar release. Tetrate make point releases for each supported version, which include current CVE fixes and necessary dependency updates. For example, a recent 1.10.4 release may contain fixes not present in an earlier 1.11.0 release. To enforce good security hygiene, you cannot upgrade to an earlier release, even if it has a later minor version number.
Good Upgrade Practice

It is always safe to upgrade to the latest point release in your chosen minor release. Doing so will avoid complications from the 'later calendar release' requirement.

Planning your Upgrades

Always upgrade the Management Plane first. When planning to upgrade to a version, e.g. 1.11.1, upgrade the Management Plane first, and then upgrade your control plane clusters to this version.

Always upgrade to the latest point release in your chosen minor version. For example, if you are running TSB version 1.10.x, always upgrade to the latest point release in that version to ensure that you meet the 'later calendar release' requirement.