Commit graph

53 commits

Author SHA1 Message Date
Ricardo Katz
2b7b74854d
Prepare for v1.3.0 (#8810) 2022-07-11 11:22:21 -03:00
Ricardo Katz
771ce1c6dd
revert arch var name (#8808) 2022-07-11 09:00:08 -03:00
Jintao Zhang
caac91ce66
chore: start v1.3.0 release process (#8802)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-07-11 01:13:50 -07:00
Ricardo Katz
08848d69e0
Start release of v1.2.1 (#8645) 2022-05-29 14:00:51 -07:00
Long Wu Yuan
a2514768cd
changed tag to v1.2.0 (#8490) 2022-04-20 11:25:43 -07:00
Long Wu Yuan
40b6e61c3a
change tag to v120beta1 (#8480) 2022-04-16 06:37:10 -07:00
Ricardo Katz
1a8c70d1d9
Prepare v1.2.0-beta.0 release (#8464) 2022-04-12 14:42:46 -07:00
James Strong
e5b028a75d
update tag to 1.1.3 to kick off controller-v1.1.3 build
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-03-31 17:08:30 -04:00
James Strong
5298448865
downgrade to 3.14.4 and fix tag (#8386)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-03-25 10:21:58 -07:00
James Strong
2fefd714bd
update tag and force a new build
Signed-off-by: James Strong <strong.james.e@gmail.com>
2022-03-16 12:57:48 -04:00
Jintao Zhang
bab0fbab0c
Start Release process for v1.1.2 (#8275)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-02-27 06:45:18 -08:00
Ricardo Katz
a17181e43e
Update go in runner and release v1.1.1 (#8120)
* Update go in runner and release v1.1.1

* Update build/run-in-docker.sh

Co-authored-by: Jintao Zhang <tao12345666333@163.com>

Co-authored-by: Jintao Zhang <tao12345666333@163.com>
2022-01-09 20:37:11 -08:00
James Strong
46e044af07
Start Release process for v1.1.0
Start Release process for v1.1.0
2021-11-23 16:11:43 -05:00
Ricardo Katz
7ce96cbcf6
Prepare for v1.0.5 release (#7923)
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-11-15 20:51:50 -03:00
Ricardo Katz
9b78b6c197
Prepare for v1.0.4 release (#7804)
Signed-off-by: Ricardo Pchevuzinske Katz <rkatz@vmware.com>
2021-10-12 15:35:49 -07:00
Ricardo Katz
6e125826ad
Prepare for v1.0.3 release (#7740) 2021-10-03 15:15:07 -07:00
Ricardo Katz
2b8ed4511a
Tag release v1.0.2 (#7707) 2021-09-26 17:50:23 -07:00
Ricardo Katz
abab039675
Trigger v1.0.1 release (#7679) 2021-09-21 04:58:23 -07:00
Neha Lohia
f3af7e6bf5
update tag to v1.0.0 2021-08-24 17:47:11 +05:30
Ricardo Katz
90c79689c4
Release v1 (#7470)
* 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

* Prepare for v1.0.0-alpha.1 release

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

* Update changelog and matrix table for v1.0.0-alpha.1 (#7274)

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

* add docs for syslog feature (#7219)

* Fix link to e2e-tests.md in developer-guide (#7201)

* 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.

* chart: using Helm builtin capabilities check (#7190)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

* 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

* 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

* ingress/tcp: add additional error logging on failed (#7208)

* Add file containing stable release (#7313)

* Handle named (non-numeric) ports correctly (#7311)

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* Updated v1beta1 to v1 as its deprecated (#7308)

* remove mercurial from build (#7031)

* 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>

* Release v1.0.0-alpha.1

* Add changelog for v1.0.0-alpha.2

* controller: ignore non-service backends (#7332)

* controller: ignore non-service backends

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* update per feedback

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* fix: allow scope/tcp/udp configmap namespace to altered (#7161)

* Lower webhook timeout for digital ocean (#7319)

* Lower webhook timeout for digital ocean

* Set Digital Ocean value controller.admissionWebhooks.timeoutSeconds to 29

* update OWNERS and aliases files (#7365) (#7366)

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

* Downgrade Lua modules for s390x (#7355)

Downgrade Lua modules to last known working version.

* Fix IngressClass logic for newer releases (#7341)

* Fix IngressClass logic for newer releases

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

* Change e2e tests for the new IngressClass presence

* Fix chart and admission tests

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

* Fix helm chart test

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

* Fix reviews

* Remove ingressclass code from admission

* update tag to v1.0.0-beta.1

* update readme and changelog for v1.0.0-beta.1

* Release v1.0.0-beta.1 - helm and manifests (#7422)

* Change the order of annotation just to trigger a new helm release (#7425)

* [cherry-pick] Add dev-v1 branch into helm releaser (#7428)

* Add dev-v1 branch into helm releaser (#7424)

* chore: add link for artifacthub.io/prerelease annotations

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>

* k8s job ci pipeline for dev-v1 br v1.22.0 (#7453)

* k8s job ci pipeline for dev-v1 br v1.22.0

Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>

* k8s job ci pipeline for dev-v1 br v1.21.2

Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>

* remove v1.21.1 version

Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>

* Add controller.watchIngressWithoutClass config option (#7459)

Signed-off-by: Akshit Grover <akshit.grover2016@gmail.com>

* Release new helm chart with certgen fixed (#7478)

* Update go version, modules and remove ioutil

* Release new helm chart with certgen fixed

* changed appversion, chartversion, TAG, image (#7490)

* Fix CI conflict

* Fix CI conflict

* Fix build.sh from rebase process

* Fix controller_test post rebase

Co-authored-by: Tianhao Guo <rggth09@gmail.com>
Co-authored-by: Ray <61553+rctay@users.noreply.github.com>
Co-authored-by: Bill Cassidy <cassid4@gmail.com>
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
Co-authored-by: Sathish Ramani <rsathishx87@gmail.com>
Co-authored-by: Mansur Marvanov <nanorobocop@gmail.com>
Co-authored-by: Matt1360 <568198+Matt1360@users.noreply.github.com>
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com>
Co-authored-by: Tom Hayward <thayward@infoblox.com>
Co-authored-by: Sergey Shakuto <sshakuto@infoblox.com>
Co-authored-by: Tore <tore.lonoy@gmail.com>
Co-authored-by: Bouke Versteegh <info@boukeversteegh.nl>
Co-authored-by: Shahid <shahid@us.ibm.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: Long Wu Yuan <longwuyuan@gmail.com>
Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Neha Lohia <nehapithadiya444@gmail.com>
Co-authored-by: Akshit Grover <akshit.grover2016@gmail.com>
2021-08-21 13:42:00 -07:00
Long Wu Yuan
05a3d144de
tag for release v0.49.0 (#7505) 2021-08-18 12:18:17 -07:00
Ricardo Katz
b61043b928 Release v0.48.1 2021-07-11 10:33:40 -03:00
Ricardo Katz
74a112a555 Release v0.48 2021-07-09 17:40:47 -03: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
James Strong
a741282b9f
Generate release v0.46 2021-04-30 16:53:50 -04:00
Ricardo Pchevuzinske Katz
63edd54abd Generate release v0.45 2021-04-06 09:28:13 -03:00
Matthew Silverman
03cf9cf59d updating nginx base image 2021-03-25 13:28:35 -04:00
AnaClaudia
ef714ae52f Allow multiple publish status addresses 2021-02-26 16:57:54 -05:00
Manuel Alejandro de Brito Fontes
f802554ccf Prepare release v0.44.0 2021-02-04 08:17:34 -03:00
Manuel Alejandro de Brito Fontes
b985449515 Force build 2021-02-02 11:33:37 -03:00
Manuel Alejandro de Brito Fontes
6941800339 Update kind and kindest images 2021-01-28 12:03:40 -03:00
Manuel Alejandro de Brito Fontes
1c908029ee Update nginx image 2021-01-18 15:30:24 -03:00
Manuel Alejandro de Brito Fontes
40b050a93c
Update tag version 2021-01-03 16:24:16 -03:00
Manuel Alejandro de Brito Fontes
f3f6da12ac Prepare release 0.43.0 2020-12-30 10:09:51 -03:00
Manuel Alejandro de Brito Fontes
e98e48d99a Prepare for release v0.42.0 2020-12-24 13:17:41 -03:00
Manuel Alejandro de Brito Fontes
68b5ec9a48 Update build TAG 2020-12-05 14:53:10 -03:00
Manuel Alejandro de Brito Fontes
d8a93551e6 Prepare release 0.41.2 2020-11-12 16:56:45 -03:00
Manuel Alejandro de Brito Fontes
10f2673c4e Update dev version 2020-11-12 12:46:37 -03:00
Manuel Alejandro de Brito Fontes
59761ad0aa Prepare release 0.41.1 2020-11-10 08:04:12 -03:00
Manuel Alejandro de Brito Fontes
f3a6b809bd Prepare release 0.41.0 2020-11-03 08:52:57 -03:00
Manuel Alejandro de Brito Fontes
0eb4e5d079 Force test 2020-10-29 19:34:05 -03:00
Manuel Alejandro de Brito Fontes
4061ef375d Start v0.41.0 dev cycle 2020-10-12 16:21:27 -03:00
Manuel Alejandro de Brito Fontes
fc4ccc5eb0 Prepare release 0.40.2 2020-10-06 09:55:05 -03:00
Manuel Alejandro de Brito Fontes
5fef03322d Start v0.41.0 cycle 2020-10-05 19:10:11 -03:00
Manuel Alejandro de Brito Fontes
e29153b711 Prepare for release v0.40.1 2020-10-02 14:45:17 -03:00
Manuel Alejandro de Brito Fontes
237afda3d1 Prepare for release v0.40.0 2020-09-30 19:01:39 -03:00
Manuel Alejandro de Brito Fontes
54ad65e32b Prepare for release v0.35.0 2020-08-27 21:23:10 -04:00
Manuel Alejandro de Brito Fontes
532be97f6a Rollback TAG version 2020-08-27 18:41:31 -04:00
Manuel Alejandro de Brito Fontes
96d190d708 Prepare for release v0.35.0 2020-08-26 22:51:22 -04:00
Manuel Alejandro de Brito Fontes
da5fa45e28 Prepare for release v0.34.1 2020-07-15 15:27:54 -04:00