Skip to content

Container Image - v2.5.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 11 Jan 14:23
· 6 commits to main since this release
ea09666

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.5.0

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

Fixes / Changes

  • Fix a bug where non-ASCII characters were not allowed in HTTP headers
  • Fix for CVE-2023-46218 vulnerability in our base image (Medium severity | details)
  • Fix for CVE-2023-46219 vulnerability in our base image (Medium severity | details)
  • Fix for CVE-2023-5678 vulnerability in our base image (Medium severity | details)
  • Various improvements

Breaking Changes

None.

Removal

None.