-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to ingress-nginx v0.40.2 (#122)
* Upgrade to ingress-nginx v0.40.1 * Cleanup trialing spaces * Upgrade architect-orb from 0.10.0 to 0.12.0 * Update e2e integration test dependencies * Align with API change in appcatalog * Add back v1beta1 to admissionReviewVersions * Adjust hook delete policy * Use architect-orb 0.13.0 * Small indenting fix * Cover Ingress API related validation breaking change and migration options * Temporarily disable validating webhook, to check rest of the perf tests works * Reenable validating webhook * Use ingress-nginx-controller 0.40.2 * Fix a typo * Tune helm hook weights * Update changelog with new findings * Add recommendation to change Ingress resources API group
- Loading branch information
Stevo Slavić
authored
Oct 7, 2020
1 parent
b7f304c
commit ecfda79
Showing
18 changed files
with
148 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/giantswarm/nginx-ingress-controller-app | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/giantswarm/apiextensions/v2 v2.0.1 // indirect | ||
github.com/giantswarm/appcatalog v0.1.11 | ||
github.com/giantswarm/e2esetup/v2 v2.0.0 | ||
github.com/giantswarm/apiextensions/v2 v2.5.3 // indirect | ||
github.com/giantswarm/appcatalog v0.2.7 | ||
github.com/giantswarm/e2esetup/v2 v2.1.0 | ||
github.com/giantswarm/e2etests/v2 v2.0.0 | ||
github.com/giantswarm/helmclient/v2 v2.0.0 | ||
github.com/giantswarm/helmclient/v2 v2.1.4 | ||
github.com/giantswarm/k8sclient/v4 v4.0.0 | ||
github.com/giantswarm/micrologger v0.3.1 | ||
k8s.io/apimachinery v0.18.5 | ||
github.com/giantswarm/micrologger v0.3.3 | ||
k8s.io/apimachinery v0.18.9 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters