mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
Update enterprise changelog for v0.16.0 (#2977)
* Update enterprise changelog for v0.16.0 * fmt Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> * Update upgrading.md Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
64ee7eca5c
commit
8b755a36b3
2 changed files with 40 additions and 7 deletions
|
@ -3,7 +3,34 @@ title: Changelog
|
||||||
sidebarDepth: 0
|
sidebarDepth: 0
|
||||||
---
|
---
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.16.0
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
- Devices: It is now possible to manage, enroll, approve, and write authorization policy for device identity.
|
||||||
|
- Signing keys can now be dynamically pulled from the Authenticate service's JWKS endpoint.
|
||||||
|
- Added the ability to write PPL policy for HTTP method and path contexts.
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
|
||||||
|
- Policies can now incorporate device identity and approval status.
|
||||||
|
- Routes certificate UI now shows the matching TLS certificate used.
|
||||||
|
- Routes now has Kubernetes service account token field
|
||||||
|
- Metric addresses are now shown in the runtime info dashboard.
|
||||||
|
- Envoy was upgraded to 1.20.1.
|
||||||
|
- The code editor now supports dark mode.
|
||||||
|
- Various UI style improvements and fixes.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- `--tls-insecure-skip-verify` was not applied to databroker connections.
|
||||||
|
- Fixed a bug in the host rewrite code (thank you @rankinc for reporting).
|
||||||
|
- Fixed a bug in the way timeout fields were being displayed.
|
||||||
|
- Fixed a bug in the way route header fields were being ordered.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
## 0.15.2
|
## 0.15.2
|
||||||
|
|
||||||
|
@ -46,10 +73,10 @@ sidebarDepth: 0
|
||||||
- Various other bug fixes and improvements.
|
- Various other bug fixes and improvements.
|
||||||
|
|
||||||
[`signing key`]: /reference/readme.md#signing-key
|
[`signing key`]: /reference/readme.md#signing-key
|
||||||
[Telemetry]: /enterprise/reference/reports.md#traffic
|
[google cloud serverless]: /reference/readme.md#enable-google-cloud-serverless-authentication
|
||||||
|
[policies]: /enterprise/reference/manage.md#policies-2
|
||||||
[policy language]: /enterprise/reference/manage.md#pomerium-policy-language
|
[policy language]: /enterprise/reference/manage.md#pomerium-policy-language
|
||||||
[Google Cloud Serverless]: /reference/readme.md#enable-google-cloud-serverless-authentication
|
|
||||||
[SPDY]: /reference/readme.md#spdy
|
|
||||||
[runtime]: /enterprise/reference/reports.md#runtime
|
[runtime]: /enterprise/reference/reports.md#runtime
|
||||||
[Policies]: /enterprise/reference/manage.md#policies-2
|
[service accounts]: /enterprise/concepts.md#service-accounts
|
||||||
[Service Accounts]: /enterprise/concepts.md#service-accounts
|
[spdy]: /reference/readme.md#spdy
|
||||||
|
[telemetry]: /enterprise/reference/reports.md#traffic
|
||||||
|
|
|
@ -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.16.0
|
||||||
|
|
||||||
|
## Before You Upgrade
|
||||||
|
|
||||||
|
- Configuring `signing-key` has been replaced by setting `authenticate-service-url`. The [signing key] will be automatically retrieved by Pomerium Enterprise Console. `signing-key` will continue to work, however `authenticate-service-url` is required for device enrollment.
|
||||||
|
|
||||||
## 0.15.0
|
## 0.15.0
|
||||||
|
|
||||||
### Before You Upgrade
|
### Before You Upgrade
|
||||||
|
@ -28,4 +34,4 @@ When new version of Pomerium Enterprise are released, check back to this page be
|
||||||
helm upgrade --install pomerium-console pomerium/pomerium-console --values=./pomerium-console-values.yaml
|
helm upgrade --install pomerium-console pomerium/pomerium-console --values=./pomerium-console-values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
- As noted above, `signing-key` must be shared between Pomerium and Enterprise. See the [Update Pomerium](/enterprise/install/helm.md#update-pomerium) section of [Install Pomerium Enterprise in Helm](/enterprise/install/helm.md) for more information.
|
- As noted above, `signing-key` must be shared between Pomerium and Enterprise. See the [Update Pomerium](/enterprise/install/helm.md#update-pomerium) section of [Install Pomerium Enterprise in Helm](/enterprise/install/helm.md) for more information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue