Releases: soulteary/apt-proxy
Releases · soulteary/apt-proxy
v0.2.0
v0.1.0
No need for any settings, supports both Ubuntu / Debian by default.
Allows users to manually specify the Mirror URL used by Ubuntu and Debian systems.
Changelog
- 67fcb55 Merge pull request #4 from soulteary/feat/proxy-mode-upgrade
- f0285e6 docs: update docs
- 9d5428d Merge pull request #3 from soulteary/feat/proxy-mode-upgrade
- 4e07c43 chore: allow user proxy ubuntu and debian together
- 25e1a6c chore: refactor rewriter for ubuntu and debian
- 2f7ef13 chore: refactor proxy mode select
- 0a6e68f chore: refactor choose mirrors
- dfd8117 feat: upgrade proxy mode, support ubuntu and debian same time
- 20f2e22 chore: try to fix G104 errors unhandled
- 33862d9 chore: try to fix G104 errors unhandled
- 51f83ab chore: allow trigger security scan
- 721ffb5 docs: add ci badge
- 39a7ce9 chore: update security scan rule
- 31c8fcf chore: try to fix G104 errors unhandled
- 80d8a96 docs: how to use docker <=> host
- e4c9c02 docs: update docs
v0.0.6
v0.0.5
v0.0.4
v0.0.3
Add more types of build artifacts.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
While looking for an alternative to APT-CACHER-NG, I found this project, but the project is no longer maintained for a long time.
So it took me some time to get the project working again and building with golang 1.18, and fixed some testing issues.
Thanks @lox , @taliesins
Changelog
- 0ee31ff docs: update coverage
- ead4635 test: fix all testcase
- 3de233b chore: fix debugger print
- 6581342 chore: remove debugger log
- 190014c fix: Potential file inclusion via variable
- 6b2fa9a fix: try to fix Potential HTTP request made with variable url
- d368e29 fix: Potential file inclusion via variable
- 15ea929 fix: Potential file inclusion via variable
- 6d78e2d fix: Expect directory permissions to be 0750 or less
- 36d081f Merge branch 'master' of github.com:soulteary/apt-proxy
- 834b67b fix: Deferring unsafe method on type
- ec0517a Create SECURITY.md
- 20c1a16 chore: add ci
- 599e9ab test: improve project coverage
- 7be5c0f test: improve the linux coverage
- 0c36791 test: improve the linux coverage
- 094c3bf chore: consistent test package and program NS to facilitate subsequent coverage improvement
- 4de0a94 test: improve the entrypoint coverage
- d7db5a7 test: optimize the program, improve the coverage
- 8e375ed test: use standalone ns
- 25e7f07 fix: fix tests
- eedcbec chore: split entry to standalone dir for test, mv httpcache to pkg dir
- e69d3d0 docs: upd docs
- 792684f feat: build with golang 1.18 and support both ubuntu and debian
- a873c37 Removed outdated tests
- 11f68e3 Updated to use latest httpcache
- 5fe2a51 Update for httpcache version bump
- f0763ba Add Godeps, ignore _workspace for now
- 26e0273 Updated README for host networking
- ee07004 Release process for building tiny docker images
- 32b3cc0 Initial commit