Skip to content

Commit 67f4c98

Browse files
authored
Merge branch 'main' into main
2 parents c259b47 + c9d33b7 commit 67f4c98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+891
-404
lines changed

.github/workflows/chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4646
4747
- name: Checkout code
48-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4949
with:
5050
fetch-depth: 0
5151

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848

4949
- name: Checkout
50-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5151

5252
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
5353
id: filter
@@ -81,7 +81,7 @@ jobs:
8181
(needs.changes.outputs.lua == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
84+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8585

8686
- name: Lint Lua
8787
uses: lunarmodules/luacheck@v1
@@ -95,7 +95,7 @@ jobs:
9595
(needs.changes.outputs.go == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
98+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9999

100100
- name: Get go version
101101
run: echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
@@ -119,7 +119,7 @@ jobs:
119119
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.docs == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
120120
steps:
121121
- name: Checkout
122-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
122+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
123123
- name: Get go version
124124
run: echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
125125
- name: Set up Go
@@ -144,7 +144,7 @@ jobs:
144144
PLATFORMS: linux/amd64
145145
steps:
146146
- name: Checkout
147-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
147+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
148148

149149
- name: Get go version
150150
id: golangversion
@@ -202,7 +202,7 @@ jobs:
202202
| gzip > docker.tar.gz
203203
204204
- name: cache
205-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
205+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206206
with:
207207
name: docker.tar.gz
208208
path: docker.tar.gz
@@ -241,7 +241,7 @@ jobs:
241241
run: helm plugin install https://github.com/helm-unittest/helm-unittest
242242

243243
- name: Checkout code
244-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
244+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
245245
with:
246246
fetch-depth: 0
247247

@@ -274,7 +274,7 @@ jobs:
274274

275275
steps:
276276
- name: Checkout code
277-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
277+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
278278

279279
- name: Download cache
280280
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

.github/workflows/depreview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
12+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2727

2828
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
2929
id: filter
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout master
50-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5151

5252
- name: Deploy
5353
uses: ./.github/actions/mkdocs

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1919

2020
- name: Get go version
2121
run: echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV

.github/workflows/images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
42+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4343
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4444
id: filter
4545
with:
@@ -138,7 +138,7 @@ jobs:
138138
k8s: [v1.28.13, v1.29.8, v1.30.4, v1.31.0]
139139
steps:
140140
- name: Checkout
141-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
141+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
142142

143143
- name: Get go version
144144
run: echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
@@ -169,10 +169,10 @@ jobs:
169169
if: |
170170
(github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.changes.outputs.nginx == 'true')
171171
env:
172-
PLATFORMS: linux/amd64,linux/arm,linux/arm64,linux/s390x
172+
PLATFORMS: linux/amd64,linux/arm,linux/arm64
173173
steps:
174174
- name: Checkout
175-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
175+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
176176
- name: Set up QEMU
177177
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
178178
- name: Set up Docker Buildx

.github/workflows/perftest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2323

2424
- name: Install K6
2525
run: |

.github/workflows/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/scorecards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Checkout code"
30-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3131
with:
3232
persist-credentials: false
3333

@@ -51,14 +51,14 @@ jobs:
5151
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5252
# format to the repository Actions tab.
5353
- name: "Upload artifact"
54-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
54+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5555
with:
5656
name: SARIF file
5757
path: results.sarif
5858
retention-days: 5
5959

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: "Upload to code-scanning"
62-
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
62+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
6363
with:
6464
sarif_file: results.sarif

.github/workflows/vulnerability-scans.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
versions: ${{ steps.version.outputs.TAGS }}
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2626
with:
2727
fetch-depth: 0
2828

@@ -52,15 +52,15 @@ jobs:
5252
versions: ${{ fromJSON(needs.version.outputs.versions) }}
5353
steps:
5454
- name: Checkout code
55-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5656

5757
- shell: bash
5858
id: test
5959
run: echo "Scanning registry.k8s.io/ingress-nginx/controller@${{ matrix.versions }}"
6060

6161
- name: Scan image with AquaSec/Trivy
6262
id: scan
63-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
63+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
6464
with:
6565
image-ref: registry.k8s.io/ingress-nginx/controller:${{ matrix.versions }}
6666
format: 'sarif'
@@ -75,7 +75,7 @@ jobs:
7575

7676
# This step checks out a copy of your repository.
7777
- name: Upload SARIF file
78-
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
78+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
7979
with:
8080
token: ${{ github.token }}
8181
# Path to SARIF file relative to the root of the repository

.github/workflows/zz-tmpl-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3535
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3636
id: filter
3737
with:
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5252

5353
- name: Build
5454
run: |
@@ -67,7 +67,7 @@ jobs:
6767
PLATFORMS: ${{ inputs.platforms-publish }}
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
70+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7171

7272
- name: Login to GitHub Container Registry
7373
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0

.github/workflows/zz-tmpl-k8s-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2424

2525
- name: cache
2626
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -49,7 +49,7 @@ jobs:
4949
make kind-e2e-test
5050
5151
- name: Upload e2e junit-reports ${{ inputs.variation }}
52-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
52+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5353
if: success() || failure()
5454
with:
5555
name: e2e-test-reports-${{ inputs.k8s-version }}${{ inputs.variation }}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ ensure-buildx:
240240
show-version:
241241
echo -n $(TAG)
242242

243-
PLATFORMS ?= amd64 arm arm64 s390x
244-
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64,linux/s390x
243+
PLATFORMS ?= amd64 arm arm64
244+
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64
245245

246246
.PHONY: release # Build a multi-arch docker image
247247
release: ensure-buildx clean

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,17 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3939

4040
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
4141
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
42+
| 🔄 | **v1.12.0-beta.0** | 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
43+
| 🔄 | **v1.11.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.11.3 |
4244
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
4345
| 🔄 | **v1.11.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |
4446
| 🔄 | **v1.11.0** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |
45-
| 🔄 | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
46-
| 🔄 | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
47-
| 🔄 | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
48-
| 🔄 | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
49-
| 🔄 | **v1.10.0** | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
47+
| | **v1.10.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.10.5 |
48+
| | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
49+
| | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
50+
| | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
51+
| | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
52+
| | **v1.10.0** | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
5053
| | v1.9.6 | 1.29, 1.28, 1.27, 1.26, 1.25 | 3.19.0 | 1.21.6 | 4.9.1 |
5154
| | v1.9.5 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.9.0 |
5255
| | v1.9.4 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.3 |

changelog/controller-1.10.5.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# Changelog
2+
3+
### controller-v1.10.5
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.10.5@sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12133)
13+
* Tests & Docs: Bump `e2e-test-echo` to v1.0.1. (#12146)
14+
* Images: Trigger `e2e-test-echo` build. (#12142)
15+
* Images: Drop `s390x`. (#12139)
16+
* Images: Build `s390x` controller. (#12128)
17+
* Chart: Bump Kube Webhook CertGen. (#12122)
18+
* Tests & Docs: Bump images. (#12120)
19+
* Cloud Build: Bump `gcb-docker-gcloud` to v20240718-5ef92b5c36. (#12116)
20+
* Images: Trigger other builds. (#12111)
21+
* Tests: Bump `e2e-test-runner` to v20241004-114a6abb. (#12104)
22+
* Images: Trigger `test-runner` build. (#12101)
23+
* Docs: Add a multi-tenant warning. (#12098)
24+
* Go: Bump to v1.22.8. (#12093)
25+
* Images: Bump `NGINX_BASE` to v0.1.0. (#12079)
26+
* Images: Trigger NGINX build. (#12077)
27+
* Images: Remove NGINX v1.21. (#12057)
28+
* GitHub: Improve Dependabot. (#12037)
29+
* Chart: Improve CI. (#12029)
30+
* Chart: Extend image tests. (#12026)
31+
* Docs: Add health check annotations for AWS. (#12021)
32+
* Docs: Convert `opentelemetry.md` from CRLF to LF. (#12007)
33+
* Chart: Test `controller.minAvailable` & `controller.maxUnavailable`. (#12001)
34+
* Chart: Align default backend `PodDisruptionBudget`. (#11998)
35+
* Metrics: Fix namespace in `nginx_ingress_controller_ssl_expire_time_seconds`. (#11985)
36+
* Chart: Improve default backend service account. (#11973)
37+
* Go: Bump to v1.22.7. (#11969)
38+
* Images: Bump OpenTelemetry C++ Contrib. (#11950)
39+
* Docs: Add note about `--watch-namespace`. (#11948)
40+
* Images: Use latest Alpine 3.20 everywhere. (#11945)
41+
* Fix minor typos (#11940)
42+
* Chart: Implement `controller.admissionWebhooks.service.servicePort`. (#11933)
43+
* Tests: Bump `e2e-test-runner` to v20240829-2c421762. (#11920)
44+
* Images: Trigger `test-runner` build. (#11918)
45+
* Chart: Add tests for `PrometheusRule` & `ServiceMonitor`. (#11888)
46+
* Annotations: Allow commas in URLs. (#11886)
47+
* CI: Grant checks write permissions to E2E Test Report. (#11884)
48+
* Update maxmind post link about geolite2 license changes (#11880)
49+
* Go: Sync `go.work.sum`. (#11876)
50+
* Replace deprecated queue method (#11858)
51+
* Auto-generate annotation docs (#11835)
52+
53+
### Dependency updates:
54+
55+
* Bump the actions group with 3 updates (#12150)
56+
* Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12108)
57+
* Bump the actions group with 3 updates (#12096)
58+
* Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12088)
59+
* Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12086)
60+
* Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12084)
61+
* Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12082)
62+
* Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12054)
63+
* Bump the go group across 1 directory with 3 updates (#12052)
64+
* Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12048)
65+
* Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12044)
66+
* Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12045)
67+
* Bump the all group with 2 updates (#12035)
68+
* Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12015)
69+
* Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12013)
70+
* Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12011)
71+
* Bump the all group with 2 updates (#11979)
72+
* Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11978)
73+
* Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11960)
74+
* Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11959)
75+
* Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11956)
76+
* Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11929)
77+
* Bump the all group with 2 updates (#11924)
78+
* Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11912)
79+
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11907)
80+
* Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11906)
81+
* Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11905)
82+
* Bump the all group with 2 updates (#11870)
83+
* Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11869)
84+
* Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11848)
85+
* Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11847)
86+
* Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11846)
87+
* Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11841)
88+
* Bump github/codeql-action from 3.26.0 to 3.26.2 in the all group (#11833)
89+
90+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.10.4...controller-v1.10.5

0 commit comments

Comments
 (0)