diff --git a/CHANGELOG.md b/CHANGELOG.md index 8716071a2..b5c6584e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ## [Unreleased](https://github.com/TykTechnologies/tyk-operator/tree/HEAD) - **Fixed** - Fixed panic of snapshot tool @@ -10,7 +9,10 @@ - Changed optional fields of type string and bool to pointers for APIDefinition and Security Policy Custom Resources **Added** -- Added possiblility to set base identity provider +- Added possibility to set base identity provider +- Added two new Status fields to ApiDefinition and Security Policy CRDs - `latestTykSpecHash` and `latestCRDSpecHash` +to store hash of the lastly reconciled resources. It will be used in comparison to determine sending Update calls +to Tyk Gateway or Dashboard or not. ## [v0.14.1](https://github.com/TykTechnologies/tyk-operator/tree/HEAD) [Full Changelog](https://github.com/TykTechnologies/tyk-operator/compare/v0.14.0...HEAD)