Skip to content

Commit cb53d76

Browse files
authored
Release controller v1.12.0/v1.11.4/v1.10.6 & chart v4.12.0/v4.11.4/v4.10.6. (#12619)
1 parent 29513e8 commit cb53d76

File tree

21 files changed

+760
-242
lines changed

21 files changed

+760
-242
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ 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 |
42+
| 🔄 | **v1.12.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
43+
| 🔄 | **v1.12.0-beta.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
44+
| 🔄 | **v1.11.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.11.4 |
4345
| 🔄 | **v1.11.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.11.3 |
4446
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
4547
| 🔄 | **v1.11.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |
4648
| 🔄 | **v1.11.0** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |
49+
| | **v1.10.6** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.10.6 |
4750
| | **v1.10.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.10.5 |
4851
| | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
4952
| | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |

changelog/controller-1.10.6.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Changelog
2+
3+
### controller-v1.10.6
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.10.6@sha256:b6fbd102255edb3ba8e5421feebe14fd3e94cf53d199af9e40687f536152189c
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.10.6@sha256:44ceedafc0e04a75521b5d472c1b6b5cc08afb8038b5bbfd79c21d066ccf300e
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12611)
13+
* Chart: Bump Kube Webhook CertGen. (#12608)
14+
* Tests & Docs: Bump images. (#12605)
15+
* Images: Trigger other builds (2/2). (#12598)
16+
* Images: Trigger other builds (1/2). (#12597)
17+
* Tests: Bump `e2e-test-runner` to v20241224-68ed4e7b. (#12592)
18+
* Images: Trigger `test-runner` build. (#12586)
19+
* Images: Bump `NGINX_BASE` to v0.2.0. (#12584)
20+
* Images: Trigger NGINX build. (#12578)
21+
* Go: Clean `go.work.sum`. (#12575)
22+
* Repository: Update owners. (#12570)
23+
* Images: Bump `gcb-docker-gcloud` to v20241217-ff46a068cd. (#12563)
24+
* CI: Update KIND images. (#12559)
25+
* Images: Bump Alpine to v3.21. (#12530)
26+
* Docs: Add guide on how to set a Maintenance Page. (#12527)
27+
* rikatz is stepping down (#12518)
28+
* rikatz is stepping down (#12497)
29+
* Go: Bump to v1.23.4. (#12485)
30+
* Plugin: Bump `goreleaser` to v2. (#12442)
31+
* GitHub: Fix `exec` in issue template. (#12389)
32+
* CI: Update KIND images. (#12368)
33+
* Images: Bump `gcb-docker-gcloud` to v20241110-72bb0b1665. (#12341)
34+
* Go: Bump to v1.23.3. (#12339)
35+
* Auth TLS: Add `_` to redirect RegEx. (#12328)
36+
* Auth TLS: Improve redirect RegEx. (#12321)
37+
* Tests: Bump `e2e-test-runner` to v20241104-02a3933e. (#12314)
38+
* Images: Trigger `test-runner` build. (#12307)
39+
* Config: Fix panic on invalid `lua-shared-dict`. (#12282)
40+
* Docs: fix limit-rate-after references (#12280)
41+
* Chart: Rework ServiceMonitor. (#12268)
42+
* Chart: Add ServiceAccount tests. (#12266)
43+
* CI: Fix chart testing. (#12260)
44+
* [fix] fix nginx temp configs cleanup (#12224)
45+
* Chart: Suggest `matchLabelKeys` in Topology Spread Constraints. (#12204)
46+
* Docs: Add Pod Security Admission. (#12198)
47+
* Docs: Clarify external & service port in TCP/UDP services explanation. (#12194)
48+
49+
### Dependency updates:
50+
51+
* Bump k8s.io/apiextensions-apiserver from 0.31.3 to 0.32.0 (#12565)
52+
* Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#12557)
53+
* Bump k8s.io/code-generator from 0.31.3 to 0.32.0 (#12552)
54+
* Bump k8s.io/cli-runtime from 0.31.3 to 0.32.0 (#12549)
55+
* Bump k8s.io/apiserver from 0.31.3 to 0.32.0 (#12546)
56+
* Bump the actions group with 2 updates (#12543)
57+
* Bump google.golang.org/grpc from 1.68.1 to 1.69.2 (#12540)
58+
* Bump k8s.io/client-go from 0.31.3 to 0.32.0 (#12514)
59+
* Bump github.com/opencontainers/runc from 1.2.2 to 1.2.3 in the go group across 1 directory (#12511)
60+
* Bump the actions group with 3 updates (#12508)
61+
* Bump k8s.io/kube-aggregator from 0.31.3 to 0.32.0 in /images/kube-webhook-certgen/rootfs (#12504)
62+
* Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /images/ext-auth-example-authsvc/rootfs (#12501)
63+
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#12478)
64+
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /magefiles (#12473)
65+
* Bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#12466)
66+
* Bump github/codeql-action from 3.27.5 to 3.27.6 in the actions group (#12463)
67+
* Bump the go group across 1 directory with 2 updates (#12459)
68+
* Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#12425)
69+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#12416)
70+
* Bump the go group across 3 directories with 10 updates (#12414)
71+
* Bump the actions group with 3 updates (#12410)
72+
* Bump github.com/opencontainers/runc from 1.2.1 to 1.2.2 in the go group across 1 directory (#12382)
73+
* Bump github/codeql-action from 3.27.1 to 3.27.4 in the actions group (#12375)
74+
* Bump golangci-lint on actions and disable deprecated linters (#12363)
75+
* Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#12356)
76+
* Bump the actions group with 3 updates (#12353)
77+
* Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#12351)
78+
* Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#12297)
79+
* Bump github.com/opencontainers/runc from 1.2.0 to 1.2.1 in the go group across 1 directory (#12294)
80+
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#12290)
81+
* Bump actions/dependency-review-action from 4.3.5 to 4.4.0 in the actions group (#12275)
82+
* Bump the go group across 3 directories with 11 updates (#12246)
83+
* Bump github.com/opencontainers/runc from 1.1.15 to 1.2.0 (#12241)
84+
* Bump the actions group with 5 updates (#12243)
85+
* Bump github.com/ncabatoff/process-exporter from 0.8.3 to 0.8.4 in the go group across 1 directory (#12219)
86+
* Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group (#12215)
87+
* Bump github/codeql-action from 3.26.12 to 3.26.13 in the actions group (#12191)
88+
* Bump the go group across 2 directories with 1 update (#12189)
89+
* Bump the actions group with 2 updates (#12185)
90+
* Bump github.com/opencontainers/runc from 1.1.14 to 1.1.15 in the go group across 1 directory (#12184)
91+
92+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.10.5...controller-v1.10.6

changelog/controller-1.11.4.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# Changelog
2+
3+
### controller-v1.11.4
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.11.4@sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.11.4@sha256:f29d0f9e7a9ef4947eda59ed0c09ec13380b13639d1518cf1ab8ec09c3e22ef8
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12610)
13+
* Chart: Bump Kube Webhook CertGen. (#12607)
14+
* Tests & Docs: Bump images. (#12604)
15+
* Images: Trigger other builds (2/2). (#12600)
16+
* Images: Trigger other builds (1/2). (#12596)
17+
* Tests: Bump `e2e-test-runner` to v20241224-68ed4e7b. (#12591)
18+
* Images: Trigger `test-runner` build. (#12588)
19+
* Images: Bump `NGINX_BASE` to v0.2.0. (#12583)
20+
* Images: Trigger NGINX build. (#12577)
21+
* Go: Clean `go.work.sum`. (#12574)
22+
* Repository: Update owners. (#12569)
23+
* Images: Bump `gcb-docker-gcloud` to v20241217-ff46a068cd. (#12562)
24+
* CI: Update KIND images. (#12558)
25+
* Images: Bump Alpine to v3.21. (#12529)
26+
* Docs: Add guide on how to set a Maintenance Page. (#12526)
27+
* rikatz is stepping down (#12517)
28+
* rikatz is stepping down (#12495)
29+
* Go: Bump to v1.23.4. (#12484)
30+
* Plugin: Bump `goreleaser` to v2. (#12441)
31+
* GitHub: Fix `exec` in issue template. (#12388)
32+
* CI: Update KIND images. (#12365)
33+
* Images: Bump `gcb-docker-gcloud` to v20241110-72bb0b1665. (#12343)
34+
* Go: Bump to v1.23.3. (#12338)
35+
* Auth TLS: Add `_` to redirect RegEx. (#12327)
36+
* Auth TLS: Improve redirect RegEx. (#12322)
37+
* Update custom headers annotation documentation (#12319)
38+
* Tests: Bump `e2e-test-runner` to v20241104-02a3933e. (#12313)
39+
* Images: Trigger `test-runner` build. (#12306)
40+
* Config: Fix panic on invalid `lua-shared-dict`. (#12284)
41+
* Docs: fix limit-rate-after references (#12279)
42+
* Chart: Rework ServiceMonitor. (#12270)
43+
* Chart: Add ServiceAccount tests. (#12264)
44+
* CI: Fix chart testing. (#12259)
45+
* [fix] fix nginx temp configs cleanup (#12223)
46+
* Chart: Suggest `matchLabelKeys` in Topology Spread Constraints. (#12203)
47+
* Docs: Add Pod Security Admission. (#12197)
48+
* Docs: Clarify external & service port in TCP/UDP services explanation. (#12193)
49+
* Docs: Goodbye, v1.10. (#12159)
50+
51+
### Dependency updates:
52+
53+
* Bump k8s.io/apiextensions-apiserver from 0.31.3 to 0.32.0 (#12567)
54+
* Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#12556)
55+
* Bump k8s.io/code-generator from 0.31.3 to 0.32.0 (#12551)
56+
* Bump k8s.io/cli-runtime from 0.31.3 to 0.32.0 (#12548)
57+
* Bump k8s.io/apiserver from 0.31.3 to 0.32.0 (#12545)
58+
* Bump the actions group with 2 updates (#12542)
59+
* Bump google.golang.org/grpc from 1.68.1 to 1.69.2 (#12539)
60+
* Bump k8s.io/client-go from 0.31.3 to 0.32.0 (#12513)
61+
* Bump github.com/opencontainers/runc from 1.2.2 to 1.2.3 in the go group across 1 directory (#12510)
62+
* Bump the actions group with 3 updates (#12507)
63+
* Bump k8s.io/kube-aggregator from 0.31.3 to 0.32.0 in /images/kube-webhook-certgen/rootfs (#12503)
64+
* Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in /images/ext-auth-example-authsvc/rootfs (#12500)
65+
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#12477)
66+
* Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /magefiles (#12475)
67+
* Bump github.com/prometheus/common from 0.60.1 to 0.61.0 (#12465)
68+
* Bump github/codeql-action from 3.27.5 to 3.27.6 in the actions group (#12462)
69+
* Bump the go group across 1 directory with 2 updates (#12458)
70+
* Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#12427)
71+
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#12417)
72+
* Bump the go group across 3 directories with 10 updates (#12415)
73+
* Bump the actions group with 3 updates (#12411)
74+
* Bump github.com/opencontainers/runc from 1.2.1 to 1.2.2 in the go group across 1 directory (#12381)
75+
* Bump github/codeql-action from 3.27.1 to 3.27.4 in the actions group (#12374)
76+
* Bump golangci-lint on actions and disable deprecated linters (#12362)
77+
* Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#12355)
78+
* Bump the actions group with 3 updates (#12352)
79+
* Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#12350)
80+
* Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#12298)
81+
* Bump github.com/opencontainers/runc from 1.2.0 to 1.2.1 in the go group across 1 directory (#12295)
82+
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#12289)
83+
* Bump actions/dependency-review-action from 4.3.5 to 4.4.0 in the actions group (#12274)
84+
* Bump the go group across 3 directories with 11 updates (#12245)
85+
* Bump github.com/opencontainers/runc from 1.1.15 to 1.2.0 (#12239)
86+
* Bump the actions group with 5 updates (#12240)
87+
* Bump github.com/ncabatoff/process-exporter from 0.8.3 to 0.8.4 in the go group across 1 directory (#12220)
88+
* Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 in the actions group (#12216)
89+
* Bump github/codeql-action from 3.26.12 to 3.26.13 in the actions group (#12190)
90+
* Bump the go group across 2 directories with 1 update (#12187)
91+
* Bump the actions group with 2 updates (#12181)
92+
* Bump github.com/opencontainers/runc from 1.1.14 to 1.1.15 in the go group across 1 directory (#12179)
93+
94+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.3...controller-v1.11.4

0 commit comments

Comments
 (0)