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

vendor: upgrade OpenTelemetry libraries to v1.19.0 / v0.45.0 (carry) #4356

Closed
wants to merge 5 commits into from

Commits on Oct 20, 2023

  1. vendor: upgrade OpenTelemetry libraries to v1.19.0 / v0.45.0

    Core OTel libs are now at v1.19.0, while contrib is at v0.45.0.
    The protocol has also reached 1.0.0.
    
    Note that Jaeger exporter is frozen at v1.17.0, which is the
    last version it was supported by OpenTelemetry. BuildKit should
    likely begin the process of deprecating it as well, since OTLP
    is now the recommended solution (by Jaeger themselves), but that
    is not handled here.
    
    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    milas and crazy-max committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f5438c0 View commit details
    Browse the repository at this point in the history
  2. fix lint and update generated files

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1f41b82 View commit details
    Browse the repository at this point in the history
  3. vendor: update google.golang.org/grpc to v1.58.3

    fixes security issue (CVE-2023-44487)
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0946624 View commit details
    Browse the repository at this point in the history
  4. dockerfile: smoke tests for binaries

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4527c75 View commit details
    Browse the repository at this point in the history
  5. otel: fix semconv

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    06f9b5f View commit details
    Browse the repository at this point in the history