File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 ARTIFACTORY_TOKEN=${{ secrets.ARTIFACTORY_TOKEN }}
7070
7171 - name : Scan container using Lacework
72- uses : lacework/lw-scanner-action@v1.4.1
72+ uses : lacework/lw-scanner-action@v1.4.5
7373 with :
7474 LW_ACCOUNT_NAME : ${{ secrets.LW_ACCOUNT_NAME }}
7575 LW_ACCESS_TOKEN : ${{ secrets.LW_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1+ 2.7.1 (Jun 25, 2025)
2+ - Fixed OpenAPI spec fot /manager/splits
3+ - Updated base image to node:24.2.0-alpine3.22
4+
152.7.0 (Dec 20, 2024)
26 - Added support to arm64 images.
37 - Updated base image to node:20.13.1-alpine3.20
Original file line number Diff line number Diff line change 11# Builder stage
2- FROM node:20.13.1 -alpine3.20 AS builder
2+ FROM node:24.2.0 -alpine3.22 AS builder
33
44WORKDIR /usr/src/split-evaluator
55
@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
88RUN npm install --only=production
99
1010# Runner stage
11- FROM node:20.13.1 -alpine3.20 AS runner
11+ FROM node:24.2.0 -alpine3.22 AS runner
1212
1313WORKDIR /usr/src/split-evaluator
1414
Original file line number Diff line number Diff line change 1- Copyright © 2024 Split Software, Inc.
1+ Copyright © 2025 Split Software, Inc.
22
33Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -169,9 +169,12 @@ components:
169169 on : " {\" color\" : \" blue\" }"
170170 off : " {\" color\" : \" black\" }"
171171 Splits :
172- type : array
173- items :
174- $ref : ' #/components/schemas/Split'
172+ type : object
173+ properties :
174+ splits :
175+ type : array
176+ items :
177+ $ref : ' #/components/schemas/Split'
175178
176179security :
177180 - Authorization : []
You can’t perform that action at this time.
0 commit comments