Skip to content

Commit

Permalink
docs: update readme,release,changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
potoo0 committed Jul 14, 2024
1 parent 4077577 commit e3fe609
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.3

- Modify go link flags to reduce binary size
- Publish docker image

## 0.1.2

- Fix string case issue in proxy.proxyKind.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ written in nodejs. The goal is drop-in replacement of the nodejs version.
go install github.com/potoo0/configurable-http-proxy
```

### Release
### Prebuilt

Download the latest release from the releases page.

### Docker

```
docker run -d -p 8000:8000 -p 8001:8001 potoo0/configurable-http-proxy:latest
```

## Features

Basically synchronized with nodejs version.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.2
## v0.1.3

- Fix string case issue in proxy.proxyKind.
- Support `--metrics-port`, `--metrics-ip` for prometheus metrics.
- Modify go link flags to reduce binary size
- Publish docker image
3 changes: 0 additions & 3 deletions TODO.md

This file was deleted.

0 comments on commit e3fe609

Please sign in to comment.