Skip to content

Releases: Azure/api-management-self-hosted-gateway

Helm Chart - v1.10.0

21 May 16:00
43ac6f0
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.10.0 | App: v2.6.0

What is new?

Features

  • Use container image v2.6.0 (release notes)
  • Automatically configure socket volume when using syslog (#283)
  • Introduce startup probe (#281 - Contributed by @RomanDvorsky 🙏 )
  • Introduce capability to dynamically allocate new node ports for load balancer service (#280 - Contributed by @allevimi 🙏)

Fixes / Changes

  • Use high-availability by default (#275)
  • Fix a bug where assigning 0 replicas was not applied (#277 - Contributed by @RomanDvorsky 🙏)

Breaking Changes

None.

Removal

None.

New Contributors

Full Changelog: v1.9.0...v1.10.0

Container Image - v2.6.0

21 May 16:00
43ac6f0
Compare
Choose a tag to compare

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

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

  • Support for gRPC APIs is now generally available (GA)
  • Support for Load Balancer is now generally available (GA)
  • Support for Circuit Breaker is now generally available (GA)
  • Introduce Azure OpenAI Token Limit policy and is generally available (GA)
  • Introduce Azure OpenAI Emit Token Metric policy and is generally available (GA)
  • Introduce Azure OpenAI Semantic Caching policy in public preview
  • Provide support for mounting authentication certificate through Azure Key Vault Secrets Store CSI Driver
  • Provide insights on HTTP version used when calling backend in API Inspector

Fixes / Changes

  • Improve logging related to local logging to better understand what is going on
  • Reduce log volume by omitting LoggerCouldNotBeResolved events related to Azure Monitor which is not supported
  • Fixed a bug where log lines were spread across multiple lines due to newline characters which causes log processors to fail (#190)
  • Fixed a bug where local request logs were no longer showing when loading from snapshot and logging on API was removed
  • Fixed a bug where cipher suite filtering was not honoured (#176)
  • Fixed a bug where startup was blocked when authentication has expired, which prevented new replicas to no longer start up with local backup
  • Fix for CVE-2024-21386 vulnerability in our image (Critical severity | details | #282)
  • Fix for CVE-2023-6129 vulnerability in our base image (Medium severity | details)
  • Fix for CVE-2024-0727 vulnerability in our base image (Medium severity | details)
  • Fix for CVE-2024-29992 vulnerability in our image (Unknown severity | details)
  • Fix for CVE-2024-27086 vulnerability in our base image (Low severity | details)
  • Fix for CVE-2024-2511 vulnerability in our base image (Low severity | details)
  • Fix for CVE-2023-6237 vulnerability in our base image (Low severity | details)
  • Various improvements

Breaking Changes

None.

Removal

None.

Helm Chart - v1.9.0

11 Jan 14:23
ea09666
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.9.0 | App: v2.5.0

What is new?

Features

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

New Contributors

None.

Full Changelog: v1.8.0...v1.9.0

Container Image - v2.5.0

11 Jan 14:23
ea09666
Compare
Choose a tag to compare

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.

Helm Chart - v1.8.0

07 Nov 13:21
2317483
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.8.0 | App: v2.4.0

What is new?

Features

  • Use container image v2.4.0 (release notes)
  • Provide support for enabling ingress controller (#245, experimental)
  • Provide support for IngressClass resource (#245, experimental)
  • Provide capability to configure DNS suffix for ingress controller (#258, experimental)

Fixes / Changes

  • Provide capability to ignore replicaCount (#263 | Contributed by @RomanDvorsky 🎉)

Breaking Changes

  • Remove support for creating Ingress resource 1
  • Remove support for ingress class annotation, use IngressClass resource instead 1

Removal

None.

New Contributors

None.

1 We are making a breaking change in a minor version given this feature is in experimental support.

Full Changelog: v1.7.6...v1.8.0

Container Image - v2.4.0

07 Nov 13:21
2317483
Compare
Choose a tag to compare

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

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

  • Support for gRPC APIs (public preview | docs)
  • Support for GraphQL Passthrough APIs (public preview)
  • Support for Synthetic GraphQL APIs (public preview)
  • Support for using Circuit Breaker on backends (public preview | docs)
  • Support for quota policies
  • Support for IngressClass for Kubernetes Ingress (experimental)
  • Support for configuring DNS suffix for Kubernetes Ingress (experimental)
  • Provide customer-friendly validation errors in validate-azure-ad-token
  • Allow using 'Bearer' prefix when using custom header in validate-jwt/validate-azure-ad-token

Fixes / Changes

  • Remove Server header in responses
  • Improve container startup to show a link to available settings
  • Fix a bug where local diagnostics on API-level are ignored
  • Fix a bug in emit-metric where emitting metrics to Application Insights are dropped because one or more dimensions do not have a value
  • Fix for CVE-2023-5363 vulnerability in our base image (Medium severity | details)

Breaking Changes

None.

Removal

None.

Helm Chart - v1.7.6

19 Oct 17:06
e11625f
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.7.6 | App: v2.3.6

What is new?

Features

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

New Contributors

None.

Full Changelog: v1.7.5...v1.7.6

Container Image - v2.3.6

19 Oct 17:06
e11625f
Compare
Choose a tag to compare

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:

Here are other relevant resources:

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
  • 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

11 Oct 09:30
dd4690f
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.7.5 | App: v2.3.5

What is new?

Features

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

New Contributors

None.

Full Changelog: v1.7.4...v1.7.5

Helm Chart - v1.7.4

13 Sep 14:16
6241625
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.7.4 | App: v2.3.4

What is new?

Features

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