From 433781c9186609ff6a31c76bbf8e1b5075e1384b Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 8 Nov 2023 14:35:00 +0100 Subject: [PATCH] Repository: Align `changelog/controller-*.md` to `changelog/controller.md.gotmpl`. --- changelog/controller-1.6.4.md | 14 ++++++++------ changelog/controller-1.7.0.md | 14 ++++++++------ changelog/controller-1.7.1.md | 14 ++++++++------ changelog/controller-1.8.0.md | 17 +++++++---------- changelog/controller-1.8.1.md | 14 ++++++++------ changelog/controller-1.8.2.md | 10 +++++----- changelog/controller-1.9.0-beta.0.md | 14 ++++++++------ changelog/controller-1.9.0.md | 14 ++++++++------ changelog/controller-1.9.1.md | 14 ++++++++------ changelog/controller-1.9.3.md | 14 ++++++++------ changelog/controller-1.9.4.md | 9 +++++---- 11 files changed, 81 insertions(+), 67 deletions(-) diff --git a/changelog/controller-1.6.4.md b/changelog/controller-1.6.4.md index 5f940d1c4..256e5ec09 100644 --- a/changelog/controller-1.6.4.md +++ b/changelog/controller-1.6.4.md @@ -1,12 +1,13 @@ # Changelog ### 1.6.4 + Images: - * registry.k8s.io/controller:controller-v1.6.4@sha256:15be4666c53052484dd2992efacf2f50ea77a78ae8aa21ccd91af6baaa7ea22f - * registry.k8s.io/controller-chroot:controller-v1.6.4@sha256:0de01e2c316c3ca7847ca13b32d077af7910d07f21a4a82f81061839764f8f81 - -### All Changes: +* registry.k8s.io/controller:controller-v1.6.4@sha256:15be4666c53052484dd2992efacf2f50ea77a78ae8aa21ccd91af6baaa7ea22f +* registry.k8s.io/controller-chroot:controller-v1.6.4@sha256:0de01e2c316c3ca7847ca13b32d077af7910d07f21a4a82f81061839764f8f81 + +### All changes: * remove tests and regex path checks (#9626) * Fix incorrect annotation name in upstream hashing configuration (#9617) @@ -99,7 +100,8 @@ Images: * PDB: Add `maxUnavailable`. (#9278) * add containerSecurityContext to extraModules init containers (kubernetes#9016) (#9242) -### Dependencies updates: +### Dependency updates: + * Bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#9555) * Bump k8s.io/klog/v2 from 2.80.1 to 2.90.0 (#9553) * Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.2 (#9552) @@ -132,5 +134,5 @@ Images: * Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.1 (#9317) * Bump actions/dependency-review-action from 2.5.1 to 3.0.0 (#9301) * Bump k8s.io/component-base from 0.25.3 to 0.25.4 (#9300) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.5.1...controller-controller-v1.6.4 diff --git a/changelog/controller-1.7.0.md b/changelog/controller-1.7.0.md index 6a938c5f5..97f0ebf22 100644 --- a/changelog/controller-1.7.0.md +++ b/changelog/controller-1.7.0.md @@ -1,12 +1,13 @@ # Changelog ### 1.7.0 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.7.0@sha256:7612338342a1e7b8090bef78f2a04fffcadd548ccaabe8a47bf7758ff549a5f7 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.7.0@sha256:e84ef3b44c8efeefd8b0aa08770a886bfea1f04c53b61b4ba9a7204e9f1a7edc - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.7.0@sha256:7612338342a1e7b8090bef78f2a04fffcadd548ccaabe8a47bf7758ff549a5f7 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.7.0@sha256:e84ef3b44c8efeefd8b0aa08770a886bfea1f04c53b61b4ba9a7204e9f1a7edc + +### All changes: * kick off 1.7.0 build (#9775) * Update exposing-tcp-udp-services.md (#9777) @@ -46,7 +47,8 @@ Images: * Fix incorrect annotation name in upstream hashing configuration (#9617) * Release docs for Controller v1.6.3 and Helm v4.5.0 (#9614) -### Dependencies updates: +### Dependency updates: + * Bump aquasecurity/trivy-action from 0.8.0 to 0.9.2 (#9767) * Bump k8s.io/component-base from 0.26.2 to 0.26.3 (#9764) * Bump actions/dependency-review-action from 3.0.3 to 3.0.4 (#9766) @@ -74,5 +76,5 @@ Images: * Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#9610) * Bump github.com/prometheus/client_golang (#9630) * Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#9609) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.6.3...controller-controller-v1.7.0 diff --git a/changelog/controller-1.7.1.md b/changelog/controller-1.7.1.md index 9b8422c7e..632ffe963 100644 --- a/changelog/controller-1.7.1.md +++ b/changelog/controller-1.7.1.md @@ -1,12 +1,13 @@ # Changelog ### 1.7.1 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.7.1@sha256:7244b95ea47bddcb8267c1e625fb163fc183ef55448855e3ac52a7b260a60407 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.7.1@sha256:e35d5ab487861b9d419c570e3530589229224a0762c7b4d2e2222434abb8d988 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.7.1@sha256:7244b95ea47bddcb8267c1e625fb163fc183ef55448855e3ac52a7b260a60407 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.7.1@sha256:e35d5ab487861b9d419c570e3530589229224a0762c7b4d2e2222434abb8d988 + +### All changes: * Update TAG - 1.7.1 (#9922) * Update dependabot to watch docker images (#9600) @@ -30,7 +31,8 @@ Images: * Values: Fix indention of commented values. (#9812) * The Ingress-Nginx project recently released version 1.7.0 of the controller, but the deployment documentation still referenced version 1.6.4. This commit updates the documentation to reference the latest version, ensuring that users have access to the most up-to-date information. Fixes#9787 (#9788) -### Dependencies updates: +### Dependency updates: + * Bump github.com/opencontainers/runc from 1.1.6 to 1.1.7 (#9912) * Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 (#9868) * Bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#9888) @@ -48,5 +50,5 @@ Images: * Bump github.com/imdario/mergo from 0.3.13 to 0.3.15 (#9795) * Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#9794) * Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 (#9822) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.7.0...controller-controller-v1.7.1 diff --git a/changelog/controller-1.8.0.md b/changelog/controller-1.8.0.md index a109c68ba..48b4cdefa 100644 --- a/changelog/controller-1.8.0.md +++ b/changelog/controller-1.8.0.md @@ -1,31 +1,28 @@ # Changelog ### 1.8.0 + Images: * registry.k8s.io/ingress-nginx/controller:v1.8.0@sha256:744ae2afd433a395eeb13dc03d3313facba92e96ad71d9feaafc85925493fee3 * registry.k8s.io/ingress-nginx/controller-chroot:v1.8.0@sha256:a45e41cd2b7670adf829759878f512d4208d0aec1869dae593a0fecd09a5e49e -### Important Changes: +### Important changes: * Validate path types (#9967) * images: upgrade to Alpine 3.18 (#9997) * Update documentation to reflect project name; Ingress-Nginx Controller -For improving security on our 1.8.0 release includes a -[new, **optional** validation ](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#strict-validate-path-type) -that limits the characters accepted on ".spec paths.path" when pathType=Exact or pathType=Prefix, -to alphanumeric characters only. More information can be found on our -[Google doc](https://docs.google.com/document/d/1HPvaEwHRuMSkXYkVIJ-w7IpijKdHfNynm_4N2Akt0CQ/edit?usp=sharing) -, our new [ingress-nginx-dev mailing list](https://groups.google.com/a/kubernetes.io/g/ingress-nginx-dev/c/ebbBMo-zX-w) -or in our [docs](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#strict-validate-path-type) +For improving security, our 1.8.0 release includes a [new, **optional** validation ](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#strict-validate-path-type) that limits the characters accepted on ".spec paths.path" when pathType=Exact or athType=Prefix, to alphanumeric characters only. + +More information can be found on our [Google doc](https://docs.google.com/document/d/1HPvaEwHRuMSkXYkVIJ-w7IpijKdHfNynm_4N2Akt0CQ/edit?usp=sharing), our new [ingress-nginx-dev mailing list](https://groups.google.com/a/kubernetes.io/g/ingress-nginx-dev/c/ebbBMo-zX-w) or in our [docs](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#strict-validate-path-type) ### Community Updates We are now posting updates and release to our twitter handle, [@IngressNginx](https://twitter.com/IngressNGINX) and on our new [ingress-nginx-dev mailing list](https://groups.google.com/a/kubernetes.io/g/ingress-nginx-dev/c/ebbBMo-zX-w) -### All Changes: +### All changes: * Add legacy to OpenTelemetry migration doc (#10011) * changed tagsha to recent builds (#10001) @@ -64,4 +61,4 @@ on our new [ingress-nginx-dev mailing list](https://groups.google.com/a/kubernet * Bump github.com/prometheus/client_model from 0.3.0 to 0.4.0 (#9937) * Bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#9936) -**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.7.1...controller-controller-v1.8.0 \ No newline at end of file +**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.7.1...controller-controller-v1.8.0 diff --git a/changelog/controller-1.8.1.md b/changelog/controller-1.8.1.md index c84a7ce18..16d4a8409 100644 --- a/changelog/controller-1.8.1.md +++ b/changelog/controller-1.8.1.md @@ -1,12 +1,13 @@ # Changelog ### 1.8.1 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.8.1@sha256:e5c4824e7375fcf2a393e1c03c293b69759af37a9ca6abdb91b13d78a93da8bd - * registry.k8s.io/ingress-nginx/controller-chroot:v1.8.1@sha256:e0d4121e3c5e39de9122e55e331a32d5ebf8d4d257227cb93ab54a1b912a7627 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.8.1@sha256:e5c4824e7375fcf2a393e1c03c293b69759af37a9ca6abdb91b13d78a93da8bd +* registry.k8s.io/ingress-nginx/controller-chroot:v1.8.1@sha256:e0d4121e3c5e39de9122e55e331a32d5ebf8d4d257227cb93ab54a1b912a7627 + +### All changes: * netlify: Only trigger preview when there are changes in docs. (#10144) * changed to updated baseimage and reverted tag (#10143) @@ -48,7 +49,8 @@ Images: * added helmshowvalues example (#10019) * release controller 1.8.0 and chart 4.7.0 (#10017) -### Dependencies updates: +### Dependency updates: + * Bump ossf/scorecard-action from 2.1.3 to 2.2.0 (#10133) * Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#10134) * Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#10106) @@ -63,5 +65,5 @@ Images: * Bump actions/dependency-review-action from 3.0.4 to 3.0.6 (#10042) * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#10041) * Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#10005) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.8.0...controller-controller-v1.8.1 diff --git a/changelog/controller-1.8.2.md b/changelog/controller-1.8.2.md index 12a273af2..0c20decc9 100644 --- a/changelog/controller-1.8.2.md +++ b/changelog/controller-1.8.2.md @@ -1,12 +1,13 @@ # Changelog ### 1.8.2 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.8.2@sha256:74834d3d25b336b62cabeb8bf7f1d788706e2cf1cfd64022de4137ade8881ff2 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.8.2@sha256:1317a563219f755a6094d990057c78e5c4dcea5e31f4ce1db8641e732a7d6133 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.8.2@sha256:74834d3d25b336b62cabeb8bf7f1d788706e2cf1cfd64022de4137ade8881ff2 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.8.2@sha256:1317a563219f755a6094d990057c78e5c4dcea5e31f4ce1db8641e732a7d6133 + +### All changes: * Release v1.8.2 and Update Go to v1.21.1 (#10379) * Making auth access logs optional (#10380) @@ -15,5 +16,4 @@ Images: * [release-1.8] Update images tags after adding git data in gcloud (#10233) * [release-1.8] Golang 1.20.6 for test runner (#10231) -### Dependencies updates: **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.8.1...controller-controller-v1.8.2 diff --git a/changelog/controller-1.9.0-beta.0.md b/changelog/controller-1.9.0-beta.0.md index d1ffe148f..79ecf596e 100644 --- a/changelog/controller-1.9.0-beta.0.md +++ b/changelog/controller-1.9.0-beta.0.md @@ -1,12 +1,13 @@ # Changelog ### 1.9.0-beta.0 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.9.0-beta.0@sha256:531377e4cc9dc62af40d742402222603259673f5a755a64d74122f256dfad8f9 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.9.0-beta.0@sha256:60b4c95349ce2a81a3b2a76423ee483b847b89d3fa8cb148468434f606f3fa0c - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.9.0-beta.0@sha256:531377e4cc9dc62af40d742402222603259673f5a755a64d74122f256dfad8f9 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.9.0-beta.0@sha256:60b4c95349ce2a81a3b2a76423ee483b847b89d3fa8cb148468434f606f3fa0c + +### All changes: * Rework mage (#10418) * Start release of v1.9.0 beta0 (#10407) @@ -59,7 +60,8 @@ Images: * Deprecate and remove AJP support (#10158) * release notes 1.8.1 (#10161) -### Dependencies updates: +### Dependency updates: + * Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.12.0 (#10355) * Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#10399) * Bump actions/setup-go from 4.0.1 to 4.1.0 (#10403) @@ -89,5 +91,5 @@ Images: * Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#10192) * Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#10191) * Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#10165) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-release-1.8...controller-controller-v1.9.0-beta.0 diff --git a/changelog/controller-1.9.0.md b/changelog/controller-1.9.0.md index cd5396f05..25442894f 100644 --- a/changelog/controller-1.9.0.md +++ b/changelog/controller-1.9.0.md @@ -1,12 +1,13 @@ # Changelog ### 1.9.0 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.9.0@sha256:c15d1a617858d90fb8f8a2dd60b0676f2bb85c54e3ed11511794b86ec30c8c60 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.9.0@sha256:d9fa7a136de2104fb2ecfcf1666978bfab927f4a125b75c0fb471e6104366ab5 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.9.0@sha256:c15d1a617858d90fb8f8a2dd60b0676f2bb85c54e3ed11511794b86ec30c8c60 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.9.0@sha256:d9fa7a136de2104fb2ecfcf1666978bfab927f4a125b75c0fb471e6104366ab5 + +### All changes: * Rework mage (#10418) * Start release of v1.9.0 beta0 (#10407) @@ -59,7 +60,8 @@ Images: * Deprecate and remove AJP support (#10158) * release notes 1.8.1 (#10161) -### Dependencies updates: +### Dependency updates: + * Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.12.0 (#10355) * Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#10399) * Bump actions/setup-go from 4.0.1 to 4.1.0 (#10403) @@ -89,5 +91,5 @@ Images: * Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#10192) * Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#10191) * Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#10165) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-release-1.8...controller-controller-v1.9.0 diff --git a/changelog/controller-1.9.1.md b/changelog/controller-1.9.1.md index 07790098f..b05c88eae 100644 --- a/changelog/controller-1.9.1.md +++ b/changelog/controller-1.9.1.md @@ -1,19 +1,21 @@ # Changelog ### 1.9.1 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.9.1@sha256:605a737877de78969493a4b1213b21de4ee425d2926906857b98050f57a95b25 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.9.1@sha256:2ac744ef08850ee86ad7162451a6879f47c1a41c6a757f6b6f913c52103b8836 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.9.1@sha256:605a737877de78969493a4b1213b21de4ee425d2926906857b98050f57a95b25 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.9.1@sha256:2ac744ef08850ee86ad7162451a6879f47c1a41c6a757f6b6f913c52103b8836 + +### All changes: * upgrade owasp modsecurity core rule set to v3.3.5 (#10437) * Start v1.9.1 release (#10463) * Accept backend protocol on any case (#10461) * Chart: Rework network policies. (#10438) -### Dependencies updates: +### Dependency updates: + * Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#10436) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.9.0...controller-controller-v1.9.1 diff --git a/changelog/controller-1.9.3.md b/changelog/controller-1.9.3.md index 45dfaa371..59ba545d9 100644 --- a/changelog/controller-1.9.3.md +++ b/changelog/controller-1.9.3.md @@ -1,12 +1,13 @@ # Changelog ### 1.9.3 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.9.3@sha256:8fd21d59428507671ce0fb47f818b1d859c92d2ad07bb7c947268d433030ba98 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.9.3@sha256:df4931fd6859fbf1a71e785f02a44b2f9a16f010ae852c442e9bb779cbefdc86 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.9.3@sha256:8fd21d59428507671ce0fb47f818b1d859c92d2ad07bb7c947268d433030ba98 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.9.3@sha256:df4931fd6859fbf1a71e785f02a44b2f9a16f010ae852c442e9bb779cbefdc86 + +### All changes: * update nginx base, httpbun, e2e, helm webhook cert gen (#10506) * added warning for configuration-snippets usage (#10492) @@ -16,12 +17,13 @@ Images: * update error and otel to have all the arch we support (#10476) * Remove curl from nginx base image (#10477) -### Dependencies updates: +### Dependency updates: + * Bump x/net (#10514) * Bump curl and Go version (#10503) * Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#10496) * Bump github.com/prometheus/client_model (#10486) * Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#10487) * Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#10485) - + **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-controller-v1.9.1...controller-controller-v1.9.3 diff --git a/changelog/controller-1.9.4.md b/changelog/controller-1.9.4.md index 5550a9d69..69c6ad2e3 100644 --- a/changelog/controller-1.9.4.md +++ b/changelog/controller-1.9.4.md @@ -1,12 +1,13 @@ # Changelog ### 1.9.4 + Images: - * registry.k8s.io/ingress-nginx/controller:v1.9.4@sha256:5b161f051d017e55d358435f295f5e9a297e66158f136321d9b04520ec6c48a3 - * registry.k8s.io/ingress-nginx/controller-chroot:v1.9.4@sha256:5976b1067cfbca8a21d0ba53d71f83543a73316a61ea7f7e436d6cf84ddf9b26 - -### All Changes: +* registry.k8s.io/ingress-nginx/controller:v1.9.4@sha256:5b161f051d017e55d358435f295f5e9a297e66158f136321d9b04520ec6c48a3 +* registry.k8s.io/ingress-nginx/controller-chroot:v1.9.4@sha256:5976b1067cfbca8a21d0ba53d71f83543a73316a61ea7f7e436d6cf84ddf9b26 + +### All changes: * Cherry pick fcgi fix and release v1.9.4 (#10544)