Skip to content

Commit cb08d44

Browse files
Update node version
1 parent 83dc858 commit cb08d44

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.8.1 (Oct 9, 2025)
2+
- Updated base image to node:24.9.0-alpine3.22
3+
14
2.8.0 (Jul 23, 2025)
25
- Updated base image to node:24.3.0-alpine3.22
36
- Updated @splitsoftware/splitio package to version 11.4.1 that includes:
@@ -6,7 +9,6 @@
69
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
710
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on `SplitView` type objects. Read more in our docs.
811

9-
1012
2.7.2 (Jul 4, 2025)
1113
- Updated base image to node:24.3.0-alpine3.21
1214

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM node:24.3.0-alpine3.22 AS builder
2+
FROM node:24.9.0-alpine3.22 AS builder
33

44
WORKDIR /usr/src/split-evaluator
55

@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
88
RUN npm install --only=production
99

1010
# Runner stage
11-
FROM node:24.3.0-alpine3.22 AS runner
11+
FROM node:24.9.0-alpine3.22 AS runner
1212

1313
WORKDIR /usr/src/split-evaluator
1414

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "split-evaluator",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Split-Evaluator",
55
"repository": "splitio/split-evaluator",
66
"homepage": "https://github.com/splitio/split-evaluator#readme",

0 commit comments

Comments
 (0)