Commit graph

7614 commits

Author SHA1 Message Date
k8s-infra-cherrypick-robot
b881aaf138
Images: Trigger NGINX build. (#11736)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-08-05 14:36:56 -07:00
k8s-infra-cherrypick-robot
50108c72ba
docs: update OpenSSL Roadmap link (#11734)
Co-authored-by: Mmx <green.dusk8264@fastmail.com>
2024-08-05 17:33:47 +02:00
k8s-infra-cherrypick-robot
06653e0fbc
Go: Bump to v1.22.5. (#11731)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-08-05 17:33:35 +02:00
k8s-infra-cherrypick-robot
266731de45
Bump the all group with 3 updates (#11729)
Bumps the all group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).

Updates `docker/setup-buildx-action` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](aa33708b10...988b5a0280)

Updates `actions/upload-artifact` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...89ef406dd8)

Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](a4f60bb28d...aaa42aa062)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 07:14:59 -07:00
k8s-infra-cherrypick-robot
9803c78395
Docs: Fix typo in AWS LB Controller reference (#11724)
Co-authored-by: Gaston Festari <cilindrox@gmail.com>
2024-08-05 00:22:39 -07:00
k8s-infra-cherrypick-robot
9b962ecec7
Perform some cleaning operations on line breaks. (#11722)
Co-authored-by: André Storfjord Kristiansen <33384479+dev-bio@users.noreply.github.com>
Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
2024-08-02 08:04:00 -07:00
k8s-infra-cherrypick-robot
a0ca791929
Missing anchors in regular expression. (#11718)
Co-authored-by: André Storfjord Kristiansen <33384479+dev-bio@users.noreply.github.com>
2024-08-02 01:36:46 -07:00
k8s-infra-cherrypick-robot
2d6c3302fa
Docs: Fix from-to-www redirect description. (#11715)
Co-authored-by: dvg <vdruginin@gmail.com>
2024-08-01 04:49:08 -07:00
Marco Ebert
050091395e
Chart: Remove isControllerTagValid. (#11714) 2024-08-01 04:43:48 -07:00
k8s-infra-cherrypick-robot
48e407fc6d
Tests: Bump e2e-test-runner to v20240729-04899b27. (#11704)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-29 21:58:23 -07:00
k8s-infra-cherrypick-robot
2bce6a13db
Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11700)
* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group

Bumps the all group with 1 update: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo).

Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1)

* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 elsewhere

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-29 07:39:38 -07:00
k8s-infra-cherrypick-robot
d248928ad1
Bump the all group with 2 updates (#11697)
Bumps the all group with 2 updates: [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [github/codeql-action](https://github.com/github/codeql-action).

Updates `ossf/scorecard-action` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](dc50aa9510...62b2cac7ed)

Updates `github/codeql-action` from 3.25.13 to 3.25.15
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2d790406f5...afb54ba388)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 05:59:57 -07:00
k8s-infra-cherrypick-robot
9ed5485745
Docs: Clarify from-to-www redirect direction. (#11692)
* docs: Clarify from-to-www redirect direction.

This was not clear to me when reading the docs whether the ingress will
redirect from non-www to with-www or the reverse. It's also not very
clear from just grepping around the codebase. I found the answer by
reading from this reddit link:

https://www.reddit.com/r/kubernetes/comments/pbl033/k8s_ingress_redirecting_www_to_nonwww_domains/

So, to save time for other people doing the same, which I assumes is a
lot of people since it's a common scenario, this little revision in the
docs is warranted.

* Docs: Implement suggestion.

---------

Co-authored-by: Chakrit Wichian <service@chakrit.net>
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-29 02:55:09 -07:00
k8s-infra-cherrypick-robot
2c32bd026f
Bump the all group with 4 updates (#11676)
Bumps the all group with 4 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/login-action](https://github.com/docker/login-action) and [github/codeql-action](https://github.com/github/codeql-action).

Updates `docker/setup-qemu-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](5927c834f5...49b3bc8e6b)

Updates `docker/setup-buildx-action` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](4fd812986e...aa33708b10)

Updates `docker/login-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](0d4c9c5ea7...9780b0c442)

Updates `github/codeql-action` from 3.25.12 to 3.25.13
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4fa2a79536...2d790406f5)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 17:24:14 +02:00
k8s-infra-cherrypick-robot
6fb9570ac7
Bump the all group with 2 updates (#11674)
* Bump the all group with 2 updates

Bumps the all group with 2 updates: [github.com/ncabatoff/process-exporter](https://github.com/ncabatoff/process-exporter) and [k8s.io/component-base](https://github.com/kubernetes/component-base).

Updates `github.com/ncabatoff/process-exporter` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/ncabatoff/process-exporter/releases)
- [Changelog](https://github.com/ncabatoff/process-exporter/blob/master/cloudbuild.release.yaml)
- [Commits](https://github.com/ncabatoff/process-exporter/compare/v0.8.2...v0.8.3)

Updates `k8s.io/component-base` from 0.30.2 to 0.30.3
- [Commits](https://github.com/kubernetes/component-base/compare/v0.30.2...v0.30.3)

* Metrics/Process: Adapt to API change in `ncabatoff/process-exporter`.

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-22 07:26:25 -07:00
k8s-infra-cherrypick-robot
d1adb0de3f
added real-client-ip faq (#11665)
Co-authored-by: longwuyuan <longwuyuan@gmail.com>
2024-07-21 09:54:37 -07:00
Marco Ebert
eed43af7e3
Docs: Format NGINX configuration table. (#11660) 2024-07-21 16:15:22 +02:00
Marco Ebert
6569d0f073
Release controller v1.10.3 & chart v4.10.3. (#11651) 2024-07-18 11:40:22 -07:00
Marco Ebert
a52c90027b
Images: Trigger controller v1.10.3 build. (#11648) 2024-07-18 16:06:08 +02:00
k8s-infra-cherrypick-robot
f03baa3c88
Tests: Bump test-runner to v20240717-1fe74b5f. (#11646)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-18 06:11:07 -07:00
k8s-infra-cherrypick-robot
f68f050d09
Images: Re-run test-runner build. (#11643)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-18 03:02:12 -07:00
k8s-infra-cherrypick-robot
ff64e1b306
Images: Trigger test-runner build. (#11639)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-18 02:58:04 -07:00
k8s-infra-cherrypick-robot
82e59ecc38
Images: Bump NGINX_BASE to v0.0.10. (#11637)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-18 00:35:34 -07:00
k8s-infra-cherrypick-robot
b14d04725e
Images: Trigger NGINX build. (#11631)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-17 14:52:13 -07:00
k8s-infra-cherrypick-robot
4aad186ba2
bump testing runner (#11626)
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
2024-07-16 22:19:07 -07:00
Marco Ebert
52aceaa71b
Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#11622)
* Bump github.com/prometheus/common from 0.54.0 to 0.55.0

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.54.0 to 0.55.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](https://github.com/prometheus/common/compare/v0.54.0...v0.55.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

* Go: Fix build.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 08:39:55 -07:00
k8s-infra-cherrypick-robot
bf259d3dba
remove modsecurity coreruleset test files from nginx image (#11619)
Co-authored-by: zeeZ <zeeZ@users.noreply.github.com>
2024-07-16 07:29:00 -07:00
k8s-infra-cherrypick-robot
b60945a4ab
unskip the ocsp tests and update images to fix cfssl bug (#11615)
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
2024-07-16 01:24:46 -07:00
k8s-infra-cherrypick-robot
3931896894
Bump the all group with 5 updates (#11613)
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.1` | `5.0.2` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.1.0` | `5.1.1` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.3.3` | `4.3.4` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.11` | `3.25.12` |
| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.23.0` | `0.24.0` |

Updates `actions/setup-go` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](cdcb360436...0a12ed9d6a)

Updates `actions/setup-python` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](82c7e631bb...39cd14951b)

Updates `actions/dependency-review-action` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](72eb03d02c...5a2ce3f5b9)

Updates `github/codeql-action` from 3.25.11 to 3.25.12
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b611370bb5...4fa2a79536)

Updates `aquasecurity/trivy-action` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](7c2007bcb5...6e7b7d1fd3)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 08:59:10 -07:00
k8s-infra-cherrypick-robot
514b10231f
Fix indent in YAML for example pod (#11609)
Co-authored-by: apiwat-chantawibul <billiska@gmail.com>
2024-07-12 00:53:21 -07:00
k8s-infra-cherrypick-robot
720ace11ef
Images: Bump test-runner. (#11604)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-11 08:04:02 -07:00
k8s-infra-cherrypick-robot
5350b31a43
Images: Bump NGINX_BASE to v0.0.9. (#11601)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-11 07:47:50 -07:00
k8s-infra-cherrypick-robot
167963ad76
revert module upgrade (#11595)
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
2024-07-10 19:57:39 -07:00
Marco Ebert
59d229063a
README: Fix support matrix. (#11593) 2024-07-10 11:50:29 +02:00
k8s-infra-cherrypick-robot
18735f0896
Mage: Stop mutating release notes. (#11582)
* Mage: Implement static check recommendations.

* Mage: Stop mutating release notes.

---------

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-08 12:52:55 -07:00
k8s-infra-cherrypick-robot
0300cb2214
Images: Bump kube-webhook-certgen. (#11583)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-08 12:37:55 -07:00
k8s-infra-cherrypick-robot
d10c13e8e9
Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#11579)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.25.0)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 12:35:22 -07:00
k8s-infra-cherrypick-robot
3be3826f06
Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#11577)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.65.0)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 12:32:49 -07:00
k8s-infra-cherrypick-robot
661f78f6c2
Bump the all group with 4 updates (#11574)
Bumps the all group with 4 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).

Updates `docker/setup-qemu-action` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](68827325e0...5927c834f5)

Updates `docker/setup-buildx-action` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](d70bba72b1...4fd812986e)

Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65462800fd...0b2256b8c0)

Updates `actions/download-artifact` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](65a9edc588...fa0a91b85d)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 12:30:20 -07:00
James Strong
fa6bae0df2
Merge pull request #11565 from strongjz/release-1.10.2
Release 1.10.2
2024-07-08 14:11:16 -04:00
James Strong
9b0d42b684
Update charts/ingress-nginx/changelog/helm-chart-4.10.2.md
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-08 14:03:45 -04:00
James Strong
4a1e939f49 Update readme
Signed-off-by: James Strong <strong.james.e@gmail.com>
2024-07-06 15:19:57 -04:00
James Strong
7641fa9ce2 Release notes for 1.10.2
Signed-off-by: James Strong <strong.james.e@gmail.com>
2024-07-06 15:19:02 -04:00
James Strong
ccc77e2c6d
Merge pull request #11560 from strongjz/release-1.10.2
bumping 1.10.2 version
2024-07-04 16:22:00 -04:00
James Strong
437024a84c bumping 1.10.2 version
Signed-off-by: James Strong <strong.james.e@gmail.com>
2024-07-04 13:47:41 -04:00
k8s-infra-cherrypick-robot
fa662742ea
update test runner to latest build (#11557)
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
2024-07-04 01:01:41 -07:00
k8s-infra-cherrypick-robot
88ad22449d
add k8s 1.30 to ci build (#11553)
* add k8s 1.30 to ci build

Signed-off-by: James Strong <strong.james.e@gmail.com>

* force all ci to run on workflow dispatch

Signed-off-by: James Strong <strong.james.e@gmail.com>

* correct the 1.30 version

Signed-off-by: James Strong <strong.james.e@gmail.com>

* Update .github/workflows/ci.yaml

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>

---------

Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-03 23:25:32 -07:00
k8s-infra-cherrypick-robot
41f7a75151
update test runner go base to 3.20 (#11550)
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
2024-07-03 14:31:05 -07:00
k8s-infra-cherrypick-robot
a0a93532f1
tag new test runner image with new nginx base 0.0.8 (#11549)
Signed-off-by: James Strong <strong.james.e@gmail.com>
Co-authored-by: James Strong <strong.james.e@gmail.com>
2024-07-03 14:21:51 -07:00
k8s-infra-cherrypick-robot
3742eaafbd
bump NGINX_BASE to v0.0.8 (#11543)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
2024-07-03 23:09:56 +02:00