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
* fixed subscriptionId description (#1345)
* k8s: Add retry logic to get server version (#1344)
* add retry logic to get server version
* add output of server version
Co-authored-by: Akshay Gupta <[email protected]>
* networking/v1: add support for ingress path type (#1346)
* add support for ingress path type
* add test for /
* fix: don't initialize ingress class when k8s doesn't support v1/ingress (#1347)
* fix: panic when ingress class is not supported on k8s
* add test
* docs: add changelog 1.5 (#1348)
* add changelog 1.5
* add retry fix
* fix reference
Co-authored-by: Carlos Mendible <[email protected]>
Co-authored-by: Shuanglu <[email protected]>
*[[#1122](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1346) Add support for ingress.rules.path.pathType property
16
+
17
+
## Fixes
18
+
*[#1347](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1347) fix(v1/ingress): fix panic due to ingress class when k8s <= 1.19
19
+
*[#1344](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1344) fix(v1/ingress): retry getting server version to get past transient issues
20
+
21
+
# v1.5.0
22
+
23
+
## Features
24
+
*[#1329](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1329) Support for ingress class resource in v1/ingress
*[#1287](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1287) Add rewrite rule set annotation to reference an existing rewrite rule on Application Gateway
27
+
28
+
## Fixes
29
+
*[#1322](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1322) fix(port): port reference by name in ingress
30
+
31
+
# v1.5.0-rc1
32
+
33
+
## Features
34
+
*[#1197](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1197) Support for v1/ingress (maintaining compatibility with v1beta1/ingress for clsuters <= 1.22)
35
+
*[#1324](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1324) Support for multi-arch images: amd64/arm64
36
+
*[#1169](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1169) Resource quota exposed through helm chart
37
+
> Note:
38
+
> * Support for ingress class resource will added in a future release
39
+
> * Support for ingress.rules.path.pathType property will added in a future release
40
+
41
+
## Fixes
42
+
*[#1282](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1282) fix(ingress): Modify cloned ingress instead of original ingress
43
+
*[#1271](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1271) fix(private clouds): Use correct endpoints for AAD and Azure in private clouds
44
+
*[#1273](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1273) fix(config): panic when processing duplicate paths in urlpathmap
45
+
*[#1220](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1220) fix(crd): Upgrade prohibited target CRD api-version and add tests
46
+
*[#1278](https://github.com/Azure/application-gateway-kubernetes-ingress/pull/1278) fix(prohibited target): incorrect merge when rules being merged reference the same path map
# --reuse-values when upgrading, reuse the last release's values and merge in any overrides from the command line via --set and -f. If '--reset-values' is specified, this is ignored
// Application Gateway doesn't allow exact path for "/"
460
+
// Code="ApplicationGatewayPathRulePathShouldHaveNonEmptyMatchValue" Message="Path / should have a nonempty match value followed by '/' in PathRule xxxx
461
+
// So, Path "/" with pathType:Exact cannot be added into the path rule. Thus, we don't support it.
462
+
// "/" for any path type will be treated as a prefix match.
0 commit comments