You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/self-hosted-gateway.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Self-hosted API gateway changelog
2
2
3
+
## Release - self-hosted gateway: 1.2.4
4
+
5
+
*August 31, 2021*
6
+
7
+
New **stable** version of the [self-hosted gateway](https://aka.ms/apim/shgw/overview) is now available. Full list of container versions can be found [here](https://mcr.microsoft.com/v2/azure-api-management/gateway/tags/list).
8
+
9
+
### New
10
+
11
+
None
12
+
13
+
### Bug fixes
14
+
15
+
- Upgraded to use base image mcr.microsoft.com/dotnet/aspnet:3.1.18-alpine3.13 which addressed the following vulnerabilities:
16
+
17
+
-CVE-2021-36159
18
+
-CVE-2021-22924
19
+
-CVE-2021-22922
20
+
-CVE-2021-22926
21
+
-CVE-2021-36222
22
+
-CVE-2021-22922
23
+
-CVE-2021-22924
24
+
25
+
- Fixed the issue causing gateway's failure to start rather than fallback to local configuration snapshot when cloud configuration endpoint is not available
0 commit comments