Skip to content

Commit

Permalink
bump tproxy to 0.5.1 (#3412)
Browse files Browse the repository at this point in the history
Signed-off-by: andrewmatilde <davis6813585853062@outlook.com>
  • Loading branch information
Andrewmatilde committed Jun 30, 2022
1 parent 6cc3590 commit fed2001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ For more information and how-to, see [RFC: Keep A Changelog](https://github.com/
- Add `spec.privateKey.rotationPolicy` to Certificates, to comply with requirements in cert-manager 1.8 [#3325](https://github.com/chaos-mesh/chaos-mesh/pull/3325)
- Support `Suspend` in next generation `New Workflow`'s UI [#3254](https://github.com/chaos-mesh/chaos-mesh/pull/3254)
- Add helm annotations for Artifact Hub [#3355](https://github.com/chaos-mesh/chaos-mesh/pull/3355)
- Bump chaos-tproxy to v0.5.1

### Changed

Expand Down
2 changes: 1 addition & 1 deletion images/chaos-daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN case "$TARGET_PLATFORM" in \
esac; \
curl -L https://github.com/chaos-mesh/nsexec/releases/download/v0.1.6/nsexec-$NSEXEC_ARCH-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/bin; \
mv /usr/local/bin/libnsenter.so /usr/local/lib/libnsenter.so; \
curl -L https://github.com/chaos-mesh/chaos-tproxy/releases/download/v0.4.6/tproxy-$NSEXEC_ARCH.tar.gz | tar xz -C /usr/local/bin; \
curl -L https://github.com/chaos-mesh/chaos-tproxy/releases/download/v0.5.1/tproxy-$NSEXEC_ARCH.tar.gz | tar xz -C /usr/local/bin; \
curl -L https://github.com/chaos-mesh/memStress/releases/download/v0.3/memStress_v0.3-$NSEXEC_ARCH-linux-gnu.tar.gz | tar xz -C /usr/local/bin

COPY bin/chaos-daemon /usr/local/bin/chaos-daemon
Expand Down

0 comments on commit fed2001

Please sign in to comment.