mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
docs: update changelog and upgrade notes for enterprise v0.17 (#3105)
This commit is contained in:
parent
f9e4d184a8
commit
f1cc612f5d
3 changed files with 16 additions and 0 deletions
|
@ -5,6 +5,15 @@ sidebarDepth: 0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.17.0
|
||||||
|
|
||||||
|
### New
|
||||||
|
- Pomerium Enterprise now requires a valid license to start.
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
|
||||||
|
- Route and Policy screens have been redesigned for better UX.
|
||||||
|
|
||||||
## 0.16.0
|
## 0.16.0
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
|
@ -117,6 +117,7 @@ This setup assumes an existing certificate solution using cert-manager, as descr
|
||||||
administrators: "youruser@yourcompany.com" #This is a hard-coded access, remove once setup is complete
|
administrators: "youruser@yourcompany.com" #This is a hard-coded access, remove once setup is complete
|
||||||
signingKey: "ZZZZZZZ" #This base64-encoded key is shared with open-source Pomerium
|
signingKey: "ZZZZZZZ" #This base64-encoded key is shared with open-source Pomerium
|
||||||
audience: console.localhost.pomerium.com # This should match the "from" value in your Pomerium route, excluding protocol.
|
audience: console.localhost.pomerium.com # This should match the "from" value in your Pomerium route, excluding protocol.
|
||||||
|
licenseKey: "XXXYYYYZZZZ" # This should be provided by your account team.
|
||||||
tls:
|
tls:
|
||||||
existingCASecret: pomerium-tls
|
existingCASecret: pomerium-tls
|
||||||
caSecretKey: ca.crt
|
caSecretKey: ca.crt
|
||||||
|
|
|
@ -10,6 +10,12 @@ description: >-
|
||||||
|
|
||||||
When new version of Pomerium Enterprise are released, check back to this page before you upgrade.
|
When new version of Pomerium Enterprise are released, check back to this page before you upgrade.
|
||||||
|
|
||||||
|
## 0.17.0
|
||||||
|
|
||||||
|
## Before You Upgrade
|
||||||
|
|
||||||
|
- The new `license-key` option is required for starting Pomerium Enterprise. Please contact your account team if you have not been issued one yet.
|
||||||
|
|
||||||
## 0.16.0
|
## 0.16.0
|
||||||
|
|
||||||
## Before You Upgrade
|
## Before You Upgrade
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue