From d2075c0f6d4f1474452c02055a8f57bc7951adee Mon Sep 17 00:00:00 2001 From: James Strong Date: Sun, 6 Jun 2021 12:42:39 -0400 Subject: [PATCH] update the changlog with links and the release docs to ensure updates to docs with new verison (#7213) --- Changelog.md | 18 +++++++++--------- RELEASE.md | 5 +++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Changelog.md b/Changelog.md index d5316fc85..b9a0de82b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,15 +12,15 @@ _New Features:_ _Changes:_ -- [X] [#7179] Upgrade Nginx to 1.20.1 -- [X] [#7101] Removed Codecov -- [X] [#6993] Fix cookieAffinity log printing error -- [X] [#7046] Allow configuring controller container name -- [X] [#6994] Fixed oauth2 callback url -- [X] [#6740] non-host canary ingress use default server name as host to merge -- [X] [#7126] set x-forwarded-scheme to be the same as x-forwarded-proto -- [X] [#6734] Update controller-poddisruptionbudget.yaml -- [X] [#7117] Adding annotations for HPA +- [X] [#7179](https://github.com/kubernetes/ingress-nginx/pull/7179) Upgrade Nginx to 1.20.1 +- [X] [#7101](https://github.com/kubernetes/ingress-nginx/pull/7101) Removed Codecov +- [X] [#6993](https://github.com/kubernetes/ingress-nginx/pull/6993) Fix cookieAffinity log printing error +- [X] [#7046](https://github.com/kubernetes/ingress-nginx/pull/7046) Allow configuring controller container name +- [X] [#6994](https://github.com/kubernetes/ingress-nginx/pull/6994) Fixed oauth2 callback url +- [X] [#6740](https://github.com/kubernetes/ingress-nginx/pull/6740) non-host canary ingress use default server name as host to merge +- [X] [#7126](https://github.com/kubernetes/ingress-nginx/pull/7126) set x-forwarded-scheme to be the same as x-forwarded-proto +- [X] [#6734](https://github.com/kubernetes/ingress-nginx/pull/6734) Update controller-poddisruptionbudget.yaml +- [X] [#7117](https://github.com/kubernetes/ingress-nginx/pull/7117) Adding annotations for HPA ### 0.46.0 diff --git a/RELEASE.md b/RELEASE.md index f9a90a3da..7ec0c9ac7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -69,8 +69,9 @@ The sha is available in output from [cloud build](https://console.cloud.google.c * Open pull request with the updates * Merge -* Update changelog: +* Update Changelog and Documentation: * Open pull request updating [Changelog.md](https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md) + * Update the version in [docs/deploy/index.md](docs/deploy/index.md) * Merge - + 7. Github release \ No newline at end of file