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

[NET-5622] build: consolidate Envoy version management #21245

Merged

Commits on Jun 18, 2024

  1. build: consolidate Envoy version management

    Simplify Envoy version management by consolidating all runtime, build,
    and CI sources of Envoy versions into a single plaintext file.
    
    The goal of this change is to avoid common mistakes missing an update of
    some Envoy versions (both in general and due to release branch
    inconsistency), and enable automated Envoy version updates in the
    future.
    zalimeni committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d7c51e2 View commit details
    Browse the repository at this point in the history
  2. ci: add missing ref argument for get-go-version

    Supports nightly tests.
    zalimeni committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    91d1fbf View commit details
    Browse the repository at this point in the history