Unleash / unleash-proxy

Unleash Proxy is used to safely integrate frontend application with Unleash in a secure and scaleable way.
https://docs.getunleash.io/sdks/unleash-proxy
Apache License 2.0
48 stars 42 forks source link

Update Node version in Dockerfile: v14 -> v18 #144

Closed samdotci closed 11 months ago

samdotci commented 11 months ago

About the changes

This updates Node in the Dockerfile from v14 to v18, as v14 reached EOL on April 30th 2023.

v18 was selected as it is now the minimum version supported by Unleash v5.

sonatype-lift[bot] commented 11 months ago

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

pmichna commented 11 months ago

@kwasniew Any chance to have it backported to v0.16.x to get it released in a stable version quickly? Or when can we expect stable v0.17 release?

kwasniew commented 11 months ago

@pmichna The current beta version of proxy is because of the beta version of the Unleash Node SDK that supports a new feature (strategy variants). We're dog fooding the new Unleash Node SDK ourselves over the weekend in the infrastructure that we control and early next week we'll be cutting a stable version of Node SDK and proxy SDK 0.17 that will include the update. If you need it today, you can also use 0.17.0-beta.3 since this is the code that will be promoted to 0.17 next week.