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

update node to 18.17.1 #18525

Merged
merged 17 commits into from
Aug 24, 2023
Merged

update node to 18.17.1 #18525

merged 17 commits into from
Aug 24, 2023

Conversation

AlexTugarev
Copy link
Member

@AlexTugarev AlexTugarev commented Aug 16, 2023

Description

Summary generated by Copilot

🤖 Generated by Copilot at f2eb927

Updated the node version from 16.x to 18.17.1 in the Dockerfiles for several gitpod components and the dev image. Added an environment variable to enable the openssl-legacy-provider option for node 18 compatibility.

Related Issue(s)

Fixes #

How to test

Documentation

Preview status

Gitpod was successfully deployed to your preview environment.

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • with-monitoring

/hold

@filiptronicek
Copy link
Member

@jeanp413 it seems that checkboxes have stopped working 🤔
Recording 2023-08-23 at 17 38 12

@jeanp413
Copy link
Member

@filiptronicek fixed

Copy link
Member

@filiptronicek filiptronicek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested everything I reasonably could from starting workspaces (dashboard iframe and supervisor-frontend) to the user preferences and projects.

Looks good!

Copy link
Contributor

@selfcontained selfcontained left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did a pass through on the dashboard and surprisingly it looks good despite how much changed. Left a couple comments but none are blocking. Going to hold off on approval on this as I know there was more testing and looking at this folks wanted to do.

components/dashboard/src/index.tsx Outdated Show resolved Hide resolved
@@ -4,6 +4,10 @@
* See License.AGPL.txt in the project root for license information.
*/

@tailwind base;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we need to have this at the beginning of any css file where we're using a tailwind directive now?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supposedly it shouldn't be needed with the postcss-import plugin in the postcss.config.js but I spend a lot of time yesterday trying to make it work but couldn't 😞
because it was just three files for now I just copy the directive, but it would be good to fix it later

@github-actions
Copy link
Contributor

⚠️ Hey reviewer! BE CAREFUL ⚠️
Review the code before opening in your Gitpod. .gitpod.yml was changed and it might be harmful.

Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested various SCM flows, workspace start, use of API related features, killing ws-manager, configured SSO (could not use ti because of mess with accounts). But everything seem to work, and don't see anything suspicious in logs.

@akosyakov
Copy link
Member

/unhold

@roboquat roboquat merged commit c7e492b into main Aug 24, 2023
15 checks passed
@roboquat roboquat deleted the at/node-18-17-1 branch August 24, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants