-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 1.14 changes that need to be in 2.0 #3867
Conversation
Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
* run envoy in docker so we can run it anywhere Signed-off-by: Alix Cook <[email protected]> * more make dependencies Signed-off-by: Alix Cook <[email protected]> * bump kat request limit Signed-off-by: Alix Cook <[email protected]> * add commit hook for dco bot Signed-off-by: Alix Cook <[email protected]> * do docker builds better Signed-off-by: Alix Cook <[email protected]> * hmm maybe dont wait on oss images Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
* fix for wait for rc artifacts Signed-off-by: Alix Cook <[email protected]> * change chart repo in a couple places Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
…isk for debugging Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
…ANGELOG. Signed-off-by: Flynn <[email protected]>
* cors mapping fix Signed-off-by: Alix Cook <[email protected]> * fake test Signed-off-by: Alix Cook <[email protected]> * changelog Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Aidan Hahn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Aidan Hahn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
…itch [1.13.10] Allow disabling Ambex ratelimiter
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
* cors mapping fix Signed-off-by: Alix Cook <[email protected]> * fake test Signed-off-by: Alix Cook <[email protected]> * changelog Signed-off-by: Alix Cook <[email protected]> Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Flynn <[email protected]> Signed-off-by: Luke Shumaker <[email protected]>
…new version. Signed-off-by: Flynn <[email protected]> Signed-off-by: Luke Shumaker <[email protected]>
…le metrics sink service. Signed-off-by: Rafael Schloming <[email protected]> Signed-off-by: Luke Shumaker <[email protected]>
(was "gzip fix (#19)") * gzip fix * update ambex * update ambex * update circle Signed-off-by: Luke Shumaker <[email protected]> Signed-off-by: Alix Cook <[email protected]>
Signed-off-by: Aidan Hahn <[email protected]> Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
eb2c64e
to
bacadf3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
send it!
|
||
// Timeout specifies the amount of time devportal will wait | ||
// for the downstream service to report an openapi spec back | ||
Timeout int `json:"timeout_ms,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the final v3alpha1→v3, we should consider changing this and everything like it to
Timeout metav1.Duration `json:"timeout,omitempty"`
But that doesn't need to happen now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wants the git merge -s ours
to allow for future merges to be easier. Otherwise, lgtm.
For later when I'm doing archeology: There's more info in #3862 which is closed in favor of this. |
…v/merge-1.14 Signed-off-by: Flynn <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files with my changes LGTM!
There are quite a few changes from 1.14 that weren't in 2.0. Here they are.
This was, roughly speaking, done by rebasing release/v1.14 onto release/v2.0,
and doing a truly massive amount of merge-conflict resolution, a lot of
rebasing to clean up history, and just a few hand edits where all else
failed.
The end result should be reviewable commit-by-commit.
Testing
I've done some checks by hand around the
dns_ttl
,dns_type
, andbuffer_limit_bytes
changes, but CI should be handling this.
Checklist
CHANGELOG.md
.DEVELOPING.md
.