-
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 more 1.14 changes that need to be in 2.0 #3873
Merged
Merged
Conversation
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
Signed-off-by: w-h37 <[email protected]>
Signed-off-by: w-h37 <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: AliceProxy <[email protected]>
Signed-off-by: w-h37 <[email protected]>
…ngelog-updates Willhardin/v1.14.2/changelog updates
[v1.14.2] Release Branch
Signed-off-by: w-h37 <[email protected]>
…rt-image-updates [v1.14.2] Chart and manifest image updates
Signed-off-by: w-h37 <[email protected]>
updated values.yaml for correct values
The only change here is the chart version, since 6.9.2 was released incorrectly. Signed-off-by: Flynn <[email protected]>
Chart version 6.9.3
Signed-off-by: Luke Shumaker <[email protected]>
This was originally done in the commit pair 7aa61e0 (yank deprecated config option, 2021-08-18) and 38c7f8f (v3 api needs ignore_case specified for ext_authz headers, 2021-08-18) by Aidan in release/v1.14, and rebased/cherry-picked on to release/v2.0 as 041f44e and bd39b6d by Flynn. However, as discussed with Flynn earlier today, there are two things wrong: 1. It missed a few cases where it needed to add ignore_case. 2. It left in a comment about a line of code that no longer exists; we've removed the code, let's remove the comment. I did not run with KAT_RUN_MODE=envoy to update the gold files, I simply ran git grep -l '"exact"' python/tests/gold/ | \ xargs sed -ri 's/^(\s*)"exact": ".*"$/&,\n\1"ignore_case": true/' and then rolled back the 'globalcorstest' and 'plain' econf.jsons. Signed-off-by: Luke Shumaker <[email protected]>
[1.14] Misc fixups noticed when looking at the 1.14 merge
…merge-1.14-new Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]> (cherry picked from commit 1da34ce)
…/ [ci-skip] Signed-off-by: Luke Shumaker <[email protected]> (cherry picked from commit 64f696b)
Signed-off-by: Luke Shumaker <[email protected]>
…ci-skip] Kubernetes CRD validation can't use arrays for `type`. (cherry picked from commit 0fcf4be) Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]> (cherry picked from commit 839de8c)
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Flynn <[email protected]> (cherry picked from commit fcb95c4) I had to fuss with the data and the template to better match what is currently on this branch. Signed-off-by: Luke Shumaker <[email protected]>
This brings v0, v1, and v2 to be in-sync with what is on release/v1.14. Signed-off-by: Luke Shumaker <[email protected]>
4 tasks
[v1.14] Backport some tooling changes from v2.0
…y run). Include @AliceProxy's test for STRICT_DNS with the Endpoint resolver. Signed-off-by: Flynn <[email protected]>
…e-tests dns_type test tweaks
Signed-off-by: Flynn <[email protected]>
Signed-off-by: Flynn <[email protected]>
kflynn
force-pushed
the
lukeshu/merge-1.14-new
branch
from
October 8, 2021 19:45
08233ce
to
fc42090
Compare
kflynn
approved these changes
Oct 8, 2021
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.
Looks good here. @LukeShu should review as well...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is on top of #3867. It is a simple
git merge origin/release/v1.14
, since that branch has progressed since #3867 was started. I actually did it in 2 parts, where I merged a mid-way-point first.And then there's a final commit reverting release/v2.0 changes to the v0, v1, and v2 CRD schemas, to bring them back in-line with what's on release/v1.14.
Related Issues
List related issues.
Testing
A few sentences describing what testing you've done, e.g., manual tests, automated tests, deployed in production, etc.
Checklist
I made sure to update
CHANGELOG.md
.Remember, the CHANGELOG needs to mention:
This is unlikely to impact how Ambassador performs at scale.
Remember, things that might have an impact at scale include:
My change is adequately tested.
Remember when considering testing:
to run legacy-mode tests manually (set
AMBASSADOR_LEGACY_MODE=true
and run the tests).(This will be fixed soon.)
I updated
DEVELOPING.md
with any any special dev tricks I had to use to work on this code efficiently.