Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
cageyv committed Dec 16, 2022
1 parent cb71761 commit c49fd72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v0.0.5

- http mode features: tls-ca-cert, tls-client-cert, tls-client-key, tls-server-name
- new feature: ipv6 [::1]

### v0.0.4

- http mode features: tls-no-verify, connect-timeout, user-agent
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A command-line tool to perform Local Health Check Probes inside Container Images
### Add to a container image
You can bundle the statically compiled lprobe in your container image. Choose a binary release and download it in your Dockerfile:
```
ARG LPROBE_VERSION=v0.0.4
ARG LPROBE_VERSION=v0.0.5
ARG TARGETPLATFORM
RUN case ${TARGETPLATFORM} in \
"linux/amd64") LPROBE_ARCH=amd64 ;; \
Expand Down
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM nginx:alpine
ARG LPROBE_VERSION=v0.0.4
ARG LPROBE_VERSION=v0.0.5
ARG TARGETPLATFORM
RUN case ${TARGETPLATFORM} in \
"linux/amd64") LPROBE_ARCH=amd64 ;; \
Expand Down

0 comments on commit c49fd72

Please sign in to comment.