Skip to content

Commit e3b7b0e

Browse files
authored
Release controller v1.15.0/v1.14.4/v1.13.8 & chart v4.15.0/v4.14.4/v4.13.8. (#14673)
1 parent 00f349e commit e3b7b0e

File tree

20 files changed

+578
-236
lines changed

20 files changed

+578
-236
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
4949

5050
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
5151
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
52+
| 🔄 | **v1.15.0** | 1.35, 1.34, 1.33, 1.32, 1.31 | 3.23.3 | 1.27.1 | 4.15.0 |
53+
| 🔄 | **v1.14.4** | 1.34, 1.33, 1.32, 1.31, 1.30 | 3.23.3 | 1.27.1 | 4.14.4 |
5254
| 🔄 | **v1.14.3** | 1.34, 1.33, 1.32, 1.31, 1.30 | 3.23.2 | 1.27.1 | 4.14.3 |
5355
| 🔄 | **v1.14.2** | 1.34, 1.33, 1.32, 1.31, 1.30 | 3.23.2 | 1.27.1 | 4.14.2 |
5456
| 🔄 | **v1.14.1** | 1.34, 1.33, 1.32, 1.31, 1.30 | 3.22.2 | 1.27.1 | 4.14.1 |
5557
| 🔄 | **v1.14.0** | 1.34, 1.33, 1.32, 1.31, 1.30 | 3.22.2 | 1.27.1 | 4.14.0 |
58+
| 🔄 | **v1.13.8** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.23.3 | 1.27.1 | 4.13.8 |
5659
| 🔄 | **v1.13.7** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.23.2 | 1.27.1 | 4.13.7 |
5760
| 🔄 | **v1.13.6** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.23.2 | 1.27.1 | 4.13.6 |
5861
| 🔄 | **v1.13.5** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.2 | 1.27.1 | 4.13.5 |

changelog/controller-1.13.8.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Changelog
2+
3+
### controller-v1.13.8
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.13.8@sha256:0e7fad5de70f55c7f5fb61858be5ba6794d61091ad0874e963a61851e43edf99
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.13.8@sha256:5269537aba95892bad7849ef06f0d0d9883cc586af74a0408fa8173835bd2ea1
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#14672)
13+
* Template: Quote `proxy_pass`. (#14669)
14+
* Annotations: Consider aliases in risk evaluation. (#14666)
15+
* Images: Bump other images. (#14663)
16+
* Images: Trigger other builds (2/2). (#14660)
17+
* Images: Trigger other builds (1/2). (#14657)
18+
* Tests: Bump Test Runner to v2.2.8. (#14642)
19+
* Images: Trigger Test Runner build. (#14639)
20+
* Go: Update dependencies. (#14636)
21+
* Images: Bump NGINX to v2.2.8. (#14633)
22+
* Images: Trigger NGINX build. (#14630)
23+
* Go: Update dependencies. (#14627)
24+
* Go: Bump to v1.26.1. (#14624)
25+
* CI: Update Kubernetes to v1.35.2. (#14607)
26+
* Admission Controller: Remove obsolete error log. (#14602)
27+
* Mage: Rewrite `updateChartValue` to obsolete outdated libraries. (#14601)
28+
* Go: Update dependencies. (#14597)
29+
* Go: Update dependencies. (#14586)
30+
* CI: Update KIND to v1.35.1. (#14566)
31+
* CI: Update Kubernetes to v1.35.1. (#14563)
32+
* Docs: Clarify PROXY protocol is not supported on GKE default load balancer. (#14560)
33+
* Controller: Enable SSL Passthrough when requested on before HTTP-only hosts. (#14557)
34+
* CI: Update Helm to v4.1.1. (#14554)
35+
* Annotations: Use dedicated regular expression for `proxy-cookie-domain`. (#14551)
36+
* Docs: Add retirement notice to website. (#14542)
37+
* Template: Use `RawURLEncoding` instead of `URLEncoding` with padding removal. (#14538)
38+
* Docs: Clarify valid values for `proxy-request-buffering`. (#14533)
39+
* Go: Bump to v1.25.7. (#14527)
40+
* Go: Update dependencies. (#14524)
41+
* Tests: Bump Ginkgo to v2.28.1. (#14521)
42+
* Images: Bump Alpine to v3.23.3. (#14518)
43+
* Lua: Fix type mismatch. (#14515)
44+
45+
### Dependency updates:
46+
47+
* Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#14654)
48+
* Bump docker/login-action from 3.7.0 to 4.0.0 (#14651)
49+
* Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#14650)
50+
* Bump the actions group with 5 updates (#14648)
51+
* Bump actions/download-artifact from 7.0.0 to 8.0.0 (#14620)
52+
* Bump the go group across 3 directories with 9 updates (#14618)
53+
* Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#14616)
54+
* Bump actions/setup-go from 6.2.0 to 6.3.0 in the actions group (#14613)
55+
* Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#14594)
56+
* Bump the actions group with 4 updates (#14592)
57+
* Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#14583)
58+
* Bump the go group across 3 directories with 9 updates (#14581)
59+
* Bump the actions group with 2 updates (#14578)
60+
* Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#14576)
61+
* Bump google.golang.org/grpc from 1.78.0 to 1.79.1 in /images/go-grpc-greeter-server/rootfs (#14574)
62+
* Bump github/codeql-action from 4.32.0 to 4.32.2 in the actions group (#14549)
63+
* Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#14547)
64+
65+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.13.7...controller-v1.13.8

changelog/controller-1.14.4.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Changelog
2+
3+
### controller-v1.14.4
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.14.4@sha256:f8c7959ed0cc0c1dd6060f291fc50ccaf27a5497d182bbb6bc4ffed943616f23
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.14.4@sha256:d03d78b6b3a1efa21e02d4d0e9771d07c3e8f0e4a97c5156b12f5c7bd1fc5460
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#14671)
13+
* Template: Quote `proxy_pass`. (#14668)
14+
* Annotations: Consider aliases in risk evaluation. (#14665)
15+
* Images: Bump other images. (#14662)
16+
* Images: Trigger other builds (2/2). (#14659)
17+
* Images: Trigger other builds (1/2). (#14656)
18+
* Tests: Bump Test Runner to v2.2.8. (#14641)
19+
* Images: Trigger Test Runner build. (#14638)
20+
* Go: Update dependencies. (#14635)
21+
* Images: Bump NGINX to v2.2.8. (#14632)
22+
* Images: Trigger NGINX build. (#14629)
23+
* Go: Update dependencies. (#14626)
24+
* Go: Bump to v1.26.1. (#14623)
25+
* CI: Update Kubernetes to v1.35.2. (#14606)
26+
* Admission Controller: Remove obsolete error log. (#14603)
27+
* Mage: Rewrite `updateChartValue` to obsolete outdated libraries. (#14600)
28+
* Go: Update dependencies. (#14596)
29+
* Go: Update dependencies. (#14585)
30+
* CI: Update KIND to v1.35.1. (#14565)
31+
* CI: Update Kubernetes to v1.35.1. (#14562)
32+
* Docs: Clarify PROXY protocol is not supported on GKE default load balancer. (#14559)
33+
* Controller: Enable SSL Passthrough when requested on before HTTP-only hosts. (#14556)
34+
* CI: Update Helm to v4.1.1. (#14553)
35+
* Annotations: Use dedicated regular expression for `proxy-cookie-domain`. (#14550)
36+
* Controller: Use 4KiB buffers for PROXY protocol parsing in TLS passthrough. (#14543)
37+
* Docs: Add retirement notice to website. (#14541)
38+
* Template: Use `RawURLEncoding` instead of `URLEncoding` with padding removal. (#14537)
39+
* Docs: Clarify valid values for `proxy-request-buffering`. (#14534)
40+
* Go: Bump to v1.25.7. (#14526)
41+
* Go: Update dependencies. (#14523)
42+
* Tests: Bump Ginkgo to v2.28.1. (#14520)
43+
* Images: Bump Alpine to v3.23.3. (#14517)
44+
* Lua: Fix type mismatch. (#14514)
45+
46+
### Dependency updates:
47+
48+
* Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#14653)
49+
* Bump docker/login-action from 3.7.0 to 4.0.0 (#14652)
50+
* Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#14649)
51+
* Bump the actions group with 5 updates (#14647)
52+
* Bump actions/download-artifact from 7.0.0 to 8.0.0 (#14619)
53+
* Bump the go group across 3 directories with 9 updates (#14617)
54+
* Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#14615)
55+
* Bump actions/setup-go from 6.2.0 to 6.3.0 in the actions group (#14614)
56+
* Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#14593)
57+
* Bump the actions group with 4 updates (#14591)
58+
* Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#14582)
59+
* Bump the go group across 3 directories with 9 updates (#14580)
60+
* Bump github.com/pires/go-proxyproto from 0.10.0 to 0.11.0 (#14579)
61+
* Bump the actions group with 2 updates (#14577)
62+
* Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#14575)
63+
* Bump google.golang.org/grpc from 1.78.0 to 1.79.1 in /images/go-grpc-greeter-server/rootfs (#14573)
64+
* Bump github/codeql-action from 4.32.0 to 4.32.2 in the actions group (#14548)
65+
* Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#14546)
66+
67+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.14.3...controller-v1.14.4

changelog/controller-1.15.0.md

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
# Changelog
2+
3+
### controller-v1.15.0
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.15.0@sha256:4eea9a4cc2cb6ddcb7da14d377aaf452e68bd3dbe87fe280755d225c4d5e7e4e
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.15.0@sha256:8f3634837abc5c739baff6527934e08131e095317d69bf64d168e07aef53ac12
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#14670)
13+
* Template: Quote `proxy_pass`. (#14667)
14+
* Annotations: Consider aliases in risk evaluation. (#14664)
15+
* Images: Bump other images. (#14661)
16+
* Images: Trigger other builds (2/2). (#14658)
17+
* Images: Trigger other builds (1/2). (#14655)
18+
* Tests: Bump Test Runner to v2.2.8. (#14640)
19+
* Images: Trigger Test Runner build. (#14637)
20+
* Go: Update dependencies. (#14634)
21+
* Images: Bump NGINX to v2.2.8. (#14631)
22+
* Images: Trigger NGINX build. (#14628)
23+
* Go: Update dependencies. (#14625)
24+
* Go: Bump to v1.26.1. (#14622)
25+
* CI: Update Kubernetes to v1.35.2. (#14605)
26+
* Admission Controller: Remove obsolete error log. (#14599)
27+
* Mage: Rewrite `updateChartValue` to obsolete outdated libraries. (#14598)
28+
* Go: Update dependencies. (#14595)
29+
* Go: Update dependencies. (#14584)
30+
* CI: Update KIND to v1.35.1. (#14564)
31+
* CI: Update Kubernetes to v1.35.1. (#14561)
32+
* Docs: Clarify PROXY protocol is not supported on GKE default load balancer. (#14558)
33+
* Controller: Enable SSL Passthrough when requested on before HTTP-only hosts. (#14555)
34+
* CI: Update Helm to v4.1.1. (#14552)
35+
* Annotations: Use dedicated regular expression for `proxy-cookie-domain`. (#14536)
36+
* Controller: Use 4KiB buffers for PROXY protocol parsing in TLS passthrough. (#14540)
37+
* Docs: Add retirement notice to website. (#14539)
38+
* Template: Use `RawURLEncoding` instead of `URLEncoding` with padding removal. (#14535)
39+
* Docs: Clarify valid values for `proxy-request-buffering`. (#14532)
40+
* Go: Bump to v1.25.7. (#14525)
41+
* Go: Update dependencies. (#14522)
42+
* Tests: Bump Ginkgo to v2.28.1. (#14519)
43+
* Images: Bump Alpine to v3.23.3. (#14516)
44+
* Lua: Fix type mismatch. (#14513)
45+
* Release controller v1.14.3/v1.13.7 & chart v4.14.3/v4.13.7. (#14512)
46+
* Annotations: Add `^` and `$` to auth method regex. (#14504)
47+
* Template: Quote all `location` and `server_name` directives, and escape quotes and backslashes. (#14501)
48+
* Controller: Verify UIDs. (#14498)
49+
* Template: Bypass custom error pages when handling auth URL requests. (#14495)
50+
* Admission Controller: Use 9 MB limit. (#14492)
51+
* Images: Bump other images. (#14483)
52+
* Images: Trigger other builds (2/2). (#14479)
53+
* Images: Trigger other builds (1/2). (#14476)
54+
* Tests: Bump Test Runner to v2.2.7. (#14470)
55+
* Images: Trigger Test Runner build. (#14467)
56+
* Images: Bump NGINX to v2.2.7. (#14464)
57+
* Images: Trigger NGINX build. (#14461)
58+
* Go: Update dependencies. (#14458)
59+
* Images: Bump GCB Docker GCloud to v20260127-c1affcc8de. (#14455)
60+
* CI: Update Helm to v4.1.0. (#14452)
61+
* Controller: Fix sync for when host clock jumps to future. (#14440)
62+
* Util: Fix panic for empty `cpu.max` file. (#14441)
63+
* Release controller v1.14.2/v1.13.6 & chart v4.14.2/v4.13.6. (#14436)
64+
* Repository: Remove `netlify.toml`. (#14437)
65+
* Images: Bump other images. (#14429)
66+
* Images: Trigger other builds (2/2). (#14425)
67+
* Images: Trigger other builds (1/2). (#14422)
68+
* Tests: Bump Test Runner to v2.2.6. (#14419)
69+
* NGINX: Update OWASP CRS to v4.22.0. (#14416)
70+
* Images: Trigger Test Runner build. (#14413)
71+
* Images: Bump NGINX to v2.2.6. (#14410)
72+
* Go: Update dependencies. (#14407)
73+
* CI: Update Helm to v4.0.5. (#14404)
74+
* Go: Bump to v1.25.6. (#14401)
75+
* Docs: Fix typos. (#14391)
76+
* Go: Update dependencies. (#14387)
77+
* Images: Bump GCB Docker GCloud to v20260108-7f313c340e. (#14384)
78+
* Tests: Bump Ginkgo to v2.27.5. (#14381)
79+
* Docs: Remove duplicate in log format. (#14365)
80+
* Update documentation to highlight that the project is retiring (#14364)
81+
* Images: Trigger NGINX build. (#14356)
82+
* Go: Update dependencies. (#14353)
83+
* Docs: Add retirement blog post. (#14350)
84+
* Docs: Clarify regex docs. (#14336)
85+
* Go: Update dependencies. (#14333)
86+
* Images: Bump GCB Docker GCloud to v20251222-9ed298b43e. (#14330)
87+
* CI: Update Kubernetes to v1.35.0. (#14311)
88+
* Images: Bump Alpine to v3.23.2. (#14308)
89+
* CI: Update KIND to v1.34.3. (#14305)
90+
* CI: Update Helm to v4.0.4. (#14293)
91+
* CI: Update KIND to v1.34.2. (#14290)
92+
* Images: Bump GCB Docker GCloud to v20251211-4c812d4cd8. (#14287)
93+
* CI: Update Helm to v4.0.2. (#14284)
94+
* CI: Update Kubernetes to v1.34.3. (#14281)
95+
* Go: Update dependencies. (#14278)
96+
* Images: Bump GCB Docker GCloud to v20251110-7ccd542560. (#14275)
97+
* Tests: Bump Ginkgo to v2.27.3. (#14268)
98+
* CI: Disable verification for Helm Unit Test. (#14271)
99+
* CI: Update Helm to v4.0.1. (#14255)
100+
* Bye bye, v1.12 - fr! (#14265)
101+
* Images: Bump Alpine to v3.23.0. (#14249)
102+
* Go: Bump to v1.25.5. (#14252)
103+
* Release controller v1.14.1/v1.13.5 & chart v4.14.1/v4.13.5. (#14246)
104+
* Images: Bump other images. (#14237)
105+
* Images: Update LuaRocks to v3.12.2. (#14234)
106+
* Images: Trigger other builds (2/2). (#14231)
107+
* Images: Trigger other builds (1/2). (#14228)
108+
* CI: Pin Helm version. (#14225)
109+
* Tests: Bump Test Runner to v2.2.5. (#14221)
110+
* Images: Trigger Test Runner build. (#14218)
111+
* Images: Bump NGINX to v2.2.5. (#14215)
112+
* Images: Trigger NGINX build. (#14212)
113+
* Go: Update dependencies. (#14209)
114+
* Docs: Fix typo. (#14185)
115+
* CI: Update Helm to v3.19.2. (#14169)
116+
* Go: Update dependencies. (#14168)
117+
* CI: Update Kubernetes to v1.34.2. (#14167)
118+
* CI: Update Helm to v3.19.1. (#14164)
119+
* Custom Error Pages: Do not write status code too soon. (#14161)
120+
* Images: Bump GCB Docker GCloud to v20251110-7ccd542560. (#14155)
121+
* Go: Update dependencies. (#14158)
122+
* Tests: Bump Ginkgo to v2.27.2. (#14152)
123+
* Go: Bump to v1.25.4. (#14133)
124+
* Controller: Fix host/path overlap detection for multiple rules. (#13162)
125+
* Bye bye, v1.12. (#14124)
126+
127+
### Dependency updates:
128+
129+
* Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#14646)
130+
* Bump docker/login-action from 3.7.0 to 4.0.0 (#14645)
131+
* Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#14644)
132+
* Bump the actions group with 5 updates (#14643)
133+
* Bump actions/download-artifact from 7.0.0 to 8.0.0 (#14610)
134+
* Bump the go group across 3 directories with 9 updates (#14612)
135+
* Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#14611)
136+
* Bump actions/setup-go from 6.2.0 to 6.3.0 in the actions group (#14609)
137+
* Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#14589)
138+
* Bump the actions group with 4 updates (#14588)
139+
* Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#14571)
140+
* Bump the go group across 3 directories with 9 updates (#14568)
141+
* Bump github.com/pires/go-proxyproto from 0.10.0 to 0.11.0 (#14570)
142+
* Bump the actions group with 2 updates (#14567)
143+
* Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#14572)
144+
* Bump google.golang.org/grpc from 1.78.0 to 1.79.1 in /images/go-grpc-greeter-server/rootfs (#14569)
145+
* Bump github/codeql-action from 4.32.0 to 4.32.2 in the actions group (#14544)
146+
* Bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#14545)
147+
* Bump the actions group with 2 updates (#14486)
148+
* Bump github.com/pires/go-proxyproto from 0.8.1 to 0.9.1 (#14443)
149+
* Bump the actions group with 3 updates (#14442)
150+
* Bump the go group across 2 directories with 2 updates (#14394)
151+
* Bump the actions group with 2 updates (#14393)
152+
* Bump the go group across 1 directory with 2 updates (#14371)
153+
* Bump dorny/test-reporter from 2.3.0 to 2.5.0 in the actions group (#14361)
154+
* Bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#14345)
155+
* Bump google.golang.org/grpc from 1.77.0 to 1.78.0 in /images/go-grpc-greeter-server/rootfs (#14344)
156+
* Bump k8s.io/apiextensions-apiserver from 0.34.3 to 0.35.0 (#14319)
157+
* Bump k8s.io/kube-aggregator from 0.34.3 to 0.35.0 in /images/kube-webhook-certgen/rootfs (#14316)
158+
* Bump k8s.io/apimachinery from 0.34.3 to 0.35.0 in /images/ext-auth-example-authsvc/rootfs (#14315)
159+
* Bump the actions group with 2 updates (#14314)
160+
* Bump github/codeql-action from 4.31.7 to 4.31.8 in the actions group (#14296)
161+
* Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#14298)
162+
* Bump actions/download-artifact from 6.0.0 to 7.0.0 (#14297)
163+
* Bump the go group across 2 directories with 1 update (#14260)
164+
* Bump the actions group with 3 updates (#14258)
165+
* Bump the actions group with 3 updates (#14241)
166+
* Bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#14198)
167+
* Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /images/go-grpc-greeter-server/rootfs (#14197)
168+
* Bump github.com/prometheus/common from 0.67.2 to 0.67.4 in /images/custom-error-pages/rootfs in the go group across 1 directory (#14196)
169+
* Bump actions/checkout from 5.0.0 to 6.0.0 (#14195)
170+
* Bump the actions group with 3 updates (#14194)
171+
* Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#14188)
172+
* Bump the actions group with 3 updates (#14182)
173+
* Bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 (#14143)
174+
* Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#14142)
175+
* Bump helm/chart-testing-action from e27de75c91e0f939bbffea4638c3c70430d7b857 to 6ec842c01de15ebb84c8627d2744a0c2f2755c9f (#14141)
176+
* Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 in the actions group (#14140)
177+
* Bump the go group across 1 directory with 4 updates (#14128)
178+
* Bump github/codeql-action from 4.31.0 to 4.31.2 in the actions group (#14113)
179+
180+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.14.0...controller-v1.15.0

charts/ingress-nginx/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- Update Ingress-Nginx version controller-v1.14.3
3+
- Update Ingress-Nginx version controller-v1.15.0
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.14.3
6+
appVersion: 1.15.0
77
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
88
load balancer
99
home: https://github.com/kubernetes/ingress-nginx
@@ -20,4 +20,4 @@ maintainers:
2020
name: ingress-nginx
2121
sources:
2222
- https://github.com/kubernetes/ingress-nginx
23-
version: 4.14.3
23+
version: 4.15.0

0 commit comments

Comments
 (0)