Pere Miquel Brull bc3934f668
Docs - Add update highlights (#7148)
* Add update highlights

* Update openmetadata-docs/content/deployment/upgrade/versions/011-to-012.md

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* Added note regarding Snowflake multithreading for the profiler

* Airflow version upgrade

* Add link

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2022-09-06 07:19:27 +02:00

36 lines
863 B
Markdown

---
title: Upgrade Version Instructions
slug: /deployment/upgrade/versions
---
## Upgrade for a specific version
You can find further information about specific version upgrades in the following sections:
<InlineCalloutContainer>
<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>
<InlineCallout
color="violet-70"
icon="10k"
bold="Upgrade 0.10"
href="/deployment/upgrade/versions/010-to-011"
>
Upgrade from 0.10 to 0.11 inplace.
</InlineCallout>
<InlineCallout
color="violet-70"
icon="10k"
bold="Upgrade 0.12"
href="/deployment/upgrade/versions/010-to-011"
>
Upgrade from 0.11 to 0.12 inplace.
</InlineCallout>
</InlineCalloutContainer>