Skip to content
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

extensions: update straggler v2 extensions to v3. #14907

Merged
merged 7 commits into from
Feb 11, 2021

Commits on Feb 2, 2021

  1. extensions: update straggler v2 extensions to v3.

    * Add v3 equivalents of v2 configs that were included in v3 due to no
      transitive deprecation. This increases consistency and reduces user
      confusion. We will continue to support these straggler v2 configs
      beyond the v2 turndown due to the late addition of v3 counterparts,
      special case code is added to utility.cc to handle this.
    
    * There were two extensions, //envoy/config/cluster/redis and
      //envoy/config/retry/previous_priorities, that for some reason were
      not upgraded to use v3 config. This is now fixed and I've grepped for
      other v2 in //source, none remain.
    
    Risk level: Medium (changes to extension config types and deprecated
      config handling).
    Testing: Additional unit test added for utility.cc handling, upgraded
      configs to v3 for other tests.
    
    Fixes envoyproxy#14735
    Fixes envoyproxy#12841
    
    Signed-off-by: Harvey Tuch <htuch@google.com>
    Co-authored-by: Abhay Narayan Katare <abhay.katare@india.nec.com>
    htuch and ankatare committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e11c00d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Typo.

    Signed-off-by: Harvey Tuch <htuch@google.com>
    htuch committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    df41345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3957492 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    df71e3a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    7ad6b62 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    12289ee View commit details
    Browse the repository at this point in the history
  2. Update some configs/docs refs.

    Signed-off-by: Harvey Tuch <htuch@google.com>
    htuch committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    77f4596 View commit details
    Browse the repository at this point in the history