Noah Ispas
cf6ea08739
align bug report with feature request regarding kind documentation ( #8051 )
2021-12-23 11:40:30 -08:00
James Strong
13e711bddd
remove 109 check till gosec resolves issues ( #8044 )
2021-12-15 09:51:51 -08:00
Gerald Pape
017e1ecde3
Fix Ingress resources in docs ( #7579 )
...
* fix Ingress resources in docs
Signed-off-by: Gerald Pape <gerald@giantswarm.io>
* move to ingressClassName
* fix more Ingress resource examples
* empty commit
Signed-off-by: Gerald Pape <gerald@giantswarm.io>
* make NOTES.txt aware of version + add notice about ingress version to examples main page
* add link to legacy documentation
Signed-off-by: Gerald Pape <gerald@giantswarm.io>
2021-11-09 07:43:49 -08:00
Long Wu Yuan
d1ff845f4f
changed text and added command ( #7889 )
2021-11-05 06:41:53 -07:00
counter2015
ed34f6c93d
fix ingress syntax. ( #7867 )
2021-11-01 17:12:58 -07:00
Noah Ispas
57585df4d4
add more guidance for the right labeling when creating doc related issue ( #7842 )
2021-10-24 12:14:21 -07:00
Mateusz Gozdek
757aa53686
Add CI for images/kube-webhook-certgen ( #7717 )
...
As a follow up to PR #7641 , this commit adds some basic e2e tests for
kube-webhook-certgen image.
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
2021-10-10 11:40:37 -07:00
John Losito
7a1d06f3d2
Allow dependabot to check go modules ( #6873 )
2021-09-27 05:19:36 -07:00
Ricardo Katz
dedb495c55
Change legacy branch in GH action
2021-09-22 09:30:44 -03:00
Noah Ispas
8e7727eb65
add option for documentiony only to pr template ( #7672 )
2021-09-20 08:54:11 -07:00
bishtsaurabh5
b3389a1b6f
Add github action for building images ( #7636 )
...
- Add github action test-image-build
- Filters the images folder
and checks for changes
- If the changes are done then the
make build would be performed
2021-09-16 13:53:27 -07:00
Kundan Kumar
7be4015e13
Added command to get Nginx versionq! ( #7577 )
2021-09-09 03:30:11 -07:00
Swift
c43ea4d6e1
Update ingress to go 1.17 ( #7521 )
...
* bump go.mod to 1.17
* bump github ci workflow to go 1.17
* bump e2e-test-runner version
* fix go mod error
* fix go fmt error
* fix boilerplate verification
2021-08-23 14:25:25 -07:00
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
Ricardo Katz
9c22ba93b2
Merge pull request #7454 from rikatz/update-mods
...
Update go version, modules and remove ioutil
2021-08-06 17:13:33 -03:00
Long Wu Yuan
5c98c93f0f
added K8s v1.22 tip for kind cluster,bug-report ( #7437 )
2021-08-06 12:39:30 -07:00
Ricardo Katz
d226d831bd
Update go version, modules and remove ioutil
2021-08-06 14:15:21 -03:00
Neha Lohia
6da7e9ce2a
run k8s job ci pipeline with 1.21.2 in main br ( #7452 )
...
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
2021-08-06 08:25:19 -07:00
Ricardo Katz
e70f040d19
Add dev-v1 branch into helm releaser ( #7424 )
2021-08-03 06:44:48 -07:00
James Strong
1de9a24b28
Update ci main ( #7351 )
...
* update actions, master to main:
* update cloud build and scripts
2021-07-14 12:14:40 -07:00
Ricardo Katz
f5c80783bf
[Cherry Pick] - Add configuration to disable external name service feature ( #7314 ) ( #7321 )
...
* Add configuration to disable external name service feature (#7314 )
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Fix CI files
2021-07-05 21:50:18 -07:00
Ricardo Pchevuzinske Katz
0dceedfad7
Remove localhost calls from external names
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-04-30 16:49:35 -03:00
Kubernetes Prow Robot
755b75200d
Merge pull request #7075 from rikatz/issue-template
...
Change support request template
2021-04-29 07:08:51 -07:00
Carlos Panato
45d245237e
ci: update kubernetes versions
2021-04-29 15:58:37 +02:00
Ricardo Pchevuzinske Katz
3ff278933e
Change support request template
2021-04-25 11:22:53 -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
5d1770ad1d
Update mkdocs, fix nodeport link and add microk8s link
2021-01-11 12:58:09 -03:00
Manuel Alejandro de Brito Fontes
7d6c958c9d
Change helm chart tag name to disambiguate purpose
2020-12-18 15:26:33 -03:00
Manuel Alejandro de Brito Fontes
ae8c731413
Add kind e2e tests support for k8s v1.20.0
2020-12-15 19:52:04 -03:00
Manuel Alejandro de Brito Fontes
15c2d59e0f
Fix chart-releaser action
2020-12-09 00:58:56 -03:00
Manuel Alejandro de Brito Fontes
1da8a3a3d2
Rollback chart-releaser action
2020-12-09 00:48:35 -03:00
Manuel Alejandro de Brito Fontes
52fa756c76
Update github actions
2020-12-09 00:42:36 -03:00
Manuel Alejandro de Brito Fontes
d781d99797
Fixes for gosec
2020-12-04 20:29:07 -03:00
Manuel Alejandro de Brito Fontes
9553b277e9
Add gosec action
2020-12-04 20:29:07 -03:00
Manuel Alejandro de Brito Fontes
e23a6b6aa7
Update kindest image
2020-12-02 11:11:28 -03:00
Manuel Alejandro de Brito Fontes
3e7eb5b3a0
Ensure any change in the charts directory trigger ci tests
2020-12-01 12:24:09 -03:00
Manuel Alejandro de Brito Fontes
4ac3e1ff2c
Remove helm2 support and update docs
2020-11-24 18:55:57 -03:00
Manuel Alejandro de Brito Fontes
46439f6437
Update kind github action
2020-11-12 12:46:37 -03:00
Manuel Alejandro de Brito Fontes
b60f123cc9
Enable e2e tests for k8s v1.16
2020-10-05 18:18:45 -03:00
Bob Killen
ecfeaecb46
Update triage/support label references to kind/support
...
The label triage/support has been reclassified as kind/support. The
kind/* family of labels makes more logical sense, as they describe the
"kind" of thing an issue or PR is.
For more information, see the announcement email:
https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
2020-10-02 09:10:51 -04:00
Manuel Alejandro de Brito Fontes
4dd206b31a
Update kind and kindest/node images
2020-09-15 11:23:23 -03:00
Manuel Alejandro de Brito Fontes
2217dcf7f1
Cleanup github actions
2020-09-02 21:45:00 -04:00
Manuel Alejandro de Brito Fontes
926c2c3f1b
Update kubernetes kind e2e versions
2020-09-01 20:01:57 -04:00
Manuel Alejandro de Brito Fontes
bf23b06501
Update mkdocs
2020-09-01 20:01:12 -04:00
Manuel Alejandro de Brito Fontes
14e7ae5a3e
Update github action go to 1.15
2020-08-12 13:58:31 -04:00
Manuel Alejandro de Brito Fontes
86534b5124
Prepare switch to gcr.io
2020-07-09 07:42:39 -04:00
Manuel Alejandro de Brito Fontes
6cb186c144
Changes in TAG file should trigger e2e testing
2020-07-08 16:26:17 -04:00
Manuel Alejandro de Brito Fontes
e2e668e8fa
Fix github docs github action
2020-07-04 18:46:37 -04:00
Manuel Alejandro de Brito Fontes
8836cfe04a
Filter github actions to be executed
2020-07-04 00:24:55 -04:00
Manuel Alejandro de Brito Fontes
b392fed580
Test pull requests using github actions
2020-07-02 20:12:05 -04:00
Manuel Alejandro de Brito Fontes
7d50c80c1e
Update mkdocs
2020-06-12 16:23:11 -04:00
Manuel Alejandro de Brito Fontes
b68839118f
Release 0.31.1
2020-04-27 10:43:23 -04:00
Manuel Alejandro de Brito Fontes
bae9043171
Change action order
2020-04-26 22:51:26 -04:00
Manuel Alejandro de Brito Fontes
42c0188be2
Disable github release action
2020-04-26 18:53:32 -04:00
Manuel Alejandro de Brito Fontes
46ca1a65f4
Disable PR against krew repository
2020-04-26 18:06:14 -04:00
Manuel Alejandro de Brito Fontes
e323e43e92
Avoid removal of index.yaml file
2020-04-26 17:51:06 -04:00
Manuel Alejandro de Brito Fontes
6d30247bc5
Allow releases from a github action
2020-04-26 17:28:04 -04:00
Manuel Alejandro de Brito Fontes
4933170ae8
Use github actions to create releases and krew plugin assets
2020-04-26 17:04:44 -04:00
Manuel Alejandro de Brito Fontes
42b3a1ebd2
Use official mkdocs image and github action
2020-04-15 13:08:56 -04:00
Manuel Alejandro de Brito Fontes
4a63609c3e
Migrate release of docs from travis-ci to github actions ( #5162 )
2020-02-24 19:41:22 -03:00
Manuel Alejandro de Brito Fontes
58146c803b
Add missing bug label ( #4900 )
2020-01-08 12:13:58 -03:00
Manuel Alejandro de Brito Fontes
a5a5eb0c07
Improve issue and pull request template ( #4866 )
2020-01-08 11:44:14 -03:00
Mark Janssen
b090d4b0eb
Update GitHub pull request template
2018-04-28 23:43:54 +02:00
Manuel de Brito Fontes
33db5fbd9d
Request ingress controller version
2017-10-08 12:00:29 -03:00
Manuel de Brito Fontes
2782a39eb4
Add github templates
2017-10-06 16:54:13 -03:00