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

Bump NodeJS in base image to 18 #150

Merged
merged 5 commits into from
Sep 8, 2023
Merged

Bump NodeJS in base image to 18 #150

merged 5 commits into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. Bump NodeJS in base image to NodeJS LTS (v18)

    Kyle Dixler committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b5b31af View commit details
    Browse the repository at this point in the history
  2. Use node:18-bullseye-slim for the pulumi/nodejs image

    Before it was using `lts-bullseye-slim`, which is currently the same as `18-bullseye-slim`. This commit changes it it to `18-bullseye-slim` so that it remains on 18 once the LTS version changes. That way, we can upgrade all images to the next LTS version at the same time, and not have one images that is using a different version that the others.
    justinvp committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fa195d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f647b9e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    justinvp committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b74f781 View commit details
    Browse the repository at this point in the history
  5. Update README.md with policy

    Also tweak the cadence as we aim to release weekly now.
    justinvp committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9b7b518 View commit details
    Browse the repository at this point in the history