Commit graph

6832 commits

Author SHA1 Message Date
James Strong
fb2223b12c
build release 1.6.1 image
Signed-off-by: James Strong <james.strong@chainguard.dev>
2023-02-07 17:37:34 +01:00
dependabot[bot]
95e525ccc2
Bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#9555)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 17:37:23 +01:00
dependabot[bot]
3999fb8923
Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 (#9553)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 17:37:07 +01:00
dependabot[bot]
0c3625cdb9
Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.2 (#9552)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 17:36:40 +01:00
Ismayil Mirzali
909a818592
tcpproxy: increase buffer size to 16K (#9548) 2023-02-07 17:36:38 +01:00
Aarni Koskela
4e85acce99
Move and spell-check Kubernetes 1.22 migration FAQ (#9544)
* Move Kubernetes 1.22 migration guide to a separate file

* Reformat and spell-check Kubernetes 1.22 migration doc
2023-02-07 17:36:38 +01:00
James Strong
3885a823a0
go fmt
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:37 +01:00
James Strong
87baa3e99e
update docs, and production urls
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:36 +01:00
James Strong
22d9c35ede
fixed boiler plate lint
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:35 +01:00
James Strong
76a5fdfecf
change format
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:34 +01:00
James Strong
71e9bdcb68
Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:34 +01:00
James Strong
c015c628b5
testing auto change
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 17:36:33 +01:00
Harpreet singh
82720c8e1d
Add CORS template check inside location for externalAuth.SignURL (#8814)
* Add CORS template check inside location for externalAuth.SignURL

* Add testcase for CORS header for auth-signin redirect with CORS enabled.
2023-02-07 17:36:32 +01:00
dependabot[bot]
87a9f1e007
Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#9512)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 17:35:27 +01:00
Zadkiel Aharonian
45632e5863
fix(grafana-dashboard): remove hardcoded namespace references (#9523) 2023-02-07 16:58:09 +01:00
James Strong
7f8f5f8f68
start 1.6.0 release
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-02-07 16:58:09 +01:00
Ismayil Mirzali
460181b1de
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-02-07 16:58:03 +01:00
Samuel Vaillant
e6dcd6845e
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
a069617ef8
Values: Add missing controller.metrics.service.labels. (#9501) 2023-01-16 08:38:50 -08:00
Makhonin Alexey
a2c9b8833b
Add docs about orphan_ingress metric (#9514) 2023-01-16 13:26:38 -03:00
Makhonin Alexey
39b5ce844b
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ý
dbe88c55a3
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
1a65027e4c
Change default value of enable-brotli (#9500) 2023-01-15 18:52:50 -08:00
Tomas Hulata
5b2a9475dc
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
ada114315e
Remove 1.5.2 from readme (#9498) 2023-01-10 13:20:21 -03:00
João Henri
54e2739282
Remove nonexistent load flag from docker build commands (#9122) 2023-01-10 07:47:26 -08:00
Marcus Noble
e7bee5308e
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]
54dd88a5d1
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
275d5e15e7
Add buildResolvers to the stream module (#9184) 2023-01-09 03:01:29 -08:00
Johannes Würbach
424cc8671b
fix: disable auth access logs (#9049) 2023-01-08 14:49:27 -08:00
Phil Nichol
8ed3a27e25
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
bbf7c79f96
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
9926f1d642
Fix indentation on serviceAccount annotation (#9129) 2023-01-08 14:29:27 -08:00
Naseem Ullah
0b34a037ce
Update monitoring.md (#9269) 2023-01-08 14:27:28 -08:00
Carlos Tadeu Panato Junior
f82e29a730
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
5b0403314c
Admission Webhooks/Job: Add NetworkPolicy. (#9218) 2023-01-08 13:59:28 -08:00
Ehsan Saei
490e872b4a
update OpenTelemetry image (#9491)
* update OpenTelemetry image

* helm-doc
2023-01-08 13:21:28 -08:00
Ehsan Saei
96b3d21655
bump OpenTelemetry (#9489) 2023-01-07 15:37:27 -08:00
Kir Shatrov
5bfd3e2a67
Optional podman support (#9294) 2023-01-06 07:07:58 -08:00
James Strong
2ea010986f
Merge pull request #9469 from strongjz/rollback-1.5.2
Rollback 1.5.2
2022-12-29 21:11:21 -05:00
James Strong
a6badc438f
roll helm chart forward
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 20:02:55 -05:00
James Strong
6f9c65abf4
revert 1.5.2
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 19:58:15 -05:00
James Strong
11e21bf3e7
rollback tag
Signed-off-by: James Strong <james.strong@chainguard.dev>
2022-12-29 19:56:03 -05:00
James Strong
8b5a25fa14
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
3916f7b8b7
move tests to gh actions (#9461) 2022-12-29 14:09:29 -08:00
James Strong
2db8552a87
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
fe2bf5cbdf
Add sslpassthrough tests (#9457) 2022-12-28 12:59:27 -08:00
Saumya
a8f4f29871
updated the link in RELEASE.md file (#9456) 2022-12-28 10:13:29 -08:00
James Strong
e0733c7fd0
restart 1.5.2 release process (#9450) 2022-12-26 14:17:27 -08:00
Aleksandr Lebedev
69b3e7e8c1
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