Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb-solo committed Oct 15, 2024
1 parent 0624b9f commit 1e4e49b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog/v1.17.15/change-echo-server-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ changelog:
Change the image used in our kubernetes/e2e tests from kennship/http-echo
to jmalloc/echo-server. This image supports http/2. It is also smaller and
faster, which may speed up our e2e tests and reduce CI costs.
kennship/http-echo is also an archived project that appears to not have
been updated in 6 years.
3 changes: 2 additions & 1 deletion test/kubernetes/e2e/defaults/testdata/http_echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ metadata:
spec:
containers:
- name: http-echo
image: jmalloc/echo-server@sha256:c87f80de8dbb976a59b228fc9ecf257e0574c6f760c2f1c5f05f64c7ac7fbc1e
# we avoid using checksums so that we automatically select amd64 or arm64
image: jmalloc/echo-server@v0.3.7
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit 1e4e49b

Please sign in to comment.