Skip to content

Container Image - v2.3.1

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 23 Jun 08:32
· 20 commits to main since this release
5a41436

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

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

None.

Fixes / Changes

  • Fix for CVE-2023-29331 vulnerability in our base image (High Severity | .NET announcement | details)
  • Fixed a bug where instance discovery through DNS was not consistent and use scheduled DNS synchronization instead
  • Fixed a bug where logs were duplicated and caused unneeded log volume

Breaking Changes

None.

Removal

None.