Commit graph

5989 commits

Author SHA1 Message Date
Ricardo Katz
73943ad6f1
Merge pull request #7336 from rikatz/changelog-v1alpha2
Add changelog for v1.0.0-alpha.2
2021-07-09 18:40:34 -03:00
Ricardo Katz
db099fc972 Add changelog for v1.0.0-alpha.2 2021-07-09 18:37:41 -03:00
Ricardo Katz
cbd6386192
Merge pull request #7334 from rikatz/tag-alpha1
Release v1.0.0-alpha.2
2021-07-09 17:32:41 -03:00
Ricardo Katz
af89935308 Release v1.0.0-alpha.1 2021-07-09 17:31:29 -03:00
Kirill Trofimenkov
046c0276dd
Speed up admission hook by eliminating deep copy of Ingresses in CheckIngress (#7298) 2021-07-09 12:20:53 -07:00
Tom Hayward
abf22b2014
fix: discover mounted geoip db files (#7228)
* fix: discover mounted geoip db files

* add test

* fix runtime reload of config.MaxmindEditionFiles

* add e2e test

* log missing geoip2 db
2021-07-08 17:16:53 -07:00
Sergey Shakuto
b0ae678ce6
Retry to download maxmind DB if it fails (#7242)
* Retry to download maxmind DB if it fails.

Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>

* Add retries count arg, move retry logic into DownloadGeoLite2DB function

Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>

* Reorder parameters in DownloadGeoLite2DB

Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>

* Remove hardcoded value

Signed-off-by: Sergey Shakuto <sshakuto@infoblox.com>
2021-07-08 15:08:53 -07:00
Kyle Michel
1cfbacc237
Fix definition order of modsecurity directives for controller to match PR 5315 (#6940)
* Fix definition order of modsecurity directives for controller to match PR 5315

* Add a test
2021-07-05 08:30:54 -07:00
Tom Hayward
25f8a722a2
remove mercurial from build (#7031) 2021-07-04 20:08:20 -07:00
boxjan
0c685c1e94
use listen to ensure the port is free (#6990) 2021-07-04 15:24:18 -07:00
Kundan Kumar
a21d28d01b
Updated v1beta1 to v1 as its deprecated (#7308) 2021-07-04 14:08:19 -07:00
Carlos Tadeu Panato Junior
5acc0ab622
Handle named (non-numeric) ports correctly (#7311)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-07-04 14:06:18 -07:00
Ricardo Katz
bc220f7366
Add configuration to disable external name service feature (#7314)
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-07-04 13:24:19 -07:00
Ricardo Katz
16072ac690
Add file containing stable release (#7313) 2021-07-01 11:59:42 -07:00
Arsh Sharma
0ef8edd564
replacing master with main for k/k8s.io links (#7307)
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-07-01 05:43:54 -07:00
Matt1360
197a26a8f4
ingress/tcp: add additional error logging on failed (#7208) 2021-06-29 12:27:39 -07:00
Mansur Marvanov
4bdb5538a4
Fix MaxWorkerOpenFiles calculation on high cores nodes (#7107)
* Fix MaxWorkerOpenFiles calculation on high cores nodes

* Add e2e test for rlimit_nofile

* Fix doc for max-worker-open-files
2021-06-29 06:14:41 -07:00
Kirill Trofimenkov
8328b532f7
Rewrite clean-nginx-conf.sh in Go to speed up admission webhook (#7076)
* Rewrite clean-nginx-conf.sh to speed up admission webhook

* Less diff with original clean-nginx-conf.sh

* Add error handling, add documentation, add unit test

* indent code

* Don't ignore Getwd() error
2021-06-28 06:33:25 -07:00
Sathish Ramani
24bb739c81
Update proper default value for HTTP2MaxConcurrentStreams in Docs (#6944)
It should be 128 as documented in https://github.com/kubernetes/ingress-nginx/blob/master/internal/ingress/controller/config/config.go#L780
2021-06-27 15:21:24 -07:00
Jintao Zhang
f5af88a320
chart: using Helm builtin capabilities check (#7190)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-06-27 14:51:24 -07:00
Bill Cassidy
f2509e4a3f
Use ENV expansion for namespace in args (#7146)
Update the DaemonSet namespace references to use the `POD_NAMESPACE` environment variable in the same way that the Deployment does.
2021-06-27 14:09:24 -07:00
Ray
91bcf54a25
Fix link to e2e-tests.md in developer-guide (#7201) 2021-06-27 11:53:24 -07:00
Tianhao Guo
20273697e7
add docs for syslog feature (#7219) 2021-06-27 11:47:24 -07:00
Ricardo Katz
56e09b5ad3
Add tao12345666333 to reviewers (#7287) 2021-06-26 07:41:23 -07:00
James Strong
4b95eefab0
Add strongjz to Owners file (#7282) 2021-06-24 08:47:41 -07:00
Ricardo Katz
1feec89002
Update changelog and matrix table for v1.0.0-alpha.1 (#7274)
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-06-23 15:22:11 -07:00
Ricardo Katz
919f930f74
Merge pull request #7273 from rikatz/new-alpha-release
Prepare for v1.0.0-alpha.1 release
2021-06-23 18:39:40 -03:00
Ricardo Pchevuzinske Katz
bf62df9567 Prepare for v1.0.0-alpha.1 release
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-06-23 18:24:59 -03:00
Ricardo Katz
78afe7e389
Drop v1beta1 from ingress nginx (#7156)
* Drop v1beta1 from ingress nginx

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* Fix intorstr logic in controller

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* fixing admission

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* more intorstr fixing

* correct template rendering

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* Fix e2e tests for v1 api

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* Fix gofmt errors

* This is finally working...almost there...

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* Re-add removed validation of AdmissionReview
2021-06-23 14:20:10 -07:00
Jintao Zhang
a8408cdb51
release: helm chart v3.34.0 (#7258)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-06-22 04:37:58 -07:00
Ricardo Katz
39ace3176b
Fix nilpointer in admission and remove failing test (#7255)
* Fix nilpointer in admission when it was unable to validate default backend ingress

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* Remove temporarily the slow shutdown tests

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-06-21 12:32:51 -07:00
Long
2a190d2657
added namespace field in the namespace scoped resource templates of helm chart (#7256)
* added namespace field in the namespace scoped resource templates of helm chart

* moved namespace field from roleRef to metadata
2021-06-21 04:56:51 -07:00
Jie Shen
388fa0185c
Fix broken get started link in contributing doc (#7248) 2021-06-19 12:40:50 -07:00
Christian Rebischke
cec3c0af3d
helm: add new ingressClass resource (#6882)
* helm: add new ingressClass resource

* add ingress parameters support

This commit adds ingress parameters support.
Credits go to Ariel Vinas: ariel@craftech.io
2021-06-18 16:16:42 -07:00
kevgrig
65ce8cfbdf
Issue #7153: Add note about matching host names in TLS user guide (#7239) 2021-06-13 10:17:03 -07:00
Aditya Sharma
475bcde64c
Skip validation checks if an ingress is marked as deleted (#7216)
Signed-off-by: Aditya Sharma <git@adi.run>
2021-06-08 09:27:34 -07:00
James Strong
16402050dc
update docs with supported version of k8s, alpine and nginx (#7214) 2021-06-08 09:21:34 -07:00
Dax McDonald
68a02d8797
Update test-runner to go 1.16 (#7221)
Signed-off-by: Dax McDonald <daxmc99@gmail.com>
2021-06-08 09:19:35 -07:00
James Strong
e2f421b9f4
fixing wording for #7094 (#7218) 2021-06-06 12:52:38 -07:00
James Strong
fb919b918a
the container images didnt get updated (#7217) 2021-06-06 11:24:40 -07:00
James Strong
d2075c0f6d
update the changlog with links and the release docs to ensure updates to docs with new verison (#7213) 2021-06-06 09:42:39 -07:00
James Strong
9cdcecf4f7
Prep 0.47.0 release (#7210)
* update changelog for .47 release

* remove cors, we reverted that change

* update image sha

* updates docs for v0.47.0 release
2021-06-06 09:24:40 -07:00
Ricardo Katz
811ed7be57
Release v0.47.0 (#7211)
Signed-off-by: Ricardo Katz <ricardo.katz@gmail.com>
2021-06-06 09:22:39 -07:00
James Strong
7201e37633
Prepare to release v0.47.0 (#7209)
* Update base image for e2e tests

* updating base image in script as well

* prep release for new nginx image
2021-06-06 08:32:38 -07:00
Njegos Railic
9e89951ec7
Add annotations for HPA (#7117) 2021-06-02 02:52:24 -07:00
James Strong
96a87c79b8
Update the base nginx image for the 1.20.1 update (#7189)
* Update the base nginx image for the 1.20.1 update

* update the tests with the new nginx base image
2021-06-01 14:53:51 -07:00
James Strong
9a9d7f70c7
update release docs with build.sh SHA requirements (#7185) 2021-05-30 16:42:26 -07:00
Maurice Faber
7c6b694e72
Update controller-poddisruptionbudget.yaml (#6734)
Logic was wrong. See additional check that is also part of the first OR.
2021-05-30 13:16:25 -07:00
Goran
43d33528e1
Commented by default deprecated repository key/value pair (#7174) 2021-05-30 13:00:25 -07:00
nemobis
f8b9909432
Fix typo in docs (#7061)
Signed-off-by: Federico Leva <federico.leva@relexsolutions.com>
2021-05-30 12:40:25 -07:00