Skip to content

Commit

Permalink
Merge pull request #33 from splitio/fix/runner_image_socat
Browse files Browse the repository at this point in the history
Include socat in final sidecar image
  • Loading branch information
mredolatti authored Mar 4, 2024
2 parents 242be9c + 171aa01 commit 215cf7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
1.3.4 (Feb 22, 2024):
1.3.1 (March 4, 2024):
- Add socat in runner image

1.3.0 (Feb 22, 2024):
- Add boringcrypto-based FIPS-compliant build for amd64/linux

1.2.0 (Jan 25, 2024):
Expand Down
2 changes: 1 addition & 1 deletion infra/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN export GITHUB_SHA="${COMMIT_SHA}" && bash -c '\
FROM debian:12.4 AS runner

RUN apt update -y
RUN apt install -y bash ca-certificates wget
RUN apt install -y bash ca-certificates wget socat

RUN wget https://github.com/mikefarah/yq/releases/download/v4.40.5/yq_linux_amd64
RUN chmod +x yq_linux_amd64
Expand Down
2 changes: 1 addition & 1 deletion splitio/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package splitio

const Version = "1.3.0"
const Version = "1.3.1"

0 comments on commit 215cf7f

Please sign in to comment.