-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: gauravkghildiyal/ingress-nginx
base: main
head repository: kubernetes/ingress-nginx
compare: main
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9dd1029 - Browse repository at this point
Copy the full SHA 9dd1029View commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6ec4250 - Browse repository at this point
Copy the full SHA 6ec4250View commit details
Commits on Jul 2, 2022
-
Bump github/codeql-action from 1.0.26 to 2.1.14 (kubernetes#8765)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed93b70 - Browse repository at this point
Copy the full SHA ed93b70View commit details -
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (kubernetes#8752)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b1547e - Browse repository at this point
Copy the full SHA 7b1547eView commit details -
Bump github/codeql-action from 2.1.14 to 2.1.15 (kubernetes#8773)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.14 to 2.1.15. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@41a4ada...3f62b75) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fda73c9 - Browse repository at this point
Copy the full SHA fda73c9View commit details -
Bump ossf/scorecard-action from 1.1.1 to 1.1.2 (kubernetes#8772)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@3e15ea8...ce330fd) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f3c1f7 - Browse repository at this point
Copy the full SHA 0f3c1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653f1e8 - Browse repository at this point
Copy the full SHA 653f1e8View commit details -
Update deploy.yaml (kubernetes#8365)
* Update deploy.yaml Removed the *service.beta.kubernetes.io/exoscale-loadbalancer-name* annotation so it uses service UID by default. It thus removes the current limitation that prevent the installation of several ingress nginx controllers on different clusters belonging to the same organization. * Removing default loadbalancer name
Configuration menu - View commit details
-
Copy full SHA for d193c32 - Browse repository at this point
Copy the full SHA d193c32View commit details
Commits on Jul 3, 2022
-
Update docs to make it easier for noobs to follow step by step (kuber…
…netes#8738) * Change helm release name in docs Following step by step instructions in readme I ran into error: Error: release: not found And realized the commandline was differnent from description. Let change description to match commandline? * Fix verb tense in docs
Configuration menu - View commit details
-
Copy full SHA for 23cc900 - Browse repository at this point
Copy the full SHA 23cc900View commit details -
Remove stable (kubernetes#8775)
* update stable.txt * remove stable.txt since kind doesnt need it
Configuration menu - View commit details
-
Copy full SHA for 7b832da - Browse repository at this point
Copy the full SHA 7b832daView commit details
Commits on Jul 4, 2022
-
chore: remove stable.txt from release process (kubernetes#8778)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb3b288 - Browse repository at this point
Copy the full SHA fb3b288View commit details -
Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (kubernetes#8781)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.7.5...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 193b461 - Browse repository at this point
Copy the full SHA 193b461View commit details
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 596712b - Browse repository at this point
Copy the full SHA 596712bView commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8baac42 - Browse repository at this point
Copy the full SHA 8baac42View commit details -
Update nginx base image in one place (kubernetes#8400)
* update files to use one base image file Signed-off-by: James Strong <strong.james.e@gmail.com> * add chart test as well Signed-off-by: James Strong <strong.james.e@gmail.com> * update e2e-test image building Signed-off-by: James Strong <strong.james.e@gmail.com> * update e2e base image arg Signed-off-by: James Strong <strong.james.e@gmail.com> * add current e2e so test run Signed-off-by: James Strong <strong.james.e@gmail.com> * working on fixing build * getting dev-env and make release to work * test * i think buildx is working on mac * updates * why docker for mac and linux cli differ * fix target arch * fix target arch * fix loag issue * fix issue * update the chroot docker file * fix docker base build * mac is the issue * env not getting to the e2e deployment.go file * fix pull issue * fix pull issue * move test scripts into test folder * clean up ci * updates for PR * remove unnesscary var
Configuration menu - View commit details
-
Copy full SHA for e1a16f6 - Browse repository at this point
Copy the full SHA e1a16f6View commit details
Commits on Jul 9, 2022
-
feat: migrate leaderelection lock to leases (kubernetes#8733)
* feat: migrate leaderelection lock to leases Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> * Update RBAC Co-authored-by: Shafeeque E S <shafeeque.e.s@sap.com>
Configuration menu - View commit details
-
Copy full SHA for cf4dca8 - Browse repository at this point
Copy the full SHA cf4dca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b7143 - Browse repository at this point
Copy the full SHA 60b7143View commit details
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9325819 - Browse repository at this point
Copy the full SHA 9325819View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f6c2e6 - Browse repository at this point
Copy the full SHA 8f6c2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c45fa - Browse repository at this point
Copy the full SHA 97c45faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b0735 - Browse repository at this point
Copy the full SHA 23b0735View commit details -
chore: start v1.3.0 release process (kubernetes#8802)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for caac91c - Browse repository at this point
Copy the full SHA caac91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771ce1c - Browse repository at this point
Copy the full SHA 771ce1cView commit details -
Bump k8s.io/klog/v2 from 2.60.1 to 2.70.1 (kubernetes#8805)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.60.1 to 2.70.1. - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.60.1...v2.70.1) --- updated-dependencies: - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c41440f - Browse repository at this point
Copy the full SHA c41440fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7b748 - Browse repository at this point
Copy the full SHA 2b7b748View commit details
Commits on Jul 12, 2022
-
Release v1.3.0 (kubernetes#8811)
* Release v1.3.0 * Update charts/ingress-nginx/CHANGELOG.md Co-authored-by: Jintao Zhang <tao12345666333@163.com> * Update charts/ingress-nginx/README.md * Update Changelog.md Co-authored-by: Jintao Zhang <tao12345666333@163.com> Co-authored-by: James Strong <strong.james.e@gmail.com> Co-authored-by: Jintao Zhang <tao12345666333@163.com>
Configuration menu - View commit details
-
Copy full SHA for e222b74 - Browse repository at this point
Copy the full SHA e222b74View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64efad8 - Browse repository at this point
Copy the full SHA 64efad8View commit details -
fix(docs): describe MetalLB configuration via CRDs rather than config…
…Map (kubernetes#8821) Signed-off-by: Philipp Born <mail@philipp-born.eu>
Configuration menu - View commit details
-
Copy full SHA for 2843bb2 - Browse repository at this point
Copy the full SHA 2843bb2View commit details
Commits on Jul 17, 2022
-
feat: update mimalloc to 1.7.6 (kubernetes#8827)
Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
Configuration menu - View commit details
-
Copy full SHA for 0049796 - Browse repository at this point
Copy the full SHA 0049796View commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ebb689 - Browse repository at this point
Copy the full SHA 1ebb689View commit details -
Bump actions/setup-go from 3.2.0 to 3.2.1 (kubernetes#8835)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@b22fbbc...84cbf80) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cdd69d0 - Browse repository at this point
Copy the full SHA cdd69d0View commit details -
Bump actions/dependency-review-action from 2.0.2 to 2.0.4 (kubernetes…
…#8836) Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@1c59cdf...94145f3) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3d4331 - Browse repository at this point
Copy the full SHA c3d4331View commit details -
Bump github.com/prometheus/common from 0.35.0 to 0.37.0 (kubernetes#8832
) Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.35.0 to 0.37.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.35.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 047aa18 - Browse repository at this point
Copy the full SHA 047aa18View commit details -
Bump github/codeql-action from 2.1.15 to 2.1.16 (kubernetes#8837)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.15 to 2.1.16. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3f62b75...3e7e3b3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 476be77 - Browse repository at this point
Copy the full SHA 476be77View commit details -
Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (kubernetes#8833)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20596f7 - Browse repository at this point
Copy the full SHA 20596f7View commit details
Commits on Jul 19, 2022
-
fix: test-runner Makefile (kubernetes#8840)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e55e848 - Browse repository at this point
Copy the full SHA e55e848View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac3c338 - Browse repository at this point
Copy the full SHA ac3c338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9df54 - Browse repository at this point
Copy the full SHA 8f9df54View commit details -
Decouple shared functions between controllers (kubernetes#8829)
* Decouple shared functions between controllers * Apply suggestions from code review Co-authored-by: Jintao Zhang <tao12345666333@163.com> * Fix package names and fmt Co-authored-by: Jintao Zhang <tao12345666333@163.com>
Configuration menu - View commit details
-
Copy full SHA for 4c6a7ee - Browse repository at this point
Copy the full SHA 4c6a7eeView commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0cc43d5 - Browse repository at this point
Copy the full SHA 0cc43d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7304086 - Browse repository at this point
Copy the full SHA 7304086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d06d4 - Browse repository at this point
Copy the full SHA 32d06d4View commit details -
Merge pull request kubernetes#8853 from rikatz/move-more-utils
Move utils to better locations to help in decoupling
Configuration menu - View commit details
-
Copy full SHA for 4391474 - Browse repository at this point
Copy the full SHA 4391474View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c86d50e - Browse repository at this point
Copy the full SHA c86d50eView commit details -
Add docs on Election ID to Multiple Ingress Controller guide (kuberne…
qilong.qiu authoredJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for a581a7b - Browse repository at this point
Copy the full SHA a581a7bView commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0ff7e8 - Browse repository at this point
Copy the full SHA f0ff7e8View commit details -
update dd-opentracing-cpp version in nginx build script (kubernetes#8848
Configuration menu - View commit details
-
Copy full SHA for 18ee046 - Browse repository at this point
Copy the full SHA 18ee046View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5766dc - Browse repository at this point
Copy the full SHA c5766dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c03a88 - Browse repository at this point
Copy the full SHA 1c03a88View commit details -
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 423008b - Browse repository at this point
Copy the full SHA 423008bView commit details
There are no files selected for viewing
This file was deleted.