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

Main to load-generator #922

Draft
wants to merge 78 commits into
base: load-generator
Choose a base branch
from
Draft

Main to load-generator #922

wants to merge 78 commits into from

Commits on Feb 9, 2024

  1. Warn client when invocation fail.

    Before the relay panics when the function
    not repond in time or something breaks.
    Instead of breaking we send back a waring to
    the invoking client.
    
    Signed-off-by: David Schall <[email protected]>
    dhschall authored and shyamjesal committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    54daf7e View commit details
    Browse the repository at this point in the history
  2. Allow RPS > 1000

    If the RPS is higher that 1000 the Invoker will have a delay
    of 0 which causes to not issue any request. This patch allows
    RPS up to 1M and issues a error if the target RPS it to high.
    
    Signed-off-by: David Schall <[email protected]>
    dhschall authored and shyamjesal committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b6058b8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump arduino/setup-protoc from 2 to 3

    Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc) from 2 to 3.
    - [Release notes](https://github.com/arduino/setup-protoc/releases)
    - [Commits](arduino/setup-protoc@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: arduino/setup-protoc
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9964106 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. build(deps): bump the otel group in /utils/tracing/go with 4 updates

    Bumps the otel group in /utils/tracing/go with 4 updates: [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/exporters/zipkin](https://github.com/open-telemetry/opentelemetry-go), [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) and [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go).
    
    
    Updates `go.opentelemetry.io/otel` from 1.22.0 to 1.23.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1)
    
    Updates `go.opentelemetry.io/otel/exporters/zipkin` from 1.21.0 to 1.23.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.23.1)
    
    Updates `go.opentelemetry.io/otel/sdk` from 1.21.0 to 1.23.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.23.1)
    
    Updates `go.opentelemetry.io/otel/trace` from 1.22.0 to 1.23.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.22.0...v1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/exporters/zipkin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/otel/trace
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d80d1ff View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc in /tools/invoker

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.60.1...v1.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7ca9ffc View commit details
    Browse the repository at this point in the history
  3. build(deps): bump go.mongodb.org/mongo-driver in /benchmarks/hotel-app

    Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.13.1 to 1.14.0.
    - [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
    - [Commits](mongodb/mongo-go-driver@v1.13.1...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.mongodb.org/mongo-driver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3bb3c26 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump rojopolis/spellcheck-github-actions

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.35.0 to 0.36.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.35.0...0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d5087e6 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.7.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    822d453 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump helm/kind-action from 1.7.0 to 1.9.0

    Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.9.0.
    - [Release notes](https://github.com/helm/kind-action/releases)
    - [Commits](helm/kind-action@v1.7.0...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: helm/kind-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1c2ec59 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump google.golang.org/grpc

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.0 to 1.61.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.60.0...v1.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    04fcfef View commit details
    Browse the repository at this point in the history
  8. Add go and protoc install scripts

    Signed-off-by: David Schall <[email protected]>
    dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b1169cc View commit details
    Browse the repository at this point in the history
  9. fix typo in invoker README

    Signed-off-by: shyamjesal <[email protected]>
    shyamjesal authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0584dea View commit details
    Browse the repository at this point in the history
  10. build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.…

    …golang.org/grpc/otelgrpc
    
    Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.47.0 to 0.49.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.47.0...zpages/v0.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    518e12a View commit details
    Browse the repository at this point in the history
  11. build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.…

    …golang.org/grpc/otelgrpc
    
    Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.47.0 to 0.49.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.47.0...zpages/v0.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    5fdb7b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. build(deps): bump google.golang.org/protobuf in /benchmarks/hotel-app

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9a1a2cf View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/protobuf in /tools/invoker

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9e78120 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/protobuf in /utils/tracing/go

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3b2e88f View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/protobuf

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    231cfbc View commit details
    Browse the repository at this point in the history
  5. build(deps): bump google.golang.org/protobuf

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    30409f4 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump google.golang.org/protobuf in /benchmarks/corral

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    b91cfd9 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump google.golang.org/protobuf in /benchmarks/fibonacci

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    596237c View commit details
    Browse the repository at this point in the history
  8. build(deps): bump google.golang.org/protobuf in /benchmarks/auth/go

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ae9ea2d View commit details
    Browse the repository at this point in the history
  9. build(deps): bump google.golang.org/protobuf in /tools/relay

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a8a8c07 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump google.golang.org/protobuf in /benchmarks/aes/go

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e291e52 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump google.golang.org/protobuf in /tools/test-client

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d584918 View commit details
    Browse the repository at this point in the history
  12. build(deps): bump google.golang.org/protobuf

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a33cb18 View commit details
    Browse the repository at this point in the history
  13. Add sleeping and spinning benchmark (#846)

    This PR add 2 new benchmarks sleeping (to simulate I/O bounded task) and
    spinning (to simulate CPU bounded task) such that i can investigate how
    dynamically configure cpu frequency affects latency of such tasks
    
    ---------
    
    Signed-off-by: HermioneKT <[email protected]>
    HermioneKT authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    82eb01d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. build(deps): bump golang.org/x/net in /benchmarks/fibonacci

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
    - [Commits](golang/net@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    580efd9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net in /benchmarks/corral

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
    - [Commits](golang/net@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e2e15a4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/net in /utils/tracing/go

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
    - [Commits](golang/net@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    712d5e6 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/grpc in /tools/invoker

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.61.1...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5b1711d View commit details
    Browse the repository at this point in the history
  5. Upgrade go dependencies

    Signed-off-by: David Schall <[email protected]>
    dhschall committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0990c49 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. build(deps): bump golang.org/x/net

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    10181f5 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/net in /tools/benchmarking_eventing

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8b3fa6d View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/net in /tools/invoker/proto

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d6accee View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golang.org/x/net in /tools/knative-eventing-tutorial

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4a56e1f View commit details
    Browse the repository at this point in the history
  5. build(deps): bump the python-packages group

    Bumps the python-packages group in /utils/tracing/python with 9 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [grpcio](https://github.com/grpc/grpc) | `1.60.0` | `1.62.2` |
    | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.24.0` |
    | [opentelemetry-exporter-zipkin](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.24.0` |
    | [opentelemetry-exporter-zipkin-json](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.24.0` |
    | [opentelemetry-exporter-zipkin-proto-http](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.24.0` |
    | [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.43b0` | `0.45b0` |
    | [opentelemetry-instrumentation-grpc](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.43b0` | `0.45b0` |
    | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.24.0` |
    | [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.43b0` | `0.45b0` |
    
    
    Updates `grpcio` from 1.60.0 to 1.62.2
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.60.0...v1.62.2)
    
    Updates `opentelemetry-api` from 1.22.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.22.0...v1.24.0)
    
    Updates `opentelemetry-exporter-zipkin` from 1.22.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.22.0...v1.24.0)
    
    Updates `opentelemetry-exporter-zipkin-json` from 1.22.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.22.0...v1.24.0)
    
    Updates `opentelemetry-exporter-zipkin-proto-http` from 1.22.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.22.0...v1.24.0)
    
    Updates `opentelemetry-instrumentation` from 0.43b0 to 0.45b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-grpc` from 0.43b0 to 0.45b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-sdk` from 1.22.0 to 1.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.22.0...v1.24.0)
    
    Updates `opentelemetry-semantic-conventions` from 0.43b0 to 0.45b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: opentelemetry-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: opentelemetry-exporter-zipkin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: opentelemetry-exporter-zipkin-json
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: opentelemetry-exporter-zipkin-proto-http
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: opentelemetry-instrumentation
      dependency-type: direct:production
      dependency-group: python-packages
    - dependency-name: opentelemetry-instrumentation-grpc
      dependency-type: direct:production
      dependency-group: python-packages
    - dependency-name: opentelemetry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: opentelemetry-semantic-conventions
      dependency-type: direct:production
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d27e644 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    169d032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cd355 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Upgrade go deps

    - Fixed deprecation errors
    - One common proto folder
    - Fix other linting problems
    
    Signed-off-by: GitHub <[email protected]>
    dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8fe1bd3 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump peter-evans/create-pull-request from 4 to 6

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 6.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    992c1a4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7022849 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6f69bd6 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump helm/kind-action from 1.9.0 to 1.10.0

    Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/helm/kind-action/releases)
    - [Commits](helm/kind-action@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: helm/kind-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d3daf4a View commit details
    Browse the repository at this point in the history
  6. build(deps): bump grpcio

    Bumps the python-packages group in /utils/tracing/python with 1 update: [grpcio](https://github.com/grpc/grpc).
    
    
    Updates `grpcio` from 1.62.2 to 1.63.0
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.62.2...v1.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d1c7259 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump azure/setup-helm from 3 to 4

    Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4.
    - [Release notes](https://github.com/azure/setup-helm/releases)
    - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
    - [Commits](Azure/setup-helm@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: azure/setup-helm
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3c9c95a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Add compression workflow

    dhschall committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1edab02 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Add workflows for new functions

    Signed-off-by: David Schall <[email protected]>
    dhschall committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0d8aea6 View commit details
    Browse the repository at this point in the history
  2. Added all files for the compression benchmark.

    Signed-off-by: L Lakshmanan <[email protected]@research.iiit.ac.in>
    Lakshman authored and dhschall committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0da569b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. build(deps): bump rojopolis/spellcheck-github-actions

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.36.0 to 0.40.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.36.0...0.40.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8e6b0a9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump docker/build-push-action from 5 to 6

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8f11769 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/grpc in /tools/invoker

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3154491 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e24cbe7 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump go.mongodb.org/mongo-driver in /benchmarks/hotel-app

    Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.15.0 to 1.16.0.
    - [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
    - [Commits](mongodb/mongo-go-driver@v1.15.0...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.mongodb.org/mongo-driver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    28845c1 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump google.golang.org/grpc in /benchmarks/hotel-app

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.65.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.65.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    599215e View commit details
    Browse the repository at this point in the history
  7. build(deps): bump golang.org/x/net in /benchmarks/hotel-app

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.27.0.
    - [Commits](golang/net@v0.25.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6f12311 View commit details
    Browse the repository at this point in the history
  8. Added files for image-rotate benchmark.

    Signed-off-by: Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    21dde76 View commit details
    Browse the repository at this point in the history
  9. Tracking images with git lfs.

    Signed-off-by: Lakshman <[email protected]>
    Lakshman authored and dhschall committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bafa568 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Added files for video-processing benchmark.

    Signed-off-by: Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    967b6ea View commit details
    Browse the repository at this point in the history
  2. Small fix in image-rotate dockerfile.

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8cd3a2b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Upgrade go deps

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    dhschall committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a52a01f View commit details
    Browse the repository at this point in the history
  2. Revert "Upgrade go deps"

    This reverts commit a52a01f.
    dhschall committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    35b58aa View commit details
    Browse the repository at this point in the history
  3. Fix workflow

    dhschall committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b68f7ca View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Upgrade go dependencies

    Fix some deprecation errors
    
    Signed-off-by: David Schall <[email protected]>
    dhschall committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    42b2444 View commit details
    Browse the repository at this point in the history
  2. Added files for rnn-serving benchmark.

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    05feb31 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump torch from 1.4.0 to 2.2.0 in /benchmarks/bert

    Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 2.2.0.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
    - [Commits](pytorch/pytorch@v1.4.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3316bdf View commit details
    Browse the repository at this point in the history
  4. build(deps): bump grpcio in /benchmarks/compression/python

    Bumps [grpcio](https://github.com/grpc/grpc) from 1.45.0 to 1.53.2.
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.45.0...v1.53.2)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2bd3780 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Added files for video-analytics-standalone benchmark.

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    11bc032 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump grpcio in /benchmarks/rnn-serving/python

    Bumps [grpcio](https://github.com/grpc/grpc) from 1.45.0 to 1.53.2.
    - [Release notes](https://github.com/grpc/grpc/releases)
    - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
    - [Commits](grpc/grpc@v1.45.0...v1.53.2)
    
    ---
    updated-dependencies:
    - dependency-name: grpcio
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    dce2050 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Added basic documentation for all new benchmarks.

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b1b9aa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Upgraded fibonacci to deal with large numbers.

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    82b7dee View commit details
    Browse the repository at this point in the history
  2. Fixed spellcheck issues

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d6a771a View commit details
    Browse the repository at this point in the history
  3. Added profiling to the relay and client.

    Signed-off-by: L Lakshmanan <[email protected]>
    Lakshman authored and dhschall committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    07c700e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Modified compression benchmark to use mongodb.

    Signed-off-by: L Lakshmanan <[email protected]>
    
    Small edit to server.py
    
    Signed-off-by: Lakshman <Lakshman@localhost>
    Lakshman authored and dhschall committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    135a667 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. build(deps): bump rojopolis/spellcheck-github-actions

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.40.0 to 0.41.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](rojopolis/spellcheck-github-actions@0.40.0...0.41.0)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and dhschall committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6e85a37 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Try fixing dependabot

    dhschall committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cd74ce5 View commit details
    Browse the repository at this point in the history
  2. better grouping

    dhschall committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    12417aa View commit details
    Browse the repository at this point in the history
  3. Upgrade Python to 3.12

    Signed-off-by: David Schall <[email protected]>
    dhschall committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    11be651 View commit details
    Browse the repository at this point in the history