Tyk Operator 0.16 Release Notes

Last updated: 2 minutes read.

Open Source (Mozilla Public License)

This page contains all release notes for version 0.16 displayed in reverse chronological order

Support Lifetime

Our minor releases are supported until our next minor comes out.

0.16.0 Release Notes

Release date 12 Jan 2024

Breaking Changes

This release has no breaking changes.

Deprecations

There are no deprecations in this release.

Upgrade Instructions

While upgrading Tyk Operator release via Helm, please make sure that the latest CRDs are also applied on the cluster, as follows:

kubectl apply -f https://raw.githubusercontent.com/TykTechnologies/tyk-operator/v0.16.0/helm/crds/crds.yaml

Release Highlights

This release added support for analytics plugin, UDG global header, and detailed tracing setting in ApiDefinition as detailed in the changelog below.

Downloads

Changelog

Added
  • Added imagePullSecrets configuration for ServiceAccount in Tyk Operator Helm chart

    Added imagePullSecrets configuration for ServiceAccount in Tyk Operator Helm chart. It allows user to pull image from a private registry.

  • Added tyk to categories field of CRDs

    Added tyk to categories field of CRDs. So, from now on, all CRs related to Tyk Operator is grouped into tyk category and can be displayed via kubectl get tyk.

  • Added support of UDG Global Header in ApiDefinition CRD

    Added to ApiDefinition CRD: support for UDG Global Header at spec.graphql.engine.global_headers object in ApiDefinition CRD. This feature is compatible with Tyk 5.2 or above.

  • Added support of detail tracing in ApiDefinition CRD

    Added to ApiDefinition CRD: support for detail tracing configuration at spec.detailed_tracing field in ApiDefinition CRD. Enable it for the API if you want to get detail span for each middleware involved in request processing.

Updated
  • Updated Go version to 1.21

    Updated Go version to 1.21

Fixed
  • Fixed security policy handling in OSS mode

    Fixed a bug that prevents Tyk Operator to work with SecurityPolicy in OSS Mode. Now, SecurityPolicy controller will not modify spec.MID (_id) field in SecurityPolicy

Further Information

Upgrading Tyk

Please refer to the upgrading Tyk page for further guidance with respect to the upgrade strategy.

FAQ

Please visit our Developer Support page for further information relating to reporting bugs, upgrading Tyk, technical support and how to contribute.

Earlier Versions Release Notes

Release Notes for Tyk Operator v0.15 and earlier can we found in Tyk Operator GitHub