diff --git a/docs/enterprise/changelog.md b/docs/enterprise/changelog.md index 498f7167b..d9448a1f3 100644 --- a/docs/enterprise/changelog.md +++ b/docs/enterprise/changelog.md @@ -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 diff --git a/docs/enterprise/install/helm.md b/docs/enterprise/install/helm.md index 12cbc1e98..b46e21ada 100644 --- a/docs/enterprise/install/helm.md +++ b/docs/enterprise/install/helm.md @@ -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 diff --git a/docs/enterprise/upgrading.md b/docs/enterprise/upgrading.md index 26e342a87..c2fc8a453 100644 --- a/docs/enterprise/upgrading.md +++ b/docs/enterprise/upgrading.md @@ -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