Skip to content

Releases: soulteary/apt-proxy

v0.2.0

14 Jun 02:28
Compare
Choose a tag to compare
  • Added basic stats page
  • Added ping page for healthcheck

Changelog

  • 6c48db2 feat: add ping page
  • 687caa5 feat: add stats page
  • 7e45bc2 feat: add internal urls
  • 72c5ecd chore: improve coverage, fix mirror set func

v0.1.0

13 Jun 09:59
67fcb55
Compare
Choose a tag to compare

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

12 Jun 15:58
Compare
Choose a tag to compare

Changelog

  • a75c0b6 chore: fix armv6 docker image

v0.0.5

12 Jun 15:50
Compare
Choose a tag to compare

Changelog

  • c6516b7 chore: add docker images: armv6, armv7

v0.0.4

12 Jun 15:43
Compare
Choose a tag to compare

Container images support ARM64v8

Changelog

  • 4ff5e91 chore: add docker image: arm64v8, use debian as base image

v0.0.3

12 Jun 14:31
Compare
Choose a tag to compare

Add more types of build artifacts.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

12 Jun 10:27
Compare
Choose a tag to compare

Rolled back binary compression with UPX, fixed port numbers declared in Dockerfile.

Changelog

v0.0.1

12 Jun 10:11
Compare
Choose a tag to compare

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