Release Notes

Release notes for v1.7 releases.

1.7.2

  • Add support for DataPower firmware version 10.5.2.0, available in the 10.5-cd channel.

1.7.1

  • Add support for DataPower firmware version 10.5.0.7, available in the 10.5-lts channel.
  • Add support for DataPower firmware version 10.5.0.6, available in the 10.5-lts channel.
  • Add support for DataPower firmware version 10.5.0.5R, available in the 10.5-lts channel.
  • Add support for DataPower firmware version 10.5.0.4R, available in the 10.5-lts channel.
  • Add support for DataPower firmware version 10.0.1.15, available in the 10.0-lts channel.
  • Add support for DataPower firmware version 10.0.1.14, available in the 10.0-lts channel.

1.7.0

Version 1.7.0 includes all features, bug fixes, and changes from version 1.6.7 and prior.

Enhancements

  • Add support for DataPower firmware version 10.5.1.0, available in the 10.5-cd channel.

Platform

  • Add support for Kubernetes 1.27.

DataPowerService API changes

Several changes were made to the domains spec in the v1beta3 API, including:

  • dpApp is now optional.
  • dpApp.config is now optional.

The goal of these changes is to make working with the domains spec as flexible as possible. Now, the only required field is name, and providing only this field is enough to create a domain in the DataPower operand. Optionally, any other properties can be provided (dpApp, certs, settings, passwordMap, etc.) to incrementally build up your domain's configuration as desired.

A new property, env, has been added to jaegerTracing to allow for customization of the jaeger-tracing-agent container environment variables.

Fixes

  • Fix an issue in the DataPowerService v1beta3 API validation webhook which would cause validation failures when running on an unsupported OCP version (e.g. 4.11). Instead, this is now raised as a Warning condition on the DataPowerService custom resource.
  • Fix an issue which caused changes to the DataPowerService jaegerTracing spec to not be reconciled to the StatefulSet.
  • Fix an issue in which the DataPowerService status.labelSelector was not kept up-to-date.
    • In addition, this field's value is now a minimal set of labels similar to what's used in the StatefulSet's headless Service.

Deprecations

  • Operations Dashboard (odTracing) provided as part of IBM Cloud Pak for Integration is deprecated.
  • Grafana provided as part of IBM Cloud Pak for Integration is deprecated.