mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +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
|
||||
|
||||
## 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
|
||||
|
||||
### 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
|
||||
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.
|
||||
licenseKey: "XXXYYYYZZZZ" # This should be provided by your account team.
|
||||
tls:
|
||||
existingCASecret: pomerium-tls
|
||||
caSecretKey: ca.crt
|
||||
|
|
|
@ -10,6 +10,12 @@ description: >-
|
|||
|
||||
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
|
||||
|
||||
## Before You Upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue