Tyk Operator 1.1 Release Notes
Last updated: 2 minutes read.
Licensed Protected Product
This page contains all release notes for version 1.1.X displayed in a reverse chronological order
Support Lifetime
Our minor releases are supported until our next minor comes out.
1.1.0 Release Notes
Release Date 09 December 2024
Release Highlights
Support for Tyk Streams API
Tyk Operator v1.1 supports management of Tyk Streams APIs through the new TykStreamsApiDefinition
custom resource. This allows you to have declarative, versioned, and fully automated control to your streaming APIs.
Breaking Changes
This release has no breaking changes.
Dependencies
3rd Party Dependencies & Tools
Third Party Dependency | Tested Versions | Compatible Versions | Comments |
---|---|---|---|
Kubernetes | 1.26.x to 1.30.x | 1.19.x to 1.30.x |
Given the time difference between your upgrade and the release of this version, we recommend customers verify the ongoing support of third-party dependencies they install, as their status may have changed since the release.
Deprecations
There are no deprecations in this release.
Upgrade instructions
Tyk Operator v1.1 introduced new Custom Resource Definitions (CRDs). Before upgrading to Tyk Operator v1.1 with Helm Chart, please run the following commands to install the CRDs:
$ kubectl apply -f https://raw.githubusercontent.com/TykTechnologies/tyk-charts/refs/heads/main/tyk-operator-crds/crd-v1.1.0.yaml
Go to the Upgrading Tyk Operator section for detailed upgrade instructions.
Downloads
- Docker image v1.1.0
-
docker pull tykio/tyk-operator:v1.1.0
-
- Helm chart
- tyk-charts v2.2.0
Changelog
Added
-
TykStreamsApiDefinition: new Custom Resource for Tyk Streams
The
TykStreamsApiDefinition
custom resource allows you to manage Tyk Streams APIs directly within your Kubernetes environment. This enhancement offers a Kubernetes-native approach to managing Tyk APIs, streamlining operations and ensure single source of truth in Kubernetes.
Further Information
Upgrading Tyk
Please refer to the upgrading Tyk page for further guidance on 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.