Release preparation

This commit is contained in:
Sergey Bogatyrets 2020-03-21 22:01:13 +03:00
parent 6ece0bc2e2
commit 622e60cbfd
2 changed files with 9 additions and 2 deletions

View File

@ -2,8 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased - available on :latest tag for docker image] ## [Unreleased - available on :latest tag for docker image]
## [v0.0.2] - 2020-03-21
### Added ### Added
- PROXY_PORT env parameter for app - PROXY_PORT env parameter for app
- Multiarch support for docker images
### Changed ### Changed
ADd caarlos0/env lib for working with ENV variables ADd caarlos0/env lib for working with ENV variables
@ -14,7 +18,7 @@ ADd caarlos0/env lib for working with ENV variables
### Changed ### Changed
- Golang vendoring - Golang vendoring
- Change Dockerfile for multistage builds with final scratch image - Change Dockerfile for multistage builds with final scratch image
### Removed ### Removed
- IDE files - IDE files

View File

@ -1,5 +1,8 @@
# go-socks5-proxy # go-socks5-proxy
![Latest tag from master branch](https://github.com/serjs/socks5-server/workflows/Latest%20tag%20from%20master%20branch/badge.svg)
![Release tag](https://github.com/serjs/socks5-server/workflows/Release%20tag/badge.svg)
Simple socks5 server using go-socks5 with authentication options Simple socks5 server using go-socks5 with authentication options
## Start container with proxy ## Start container with proxy