File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- 5.10.0 (Jan 17, 2024 )
1
+ 5.10.0 (Jan 23, 2025 )
2
2
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting. Read more in our docs.
3
- - Added support for arm64.
3
+ - Added support for arm64 in docker images .
4
4
- Fixed vulnerabilities:
5
- - Updated golang image to 1.23.4.
6
- - Updated x/crypto dependency.
7
- - Updated x/net dependency.
5
+ - Updated golang image to 1.23.5
6
+ - Updated debian image to 12.9
7
+ - Updated golang.org/x/net to 0.33.0
8
+ - Updated golang.org/x/crypto to 0.31.0
8
9
9
10
5.9.0 (Dec 2, 2024)
10
11
- Split Proxy:
Original file line number Diff line number Diff line change 1
1
# Build stage
2
- FROM golang:1.23.4 -bookworm AS builder
2
+ FROM golang:1.23.5 -bookworm AS builder
3
3
4
4
ARG EXTRA_BUILD_ARGS
5
5
ARG FIPS_MODE
@@ -17,7 +17,7 @@ RUN bash -c 'if [[ "${FIPS_MODE}" = "enabled" ]]; \
17
17
fi'
18
18
19
19
# Runner stage
20
- FROM debian:12.8 AS runner
20
+ FROM debian:12.9 AS runner
21
21
22
22
RUN apt update -y
23
23
RUN apt install -y bash ca-certificates
Original file line number Diff line number Diff line change 1
1
# Build stage
2
- FROM golang:1.23.4 -bookworm AS builder
2
+ FROM golang:1.23.5 -bookworm AS builder
3
3
4
4
ARG EXTRA_BUILD_ARGS
5
5
ARG FIPS_MODE
@@ -17,7 +17,7 @@ RUN bash -c 'if [[ "${FIPS_MODE}" = "enabled" ]]; \
17
17
fi'
18
18
19
19
# Runner stage
20
- FROM debian:12.8 AS runner
20
+ FROM debian:12.9 AS runner
21
21
22
22
RUN apt update -y
23
23
RUN apt install -y bash ca-certificates
Original file line number Diff line number Diff line change 1
1
module github.com/splitio/split-synchronizer/v5
2
2
3
- go 1.23.4
3
+ go 1.23.5
4
4
5
5
require (
6
6
github.com/gin-contrib/cors v1.6.0
You can’t perform that action at this time.
0 commit comments