Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 17:59
· 10 commits to main since this release
d956166

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