Commit graph

6822 commits

Author SHA1 Message Date
James Strong
fe2b4a20bf Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-01-19 11:46:01 -05:00
James Strong
0730d4d5ad testing auto change
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-01-19 11:25:37 -05:00
James Strong
f4c4d84d8b Merge pull request #9507 from strongjz/build-v1.6.0
start 1.6.0 release
2023-01-18 09:02:24 -05:00
James Strong
2c9b61be91 start 1.6.0 release
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-01-18 08:23:07 -05:00
Christian Schaefer
878dfdfb57 Align default value for keepalive_request with NGINX default (#9518)
* Align default value for keepalive_request with NGINX default

* Align default value for keepalive_request with NGINX default
2023-01-18 05:22:35 -08:00
Ismayil Mirzali
c1a2e639fa Bump client-go to remove dependence on go-autorest dependency (#9488)
* deps: bump k8s dependencies to remove go-autorest

* fix: update use of apiv1.LoadBalancerIngress

Due to changes in the Kubernetes API, we needed to switch to using
v1.IngressLoadBalancerIngress instead of apiv1.LoadBalancerIngress. The
struct is otherwise identical despite the name change.

* fix ingress status test cases

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

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
2023-01-18 05:10:34 -08:00
Ricardo Katz
915cea0b53 Implement pathType validation (#9511) 2023-01-16 23:51:23 -03:00
Samuel Vaillant
49e64d39a8 feat(configmap): expose gzip-disable (#9505)
* docs(configmap): add link for gzip-min-length

* feat(configmap): expose gzip-disable

* test(e2e): cover gzip settings

* docs(configmap): simplify description with NGINX link

* refactor(configmap): simplify condition
2023-01-16 17:08:32 -08:00
Marco Ebert
e40622e2a1 Values: Add missing controller.metrics.service.labels. (#9501) 2023-01-16 08:38:50 -08:00
Makhonin Alexey
f5f76628f0 Add docs about orphan_ingress metric (#9514) 2023-01-16 13:26:38 -03:00
Makhonin Alexey
9aa6cfc66b Add new prometheus metric for orphaned ingress (#8230)
* Add new metric for orhaned ingress

* Fix const labels

* Fix after rebase
2023-01-16 04:22:51 -08:00
Libor Ryšavý
8dae90d221 Sanitise request metrics in monitoring docs (#9384)
Also add more detailed description to `nginx_ingress_controller_request_duration_seconds`
and `nginx_ingress_controller_response_duration_seconds` based on NGINX docs.
Also reformat the list so the descriptions are under the corresponding list item.
2023-01-16 04:18:51 -08:00
lythandas
1583df2727 Change default value of enable-brotli (#9500) 2023-01-15 18:52:50 -08:00
Tomas Hulata
6694ad2ca1 feat: support topology aware hints (#9165)
* support topology aware hints

Signed-off-by: tombokombo <tombo@sysart.tech>

* add flag to enable topology and fixes

Signed-off-by: tombokombo <tombo@sysart.tech>

* update readme

Signed-off-by: tombokombo <tombo@sysart.tech>

* add e2e test

Signed-off-by: tombokombo <tombo@sysart.tech>

* isolate topology test

Signed-off-by: tombokombo <tombo@sysart.tech>

* gofmt fix

Signed-off-by: tombokombo <tombo@sysart.tech>

Signed-off-by: tombokombo <tombo@sysart.tech>
2023-01-15 18:46:50 -08:00
James Strong
fe3052f540 Remove 1.5.2 from readme (#9498) 2023-01-10 13:20:21 -03:00
João Henri
cb87aa5a1f Remove nonexistent load flag from docker build commands (#9122) 2023-01-10 07:47:26 -08:00
Marcus Noble
19d54ca8f2 added option to disable sync event creation (#8528)
* added option to disable event creation

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>

* Re-trigger github workflows

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-01-09 06:37:31 -08:00
dependabot[bot]
7973071a14 Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#9494)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 06:09:32 -08:00
Jack Ivanov
ca239bbc26 Add buildResolvers to the stream module (#9184) 2023-01-09 03:01:29 -08:00
Johannes Würbach
04bd549746 fix: disable auth access logs (#9049) 2023-01-08 14:49:27 -08:00
Phil Nichol
191e2e3a16 Adding ipdenylist annotation (#8795)
* feat: Add support for IP Deny List

* fixed gomod

* Update package

* go mod tidy

* Revert "go mod tidy"

This reverts commit e6a837e1e7.

* update ginko version

* Updates e2e tests

* fix test typo
2023-01-08 14:43:28 -08:00
yutachaos
14977f020c Add update updateStrategy and minReadySeconds for defaultBackend (#8506)
* Add update updateStrategy and minReadySeconds for defaultBackend

* Bump chart

* Fixed docs helm-docs version
2023-01-08 14:37:27 -08:00
Julien Pellet
e9f78dbeee Fix indentation on serviceAccount annotation (#9129) 2023-01-08 14:29:27 -08:00
Naseem Ullah
caf0ee2ce3 Update monitoring.md (#9269) 2023-01-08 14:27:28 -08:00
Carlos Tadeu Panato Junior
a9f65d1f22 add github actions stale bot (#9439)
Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
2023-01-08 14:25:27 -08:00
Marco Ebert
d9fb646efd Admission Webhooks/Job: Add NetworkPolicy. (#9218) 2023-01-08 13:59:28 -08:00
Ehsan Saei
29adec7b7d update OpenTelemetry image (#9491)
* update OpenTelemetry image

* helm-doc
2023-01-08 13:21:28 -08:00
Ehsan Saei
c154ea5913 bump OpenTelemetry (#9489) 2023-01-07 15:37:27 -08:00
Kir Shatrov
5f16e3a604 Optional podman support (#9294) 2023-01-06 07:07:58 -08:00
James Strong
902d2fd549 Merge pull request #9469 from strongjz/rollback-1.5.2
Rollback 1.5.2
2022-12-29 21:11:21 -05:00
James Strong
7886768c0a roll helm chart forward
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 20:02:55 -05:00
James Strong
fab0b984c4 revert 1.5.2
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 19:58:15 -05:00
James Strong
3e76165565 rollback tag
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 19:56:03 -05:00
James Strong
86e88f16a2 fix change images (#9463)
Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 20:59:07 -03:00
Ricardo Katz
8c6179334d move tests to gh actions (#9461) 2022-12-29 14:09:29 -08:00
James Strong
0124c313f1 Automated Release Controller 1.5.2 (#9455)
Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 13:35:32 -08:00
Ricardo Katz
3c0d44ed5e Add sslpassthrough tests (#9457) 2022-12-28 12:59:27 -08:00
Saumya
7834d606de updated the link in RELEASE.md file (#9456) 2022-12-28 10:13:29 -08:00
James Strong
8793fe79b8 restart 1.5.2 release process (#9450) 2022-12-26 14:17:27 -08:00
Aleksandr Lebedev
a55d1cf94b Update command line arguments documentation (#9224)
* update cli-arguents.md with latest version flags.go

* correct punctuation in pkg/flag/flags.go
2022-12-26 13:23:26 -08:00
James Strong
09a38bf204 Reset tag to restart 1.5.2 release
gcloud timed out on the 1.5.2 build, so we need to restart the release process, so reverting the tag.
2022-12-26 16:16:40 -05:00
James Strong
28f0c2e348 Merge pull request #9446 from strongjz/update-build
Update cloud build time out
2022-12-24 16:05:27 -05:00
James Strong
0d008f4778 with chroot now it can take longer than 30 mins
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-24 15:51:50 -05:00
James Strong
cdd7830094 start release 1.5.2 (#9445)
* start release 1.5.2

Signed-off-by: James Strong <james.strong@chainguard.dev>

* upgrade kind clusters and add 1.26

Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-24 11:23:26 -08:00
James Strong
064c072417 upgrade nginx base image (#9436)
* upgrade nginx base and e2e base

Signed-off-by: James Strong <james.strong@chainguard.dev>

* upgrade e2e base

Signed-off-by: James Strong <james.strong@chainguard.dev>

* update new build

Signed-off-by: James Strong <james.strong@chainguard.dev>

* update to latest e2e base

Signed-off-by: James Strong <james.strong@chainguard.dev>

* remove e2e update

Signed-off-by: James Strong <james.strong@chainguard.dev>

* remove e2e update

Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-24 06:17:27 -08:00
James Strong
b1ade30431 test the new e2e test images (#9444)
Signed-off-by: James Strong <james.strong@chainguard.dev>

Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-23 19:27:25 -08:00
Saumya
40f324447d avoid builds and tests for non-code changes (#9392)
* avoid builds and tests for non-code changes

* dummy test for workflow
2022-12-22 10:19:26 -08:00
Carlos Tadeu Panato Junior
29e526d09c CI updates (#9440)
* add labels to dependabot prs

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

* sync hashes and versions dependabot can update the version comment now

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

Signed-off-by: cpanato <ctadeu@gmail.com>
2022-12-22 07:37:26 -08:00
James Strong
ad27717e4b Merge pull request #9434 from strongjz/go-1.19.4
force rebuild for curl cve
2022-12-21 15:45:05 -05:00
James Strong
bdf940b5ad force rebuild for curl cve
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-21 12:36:20 -05:00