Skip to content

Releases: dadav/gorge

0.7.0

29 Dec 17:59
d956166
Compare
Choose a tag to compare

Changelog

  • a92eb3f Add renovate.json
  • 73ae456 Allow stampede to cache on request path or full request URI (configurable via 'usual' means)
  • fdb5949 Fix code scanning alert no. 11: Uncontrolled data used in path expression
  • 39270b9 If the module does not exist with fallback-proxy enabled early return with a 404, return 'empty' 200 result if fallback-proxy is not enabled
  • e322305 Only do pagination after filtering out releases we're not searching for
  • 1bd06fa Track proxied requests to fallback URLs
  • de0b32c Update renovate.json
  • d115ebc chore(deps): pin dependencies
  • 39362e3 chore(deps): update actions/checkout action to v4
  • 6a495ae chore(deps): update actions/setup-go action to v5
  • 973073f chore(deps): update alpine docker tag to v3.21
  • 306fea0 docs(config): Add missing default param
  • dc8113c feat(ui): Add sorting support and add proxy filter
  • c6e4c2d feat: Add basic file locking
  • 3126393 fix logic error in /v3/releases search filter
  • 14558bb fix shared file system issues
  • 940ee21 fix(deps): update module github.com/a-h/templ to v0.2.793
  • 0dba9c3 fix(deps): update module github.com/go-chi/chi/v5 to v5.2.0
  • 2688bf9 fix(deps): update module github.com/go-chi/jwtauth/v5 to v5.3.2
  • 6a2378d fix(ui): Add comments, remove unneeded func, polish ui
  • 9f62fc6 fix(ui): Adjust function call
  • 32ec930 fix: Adjust dockerfile
  • e0809a4 fix: Improve code in various places
  • f8a2e2c fix: Make stats work
  • 54aee13 fix: Try to fix proxy issue
  • 98547b8 fix: no walrus
  • d60af60 golang.org/x/mod/semver expects version strings to begin with a leading "v". Use Hashicorp version package which accepts all kinds of version string format
  • 402f518 if a fallback-proxy is configured, throw more 404s to ensure we actually do fallback
  • bf495ba simplify filter loop
  • 0972519 testing on forge.puppet.com/v3/releases shows that module & owner filters apply before offset, despite documentation implying otherwise

0.6.1-alpha

23 Jul 17:54
1a46936
Compare
Choose a tag to compare

Changelog

  • 6b78ec9 fix: Dont log stuff multiple times
  • 5103b2f fix: Wrong mountpoint

0.6.0-alpha

22 Jul 16:12
8bc8c8f
Compare
Choose a tag to compare

Changelog

0.5.0-alpha

08 Jul 19:05
47571d6
Compare
Choose a tag to compare

Changelog

0.4.2-alpha

01 Jul 21:07
1a1f786
Compare
Choose a tag to compare

Changelog

  • eef2379 Merge pull request #10 from dadav/docs_wording
  • 84fa675 Merge pull request #13 from dadav/feat_helm
  • 53f028f feat: Add support for various packages
  • 9f66837 fix: Adjust default tag

0.4.1-alpha

30 Jun 11:13
79f10c0
Compare
Choose a tag to compare

Changelog

  • b837d41 Merge pull request #9 from dadav/fix_cache_pos
  • 4c82bae fix: Cache is usable without proxy

0.4.0-alpha

29 Jun 09:48
cc51d2f
Compare
Choose a tag to compare

Changelog

  • 69ab97c Merge pull request #7 from johnwarburton/choice-of-fallback-proxies
  • 11401d7 Merge pull request #8 from dadav/fix_cache
  • ff93a00 first naive cut of multiple fallback proxies
  • ed3e89f fix: Adjust to newly changed code
  • 7bf5000 fix: Remove all CacheDir references
  • 6d49c25 fix: Rework caching and proxy functionality
  • 944b8bf update doco

0.3.5-alpha

22 Jun 21:25
aab9c2b
Compare
Choose a tag to compare

Changelog

  • f609530 Merge pull request #6 from dadav/fix_backend_creation
  • 5ee24e7 fix: Init maps
  • 55086f6 fix: Set headers only if set

0.3.4-alpha

21 Jun 17:50
f72a1c5
Compare
Choose a tag to compare

Changelog

  • 4957de3 gorge to scan local modules directory (#5)

0.3.3-alpha

14 Jun 20:20
c0a8ba3
Compare
Choose a tag to compare

Changelog

  • c0d40e6 Merge pull request #3 from dadav/fix_fallback_problem
  • dbbc3ae fix: Return expected error type
  • 34ba1b0 fix: Update dependencies