Skip to content

Container Image - v2.3.5

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 11 Oct 09:20
· 10 commits to main since this release
6241625

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

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

None.

Fixes / Changes

  • Fix a bug where loading configuration from Configuration API times out without capability to increase timeout
    • Configuration config.service.integration.timeout allows defining timeout, for example 00:05:00 for 5 minutes
  • Fix for CVE-2023-44487 vulnerability in our image (High severity | details | blog post)
  • Fix for CVE-2023-38039 vulnerability in our base image (High severity | details)
  • Fix for CVE-2023-44487 vulnerability in our base image (High severity | details)

Breaking Changes

None.

Removal

None.