What's New in This Guide
This section introduces the documentation updates for release 24.1.x.
Release 24.1.0 - F93419-02, July 2024
- Updated cnDBTier versions in the cnDBTier Requirement section to list the cnDBTier versions that are compatible with BSF 24.1.0.
Release 24.1.0 - F93419-01, April 2024
- Updated the release version number to 24.1.0.
- Updated the Installing BSF Package section to provide information on how to install BSF 24.1.0.
- Updated procedure for upgrading to BSF 24.1.0 from any of the previous supported versions, see Upgrading BSF section.
- Updated procedure for rolling back BSF from 24.1.0 to a previous supported version, see Rolling Back BSF section.
- Added OCCM Requirements to list requirements for deploying BSF integration with OCCM.
- Added details of the following configuration parameters to Configuring Ingress Gateway:
- ingress-gateway.enableIncomingHttps
- ingress-gateway.service.ssl.privateKey.k8SecretName
- ingress-gateway.service.ssl.privateKey.k8NameSpace
- ingress-gateway.service.ssl.privateKey.rsa.fileName
- ingress-gateway.service.ssl.certificate.k8SecretName
- ingress-gateway.service.ssl.certificate.k8NameSpace
- ingress-gateway.service.ssl.certificate.rsa.fileName
- ingress-gateway.service.ssl.caBundle.k8SecretName
- ingress-gateway.service.ssl.caBundle.k8NameSpace
- ingress-gateway.service.ssl.caBundle.fileName
- ingress-gateway.service.ssl.keyStorePassword.k8SecretName
- ingress-gateway.service.ssl.keyStorePassword.k8NameSpace
- ingress-gateway.service.ssl.keyStorePassword.fileName
- ingress-gateway.service.ssl.trustStorePassword.k8SecretName
- ingress-gateway.service.ssl.trustStorePassword.k8NameSpace
- ingress-gateway.service.ssl.trustStorePassword.fileName
- Added details of the following configuration parameters to Configuring Egress Gateway:
- egress-gateway.sniHeader.enabled
- egress-gateway.enableOutgoingHttps
- egress-gateway.egressGwCertReloadEnabled
- egress-gateway.egressGwCertReloadPath
- egress-gateway.service.ssl.privateKey.k8SecretName
- egress-gateway.service.ssl.privateKey.k8NameSpace
- egress-gateway.service.ssl.privateKey.rsa.fileName
- egress-gateway.service.ssl.privateKey.ecdsa.fileName
- egress-gateway.service.ssl.certificate.k8SecretName
- egress-gateway.service.ssl.certificate.k8NameSpace
- egress-gateway.service.ssl.certificate.rsa.fileName
- egress-gateway.service.ssl.certificate.ecdsa.fileName
- egress-gateway.service.ssl.caBundle.k8SecretName
- egress-gateway.service.ssl.caBundle.k8NameSpace
- egress-gateway.service.ssl.caBundle.fileName
- egress-gateway.service.ssl.keyStorePassword.k8SecretName
- egress-gateway.service.ssl.keyStorePassword.k8NameSpace
- egress-gateway.service.ssl.keyStorePassword.fileName
- egress-gateway.service.ssl.trustStorePassword.k8SecretName
- egress-gateway.service.ssl.trustStorePassword.k8NameSpace
- egress-gateway.service.ssl.trustStorePassword.fileName
- Added the details of following Helm Parameters to Configuring Ingress Gateway section to support SSL TLS version and allowed Cipher
list:
- ingress-gateway.service.ssl.tlsVersion
- ingress-gateway.allowedCipherSuites
- ingress-gateway.cipherSuites
- Added the details of following Helm Parameters to Configuring Egress Gateway section to support SSL TLS version and allowed Cipher list:
- egress-gateway.service.ssl.tlsVersion
- egress-gateway.allowedCipherSuites
- egress-gateway.cipherSuites
- Added the details of following Helm Parameters to Configuring NRF client section to support readiness and liveness probes:
- global.nrfClientCommonServicePort
- nrf-client.nrf-client-nfdiscovery.readinessProbe.httpGet.port
- nrf-client.nrf-client-nfdiscovery.livenessProbe.httpGet.port
- nrf-client.nrf-client-nfmanagement.readinessProbe.httpGet.port
- nrf-client.nrf-client-nfmanagement.livenessProbe.httpGet.port