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

feat(node-v21): added support for node v21 #947

Merged
merged 10 commits into from
Dec 8, 2023
Merged

feat(node-v21): added support for node v21 #947

merged 10 commits into from
Dec 8, 2023

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    e9a7102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3adfc2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    994b5fa View commit details
    Browse the repository at this point in the history
  4. chore(metrics): rebuild precompiled binaries for Node.js 21 and x86_64

    The shared-metrics add-ons had accidentally been build for the CPU
    architecture arm64 instead of x86_64.
    basti1302 authored and aryamohanan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b20c146 View commit details
    Browse the repository at this point in the history
  5. chore(profiling): add precompiled autoprofile binaries for Node.js 21

    Also, use the Docker image node:${targetNodeVersion}
    instead of node:${targetNodeVersion}-buster for building the autoprofile
    binaries. Specifying a specific Debian distribution has a tiny
    maintenance disadvantage, as node images are not always provided for all
    Debian distributions. There is no node:21.2.0-buster, for example, as
    Debian Buster is simply too old by now.
    basti1302 authored and aryamohanan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    129d240 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b78ec4a View commit details
    Browse the repository at this point in the history
  7. test: updated test

    aryamohanan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a13830c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    673b6d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6e20b1 View commit details
    Browse the repository at this point in the history