Commit cba7004
Merge master into release/1.5 (#1332)
* doc changes (#1204)
Co-authored-by: Akshay Gupta <[email protected]>
* Add cookie-based-affinity-distinct-name annotation (#1280)
* Add cookie-based-affinity-distinct-name annotation
* Add ServiceFullNameHash in internalTypes.go
* cookie name test
* Add log
* Add functional testing for distinct cookie name
* Add documenation
* Prefix appgw-affinity- for distinct cookie names
* fix functional test
* fix functional test
Co-authored-by: Akshay Gupta <[email protected]>
* rewrite: Add support for rewrite rule set assignment (#1287)
* Add support for rewrite rule set assignment
So that rewrite rule sets predefined in the app gateway can be assigned
to routing rules by adding an annotation in the corresponding Ingress.
Fixes #1003.
Related to #462.
* remove listener ingress
Co-authored-by: Akshay Gupta <[email protected]>
* Fix typo Greenfeild (#1305)
Signed-off-by: KeisukeYamashita <[email protected]>
* fix: indentation error in helm values file (#1301)
* fixed indentation error in helm values file
* applied change to values-template.yaml file
Co-authored-by: Akshay Gupta <[email protected]>
* doc: format future readings section in "How to setup networking between Application Gateway and AKS" doc (#1297)
Co-authored-by: Akshay Gupta <[email protected]>
* fix: port reference by name in ingress (#1322)
* template: update aks default version in greenfield deploy templates (#1319)
* update aks default version
* small docs updates
* small modifications
* update windows guide
* Fixing broken link (#1320)
Co-authored-by: Akshay Gupta <[email protected]>
* networking/v1: Add ingress class support (#1329)
* support ingress class
* add unit tests
* add test for default
* add e2e test
* test: add e2e test for rewrite-rule-set annotation; fix helm test (#1330)
* test: add test for rewrite-rule-set annotation
* add install task
* use the latest helm to generate
* add comment
Co-authored-by: erickhernandezascencio <[email protected]>
Co-authored-by: Raphael Bickel <[email protected]>
Co-authored-by: Isabel Andrade <[email protected]>
Co-authored-by: KeisukeYamashita <[email protected]>
Co-authored-by: jiayang <[email protected]>
Co-authored-by: heoelri <[email protected]>
Co-authored-by: Will Dewhurst <[email protected]>1 parent 24b21dc commit cba7004
File tree
87 files changed
+1720
-453
lines changed- .pipelines
- cmd/appgw-ingress
- deploy
- docs
- examples
- guestbook
- sample-app
- features
- how-tos
- setup
- troubleshootings
- tutorials
- functional_tests
- helm/ingress-azure
- templates
- tests/snapshots
- sample-config-empty/ingress-azure/templates
- sample-config-prohibited-target/ingress-azure/templates
- sample-config/ingress-azure/templates
- pkg
- annotations
- appgw
- controller
- environment
- k8scontext
- metricstore
- tests
- fixtures
- proposals
- scripts/e2e/cmd/runner
- testdata/networking-v1/one-namespace-one-ingress
- ingress-class-resource
- rewrite-rule
- ssl-e2e-redirect
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+1720
-453
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
99 | 96 | | |
100 | 97 | | |
101 | 98 | | |
102 | | - | |
| 99 | + | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
106 | | - | |
| 103 | + | |
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
| 88 | + | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments