Skip to content

Tags: TBunkley/application-gateway-kubernetes-ingress

Tags

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: assign rule priority automatically to routing rule (Azure#1390) (A…

…zure#1391)

* assign rule priority

* skip rule with priority

* adding non-working tests

* find next free priority

* adjust jump; fix test

* remove comment

* add buffer to sig channel

Co-authored-by: Alex Z. Yang <[email protected]>

Co-authored-by: Alex Z. Yang <[email protected]>

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Merge master into release/1.5 (Azure#1349)

* fixed subscriptionId description (Azure#1345)

* k8s: Add retry logic to get server version (Azure#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 (Azure#1346)

* add support for ingress path type

* add test for /

* fix: don't initialize ingress class when k8s doesn't support v1/ingress (Azure#1347)

* fix: panic when ingress class is not supported on k8s

* add test

* docs: add changelog 1.5 (Azure#1348)

* add changelog 1.5

* add retry fix

* fix reference

Co-authored-by: Carlos Mendible <[email protected]>
Co-authored-by: Shuanglu <[email protected]>

1.5.0

Toggle 1.5.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Merge master into release/1.5 (Azure#1332)

* doc changes (Azure#1204)

Co-authored-by: Akshay Gupta <[email protected]>

* Add cookie-based-affinity-distinct-name annotation (Azure#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 (Azure#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 Azure#1003.
Related to Azure#462.

* remove listener ingress

Co-authored-by: Akshay Gupta <[email protected]>

* Fix typo Greenfeild (Azure#1305)

Signed-off-by: KeisukeYamashita <[email protected]>

* fix: indentation error in helm values file (Azure#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 (Azure#1297)

Co-authored-by: Akshay Gupta <[email protected]>

* fix: port reference by name in ingress (Azure#1322)

* template: update aks default version in greenfield deploy templates (Azure#1319)

* update aks default version

* small docs updates

* small modifications

* update windows guide

* Fixing broken link (Azure#1320)

Co-authored-by: Akshay Gupta <[email protected]>

* networking/v1: Add ingress class support (Azure#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 (Azure#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.5.0-rc1

Toggle 1.5.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: modify cloned ingress instead of original ingress (Azure#1282)

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
changelog: add changelog 1.4.0 (Azure#1134)

* add changelog 1.4.0

* update description

1.4.0-rc1

Toggle 1.4.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
changelog: add changelog 1.4.0 (Azure#1134)

* add changelog 1.4.0

* update description

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
e2e: ingress class (Azure#1041)

* e2e: ingress class

* remove e2e tag from ingress class

1.3.0-rc1

Toggle 1.3.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
e2e: ingress class (Azure#1041)

* e2e: ingress class

* remove e2e tag from ingress class

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use a non-root user (Azure#1009) (Azure#1012)

Co-authored-by: Akshay Gupta <[email protected]>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
e2e: test brownfield setup (Azure#882)

* e2e: test prohibited target

add one blacklisted service and one whitelisted service

* delete agic without shared from agic namespace

* fix yaml indent, rename testing namespace for brownfield

* update testing namespace in test case

* correct the namespace created for testing blacklist

* delete agic if it exists

* fix brownfield bootstrap test

* wait until appgw config for brownfield rule got applied