docs: update changelog and upgrade notes for enterprise v0.17 (#3105)

This commit is contained in:
Travis Groth 2022-03-09 10:02:39 -05:00 committed by GitHub
parent f9e4d184a8
commit f1cc612f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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