Container Image - v2.1.2
tomkerkhove
released this
29 Jun 08:22
·
84 commits
to main
since this release
Getting started
You can easily install the self-hosted gateway with Docker:
docker run -d -p 8080:8080 -p 8081:8081 --name <gateway-name> --envconfig.service.endpoint=<instance-name>.configuration.azure-api.net
config.service.auth=<auth-token> mcr.microsoft.com/azure-api-management/gateway:2.1.2
The following tags have been made available - latest
, v2
& 2.1.2
.
Learn how you can install it on other container platforms:
- Deploy self-hosted gateway on Kubernetes with Helm
- Deploy self-hosted gateway on Kubernetes with Azure Arc (Preview)
- Deploy self-hosted gateway on Kubernetes with YAML
What is new?
Features
None.
Fixes / Changes
- Fix for CVE-2022-28391 vulnerability (Critical Severity | details)
- Fix for CVE-2022-28391 vulnerability (Critical Severity | details)
- Fix for CVE-2018-25032 vulnerability (High Severity | details)
- Fix for CVE-2022-0778 vulnerability (High Severity | details)
- Fix for CVE-2021-37750 vulnerability (Medium Severity | details)
Breaking Changes
None.
Removal
None.