Skip to content

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

Container Image - v2.1.7

13 Feb 15:50
1c88f54
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.1.7

The following tags have been made available - latest, v2 & 2.1.7.

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 rate limiting was not properly synchronizing across nodes after starting
  • Fix a bug where container logs used date time entries which were not according to ISO standard
  • Fix for CVE-2022-32221 vulnerability in our base image (Critical Severity | details)
  • Fix for CVE-2022-42915 vulnerability in our base image (Critical Severity | details)
  • Fix for CVE-2022-42916 vulnerability in our base image (High Severity | details)
  • Fix for CVE-2022-43551 vulnerability in our base image (High Severity | details)
  • Fix for CVE-2022-42898 vulnerability in our base image (High Severity | details)
  • Fix for CVE-2022-43552 vulnerability in our base image (Medium Severity | details)

Breaking Changes

None.

Removal

None.

Full Changelog: Container-v2.1.6...Container-v2.1.7

Helm Chart - v1.5.3

06 Jan 08:13
673f3e4
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.5.3 | App: v2.1.6

What is new?

Features

  • Provide support for configuring hostAliases in case of using Configuration API v2 with custom domains or VNETs (#184 - Contributed by @RomanDvorsky🎉)
  • Provide support for specifying custom annotations on deployment (#185 - Contributed by @TimMnz09 🎉)
  • Provide support for using HTTPS backend for ingress (#183 - Contributed by @TimMnz09 🎉)

Fixes / Changes

None.

Breaking Changes

None.

Removal

None.

New Contributors

Full Changelog: v1.5.2...v1.5.3

Helm Chart - v1.5.2

03 Jan 12:34
8dc961d
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.5.2 | App: v2.1.6

What is new?

Features

None.

Fixes / Changes

  • Provide capability to specify additional configuration (#172)
  • Provide support for ingressClassName in ingress (#177)

Breaking Changes

None.

Removal

  • Remove ingress with networking.k8s.io/v1beta1/Ingress as it is no longer offered by a supported Kubernetes version (v1.23 and above)

New Contributors

Full Changelog: v1.5.1...v1.5.2

Helm Chart - v1.5.1

19 Oct 18:05
3a161f5
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.5.1 | App: v2.1.6

What is new?

Features

None.

Fixes / Changes

Breaking Changes

None.

Removal

None.

New Contributors

None.

Full Changelog: v1.5.0...v1.5.1

Container Image - v2.1.6

19 Oct 17:55
3a161f5
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.1.6

The following tags have been made available - latest, v2 & 2.1.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 rate-limit-by-key policy is no longer working due to configuration parsing failure (#165)

Breaking Changes

None.

Removal

None.

Full Changelog: Container-v2.1.5...Container-v2.1.6

Helm Chart - v1.5.0

10 Oct 12:48
78b8054
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.5.0 | App: v2.1.5

What is new?

Features

  • Provide batteries-included approach for service discovery and related features (#151)
  • Provide capability to define the upgrade strategy for gateway (#145 - Contributed by @ErikMogensen)
  • Provide support for the terminationGracePeriodSeconds field in Deployment (#147 - Contributed by @ErikMogensen)

Fixes / Changes

Breaking Changes

None.

Removal

None.

New Contributors

None.

New Contributors

Full Changelog: v1.4.1...v1.5.0

Container Image - v2.1.5

10 Oct 11:50
d411d5e
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.1.5

The following tags have been made available - latest, v2 & 2.1.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 gateway does not start up when DNS resolving fails for neighbor discovery
  • Fix a bug where multiple gateway instances are not synchronizing rate-limiting information unless an endpoint with rate limiting was called earlier.
  • Fix a bug where HTTP(S) proxy does not provide logs in console output nor API inspector
  • Fix a bug where data-plane requests randomly stop working due to policy parsing cancellation
  • Fix for CVE-2022-35252 vulnerability in our base image (Low Severity | details)

Breaking Changes

None.

Removal

None.

Helm Chart - v1.4.1

17 Aug 13:03
204178c
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.4.0 | App: v2.1.3

What is new?

Features

None.

Fixes / Changes

Breaking Changes

None.

Removal

None.

New Contributors

None.

Full Changelog: v1.4.0...v1.4.1

Container Image - v2.1.4

17 Aug 09:52
54e0883
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.1.4

The following tags have been made available - latest, v2 & 2.1.4.

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 requests where sent to the backend with a wrong port when using HTTPS_PROXY
  • Fix for CVE-2022-37434 vulnerability in our base image (Critical Severity | details)
  • Fix for CVE-2022-30065 vulnerability in our base image (High Severity | details)
  • Fix for CVE-2022-30065 vulnerability in our base image (High Severity | details)

Breaking Changes

None.

Removal

None.

Helm Chart - v1.4.0

15 Jul 19:12
4421ee4
Compare
Choose a tag to compare

Artifact Hub

Chart: v1.4.0 | App: v2.1.3

What is new?

Features

  • Provide configuration backup with Persistent Volume (#81 - Contributed by @LDL-GH)

Fixes / Changes

Breaking Changes

None.

Removal

None.

New Contributors

None.

Full Changelog: v1.3.1...v1.4.0