mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-11 08:07:38 +02:00
docs: add upgrade guide
This commit is contained in:
parent
dc2eb9668c
commit
3ee23e3308
2 changed files with 19 additions and 1 deletions
|
@ -45,7 +45,7 @@ function docsSidebar(title) {
|
|||
{
|
||||
title,
|
||||
collapsable: false,
|
||||
children: ["", "identity-providers", "signed-headers", "certificates", "examples"]
|
||||
children: ["", "identity-providers", "signed-headers", "certificates", "examples", "upgrading"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
18
docs/docs/upgrading.md
Normal file
18
docs/docs/upgrading.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Upgrading
|
||||
description: >-
|
||||
This page contains the list of deprecations and important or breaking changes
|
||||
for Pomerium. Please read it carefully.
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
## Since 0.0.4
|
||||
|
||||
This page contains the list of deprecations and important or breaking changes for pomerium `v0.0.4` compared to `v0.0.5`. Please read it carefully.
|
||||
|
||||
### X
|
||||
|
||||
### Y
|
||||
|
||||
### Z
|
Loading…
Add table
Add a link
Reference in a new issue