Skip to content

Commit

Permalink
Update operator-0.17.md
Browse files Browse the repository at this point in the history
  • Loading branch information
letzya authored Apr 5, 2024
1 parent 1495ddb commit 7100c6c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are no deprecations in this release.
Go to the [Upgrading Tyk Operator]({{<ref "tyk-stack/tyk-operator/installing-tyk-operator#upgrading-tyk-operator">}}) section for detailed upgrade Instructions.

#### Release Highlights
This release added support for GraphQLIntrospectionConfig in ApiDefinition and fixed an issue where the Tyk Operator creates duplicate APIs on Tyk.
This release added support for `GraphQLIntrospectionConfig` in API definition and fixed an issue where the Tyk Operator creates duplicate APIs on Tyk.

For details please refer to the [changelog]({{< ref "#Changelog-v0.17.0">}}) below.

Expand All @@ -42,9 +42,9 @@ For details please refer to the [changelog]({{< ref "#Changelog-v0.17.0">}}) bel
<ul>
<li>
<details>
<summary>Fixed creating duplicated APIDefinitions on Tyk </summary>
<summary>Fixed creating duplicated API definitions on Tyk </summary>

Fix creating duplicated APIDefinitions on Tyk in case of cluster failures. If network errors happen while updating the API Definition, the Tyk Operator retries the reconciliation based on the underlying error type.
Fix creating duplicated API definitions on Tyk in case of cluster failures. If network errors happen while updating the API definition, the Tyk Operator retries the reconciliation based on the underlying error type.
</details>
</li>
</ul>
Expand All @@ -54,9 +54,9 @@ Fix creating duplicated APIDefinitions on Tyk in case of cluster failures. If ne
<ul>
<li>
<details>
<summary>Added support of GraphQLIntrospectionConfig in ApiDefinition CRD </summary>
<summary>Added support of GraphQLIntrospectionConfig in API definition CRD </summary>

Added to ApiDefinition CRD: support of GraphQLIntrospectionConfig field at `graphql.introspection.disabled`. This feature will be enabled in future Tyk releases.
Added to ApiDefinition CRD: support of `GraphQLIntrospectionConfig` field at `graphql.introspection.disabled`. This feature will be enabled in future Tyk releases.
</details>
</li>
</ul>
Expand Down

0 comments on commit 7100c6c

Please sign in to comment.