Skip to content

Commit

Permalink
fix(deps): bump C++ Server to 3.5.2 (#105)
Browse files Browse the repository at this point in the history
This pulls in a bugfix which significantly improves the logging
experience when given an incorrect SDK key.
  • Loading branch information
cwaldren-ld authored Jul 15, 2024
1 parent 29447f8 commit 01fac9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/variables/cpp-sdk-versions.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sdk=3.3.3
redis_source=2.1.3
sdk=3.5.2
redis_source=2.1.10
2 changes: 1 addition & 1 deletion examples/hello-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM debian:bookworm
ARG VERSION=2.1.0
# {{ x-release-please-end }}

ARG CPP_SDK_VERSION=3.3.3
ARG CPP_SDK_VERSION=3.5.2

# For unknown reasons, it appears that boost.json and boost.url aren't included in the
# libboost-all package.
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04
ARG VERSION=2.1.0
# {{ x-release-please-end }}

ARG CPP_SDK_VERSION=3.3.3
ARG CPP_SDK_VERSION=3.5.2

RUN apt-get update && apt-get install -y \
curl luarocks lua5.3 lua5.3-dev \
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM openresty/openresty:jammy
ARG VERSION=2.1.0
# {{ x-release-please-end }}

ARG CPP_SDK_VERSION=3.3.3
ARG CPP_SDK_VERSION=3.5.2

RUN apt-get update && apt-get install -y \
git netbase curl libssl-dev apt-transport-https ca-certificates \
Expand Down

0 comments on commit 01fac9e

Please sign in to comment.