Skip to content

Commit

Permalink
Update operator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caroltyk authored Jan 24, 2025
1 parent 97e95ae commit 1f94175
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tyk-docs/content/developer-support/release-notes/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,20 @@ The `TykStreamsApiDefinition` custom resource allows you to manage Tyk Streams A
</li>
</ul>

##### Fixed

<ul>
<li>
<details>
<summary>SecurityPolicy: kind of referenced API definitions should have a default value</summary>

With `TykOasApiDefinition` support, we expect API references in SecurityPolicy to have `kind` field which can be either `ApiDefinition` or `TykOasApiDefinition`. However, the validation was failing if users were upgrading from v0.18 to v1.0 since the `kind` field is empty in the CR.

Updated CRD rules to add default value for kind field.
</details>
</li>
</ul>

---

## 1.0 Release Notes
Expand Down

0 comments on commit 1f94175

Please sign in to comment.