Update index.md (#7349)

Add link to upgrade to 0.11 to 0.12
This commit is contained in:
Sriharsha Chintalapani 2022-09-08 12:37:56 -07:00 committed by GitHub
parent 422940b2c8
commit 4f8669e99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,13 @@ Once your metadata is safe, follow the required upgrade instructions:
You can find further information about specific version upgrades in the following sections:
<InlineCalloutContainer>
<InlineCallout
<InlineCallout
color="violet-70"
icon="10k"
bold="Upgrade 0.9"
href="/deployment/upgrade/versions/090-to-010"
bold="Upgrade 0.12"
href="/deployment/upgrade/versions/011-to-012"
>
Upgrade from 0.9 to 0.10. This is a backward incompatible upgrade!
Upgrade from 0.10 to 0.11 inplace.
</InlineCallout>
<InlineCallout
color="violet-70"
@ -75,4 +75,12 @@ You can find further information about specific version upgrades in the followin
>
Upgrade from 0.10 to 0.11 inplace.
</InlineCallout>
<InlineCallout
color="violet-70"
icon="10k"
bold="Upgrade 0.9"
href="/deployment/upgrade/versions/090-to-010"
>
Upgrade from 0.9 to 0.10. This is a backward incompatible upgrade!
</InlineCallout>
</InlineCalloutContainer>