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

docs: update 4.x branch for v4.8.0 release #4265

Merged
merged 53 commits into from
Oct 8, 2024
Merged

Commits on Oct 8, 2024

  1. chore(deps): update docker.elastic.co/wolfi/chainguard-base:latest do…

    …cker digest to dcbcd19 (#4186)
    
    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    elastic-renovate-prod[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0d7b8f4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the github-actions group with 2 updates (#4187)

    Updates `actions/attest-build-provenance` from 1.4.0 to 1.4.1
    Updates `docker/build-push-action` from 6.5.0 to 6.6.1
    dependabot[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    214ac18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0904669 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump the eslint group with 3 updates (#4189)

    Updates `eslint` from 9.8.0 to 9.9.0
    Updates `eslint-plugin-n` from 17.10.1 to 17.10.2
    Updates `eslint-plugin-promise` from 7.0.0 to 7.1.0
    dependabot[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    74fe54e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be36d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67aadc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a36aee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75a0345 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afbb539 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3150dbd View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump docker/build-push-action from 6.6.1 to 6.7.0 in the…

    … github-actions group (#4194)
    
    Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).
    
    Updates `docker/build-push-action` from 6.6.1 to 6.7.0
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@16ebe77...5cd11c3)
    dependabot[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0b361aa View commit details
    Browse the repository at this point in the history
  12. chore(deps): update docker.elastic.co/wolfi/chainguard-base:latest do…

    …cker digest to e11c691 (#4193)
    
    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    elastic-renovate-prod[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6d00acb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d8c571 View commit details
    Browse the repository at this point in the history
  14. chore(deps): update docker.elastic.co/wolfi/chainguard-base:latest do…

    …cker digest to aad4cd4 (#4201)
    
    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    elastic-renovate-prod[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6e1a0e3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fc58b6d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    196e7c5 View commit details
    Browse the repository at this point in the history
  17. chore(deps-dev): bump @babel/cli in the babel group (#4209)

    Updates `@babel/cli` from 7.24.1 to 7.25.6
    dependabot[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3d4257d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e80ad6 View commit details
    Browse the repository at this point in the history
  19. chore(deps): bump actions/attest-build-provenance (#4202)

    Updates `actions/attest-build-provenance` from 1.4.1 to 1.4.2
    dependabot[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    694a9de View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c4cdedf View commit details
    Browse the repository at this point in the history
  21. test: fix two issues running tests locally (#4220)

    Two issues with testing locally on my dev laptop:
    
    1. `docker-compose` (i.e. Docker Compose v1) is dead and, in some versions, now gone. Time for `docker compose ...` (i.e. v2): https://docs.docker.com/compose/migrate/
    
    ```
    % npm test
    
    > [email protected] test
    > ./test/script/run_tests.sh
    
    ./test/script/run_tests.sh: line 93: docker-compose: command not found
    ```
    
    2. The mysql image has no layer for ARM, i.e. that natively runs on Apple Silicon.
    
    ```
    % npm test
    
    > [email protected] test
    > ./test/script/run_tests.sh
    
    [+] Running 0/1
     ⠼ mysql Pulling                                                                                                                                                                                                                                                                                 1.4s
    no matching manifest for linux/arm64/v8 in the manifest list entries
    ```
    trentm authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    15cfab1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    200de70 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    afe0c58 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4578883 View commit details
    Browse the repository at this point in the history
  25. chore(deps): update otel deps to latest (#4217)

    There was a recent 1.26.0/0.53.0 OTel release.
    
    Also, fix opentelemetry-metrics tests for fix in otel/sdk-metrics package to
    use *inclusive* upper bounds in histograms.
    
    Refs: open-telemetry/opentelemetry-js#4935
    trentm authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d2fbd7f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    15f688a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    29d0106 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7dcaa43 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    24d74d0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fe124df View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4155375 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3d87c57 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4c9eac0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b67a1e2 View commit details
    Browse the repository at this point in the history
  35. test(express): drop express@5 from TAV tests (#4239)

    We don't yet support instrumenting express@5. 5.0.0 was recently released.
    Our TAV config was including express@5 in tests.
    
    Refs: #4238
    trentm authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d57fbb3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    829e8ed View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bdbd515 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4634985 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b6b4fe5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1dd223f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8fc7d29 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    10e26dc View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fe68c61 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4b6a3c6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c0defcc View commit details
    Browse the repository at this point in the history
  46. test: attempted fix of flaky 'span slower than configured spanStackTr…

    …aceMinDuration' test (#4256)
    
    This test case has been occasionally fail in CI recently.
    This bumps the timing to make a small timing issue less likely to
    cause the test to fail.
    
    Refs: #3313 (comment)
    trentm authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3862155 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    efb4382 View commit details
    Browse the repository at this point in the history
  48. chore(deps): update docker.elastic.co/wolfi/chainguard-base:latest do…

    …cker digest to 90888b1 (#4257)
    
    Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
    elastic-renovate-prod[bot] authored and david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fd11d0f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4f55abd View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    a6cf36b View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2a6cc34 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4755d7a View commit details
    Browse the repository at this point in the history
  53. release 4.8.0 (#4264)

    david-luna committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a08f0bc View commit details
    Browse the repository at this point in the history