Releases: Azure/api-management-self-hosted-gateway
Container Image - v2.3.6
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.6
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
Here are other relevant resources:
- Authenticate self-hosted gateway with Azure AD
- Self-hosted gateway on Microsoft Artifact Registry
- Migrate to self-hosted gateway v2
- Our image tagging strategy
What is new?
Features
None.
Fixes / Changes
- Fix a bug where certificate revocation list (CRL) validation is on by default, which is a breaking change
- Configuration
security.certificate-revocation.validation.enabled
allows customers to turn it on by default - There is a known issue where getting CRL through HTTP proxy with basic authentication is not working
- Configuration
- Fix for CVE-2023-36414 vulnerability in our image (High severity | details)
- Fix for CVE-2023-38545 vulnerability in our base image (High severity | details)
- Fix for CVE-2023-38546 vulnerability in our base image (Medium severity | details)
Breaking Changes
None.
Removal
None.
Helm Chart - v1.7.5
Chart: v1.7.5 | App: v2.3.5
What is new?
Features
- Use container image v2.3.5 (release notes)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
New Contributors
None.
Full Changelog: v1.7.4...v1.7.5
Helm Chart - v1.7.4
Chart: v1.7.4 | App: v2.3.4
What is new?
Features
- Use container image v2.3.4 (release notes)
Fixes / Changes
None.
Breaking Changes
We do apologize but a breaking change slipped in to this patch release:
- Ingress resource has been removed and needs to be manually created
Removal
None.
New Contributors
None.
Full Changelog: v1.7.3...v1.7.4
Container Image - v2.3.5
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:
- 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
Here are other relevant resources:
- Authenticate self-hosted gateway with Azure AD
- Self-hosted gateway on Microsoft Artifact Registry
- Migrate to self-hosted gateway v2
- Our image tagging strategy
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 example00:05:00
for 5 minutes
- Configuration
- 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.
Container Image - v2.3.4
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.4
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
Here are other relevant resources:
- Authenticate self-hosted gateway with Azure AD
- Self-hosted gateway on Microsoft Artifact Registry
- Migrate to self-hosted gateway v2
- Our image tagging strategy
What is new?
Features
None.
Fixes / Changes
- Fix for CVE-2023-36799 vulnerability in our image (Medium severity | details)
- Use Alpine 3.18
Breaking Changes
None.
Removal
None.
Helm Chart - v1.7.3
Chart: v1.7.3 | App: v2.3.3
What is new?
Features
- Use container image v2.3.3 (release notes)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
New Contributors
None.
Full Changelog: v1.7.2...v1.7.3
Container Image - v2.3.3
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.3
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
Here are other relevant resources:
- Authenticate self-hosted gateway with Azure AD
- Self-hosted gateway on Microsoft Artifact Registry
- Migrate to self-hosted gateway v2
- Our image tagging strategy
What is new?
Features
None.
Fixes / Changes
- Fix for CVE-2023-33170 vulnerability in our image (High severity | details)
- Fix for CVE-2023-35945 vulnerability in our image (High severity in base image | details)
- Fix for CVE-2023-3446 vulnerability in our image (Medium severity in base image | details)
- Fix for CVE-2023-3446 vulnerability in our image (Medium severity in base image | details)
- Fix for CVE-2023-3817 vulnerability in our image (Medium severity in base image | details)
Breaking Changes
None.
Removal
None.
Helm Chart - v1.7.2
Chart: v1.7.2 | App: v2.3.2
What is new?
Features
- Use container image v2.3.2 (release notes)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
New Contributors
None.
Full Changelog: v1.7.1...v1.7.2
Helm Chart - v1.7.1
Chart: v1.7.1 | App: v2.3.1
What is new?
Features
- Use container image v2.3.1 (release notes)
Fixes / Changes
None.
Breaking Changes
None.
Removal
None.
New Contributors
None.
Full Changelog: v1.7.0...v1.7.1
Container Image - v2.3.2
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.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
Here are other relevant resources:
- Authenticate self-hosted gateway with Azure AD
- Self-hosted gateway on Microsoft Artifact Registry
- Migrate to self-hosted gateway v2
- Our image tagging strategy
What is new?
Features
None.
Fixes / Changes
- Fix for CVE-2023-1428 vulnerability in our image (High Severity | details)
- Fix for CVE-2023-32731 vulnerability in our image (High Severity | details)
- Fix for CVE-2022-26907 vulnerability in our image (High Severity | details)
- Fix for CVE-2023-32732 vulnerability in our image (Moderate Severity | details)
Breaking Changes
None.
Removal
None.