What's New in This Guide

This section introduces the documentation updates for release 24.3.x.

Release 24.3.0 - G11952-01, October 2024

General Updates:
  • Updated the release number to 24.3.0 in the entire document.
  • Added a note about intermediate CA bundle support at SCP for the following Helm parameters in the Global Parameters section:
    • sbiProxySslConfigurations.server.primary.caBundle.fileName
    • sbiProxySslConfigurations.server.secondary.caBundle.fileName
    • sbiProxySslConfigurations.client.primary.caBundle.fileName
    • sbiProxySslConfigurations.client.secondary.caBundle.fileName
Installation Updates:
  • Removed the following ciphers from ddSslConfiguration.cipherSuitesTlsV1_2, sbiProxySslConfigurations.client[0].cipherSuitesTlsV1_3, and sbiProxySslConfigurations.server.cipherSuitesTlsV1_2 Helm parameters in the Global Parameters section:
    • TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
    • TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
  • Added the following Helm parameters in the Global Parameters section as part of the Support for TLS feature:
    • tlsSessionResumptionDisabled to disable TLS session resumption.
    • clientDisabledExtensions to disable the extensions in HTTPS communication with client.
    • serverDisabledExtensions to disable the extensions in HTTPS communication with server.
    • clientAllowedSignatureSchemes specifies the signature schemes permitted by the client for HTTPS communication.
    • serverAllowedSignatureSchemes specifies the signature schemes permitted by the server for HTTPS communication.
    • allowedNamedGroups to list the allowed name groups in HTTPS communication.
  • Updated the following parameters in the SCP-Worker Parameters section:
    • Updated the default value of scp-worker.tracingenable from true to "false".
    • Updated the default sampling rate of scp-worker.traceSampling from 0.1 to "0.001".
  • Updated the following parameters in the SCP-Mediation Parameters section:
    • Updated the default value of scp-mediation.jaegerTracingEnabled from true to "false".
    • Updated the default sampling rate of scp-mediation.otel.jaeger.probabilisticSamplingRate from 0.5 to "0.001".
Upgrade, Rollback, and Uninstall Updates: