Sriharsha Chintalapani 28e4250001
Fix docs with upgrade instructions (#8985)
* Fix docs with upgrade instructions

* Update openmetadata-docs/content/deployment/upgrade/bare-metal.md

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

* Update openmetadata-docs/content/deployment/upgrade/bare-metal.md

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

* Updated kubernetes and docker upgrade (#8987)

* fix quotes

* fix quotes

* fix formatting

* Update kubernetes.md

* added missing quote

* Add latest release details

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2022-11-23 11:40:58 -08:00

44 lines
1.0 KiB
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/011-to-012"
>
Upgrade from 0.11 to 0.12 inplace.
</InlineCallout>
<InlineCallout
color="violet-70"
icon="10k"
bold="Upgrade 0.13"
href="/deployment/upgrade/versions/012-to-013"
>
Upgrade from 0.12 to 0.13 inplace.
</InlineCallout>
</InlineCalloutContainer>