Changes since 0.30.0-rc1
- Mirror Maker 2 documentation improvements
- Fix unnecessary Service Account patching in every reconciliation when
imagePullSecret
are set on the Service Account - Update the Jaeger dependency in operators
pom.xml
All changes can be found under the 0.30.0 milestone.
Maven artifacts
To test the Maven artifacts which are part of this release, use the staging repository by including following in your pom.xml
:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1177</url>
</repository>
</repositories>
Upgrading from Strimzi 0.29
See the documentation for upgrade instructions.
Upgrading from Strimzi 0.22 or earlier
This release supports only the API version v1beta2
and CRD version apiextensions.k8s.io/v1
. If upgrading from Strimzi 0.22, migration to v1beta2
needs to be completed for all Strimzi CRDs and CRs before the upgrade to 0.30 is done! If upgrading from Strimzi version earlier than 0.22, you need to first install the CRDs from Strimzi 0.22 and complete the migration to v1beta2
for all Strimzi CRDs and CRs before the upgrade to 0.30 is done!
For more details about the CRD upgrades, see the documentation.