Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 16:57
· 31 commits to main since this release

This release focuses on making TinyFeed even tinier and improving security practice.

✨ Features

  • Docker images are now built entirely from scratch, increasing security and reducing image size by 56% (12.5MB).
  • Debug information is now stripped during build to reduce binary size by 30% (4.4MB).
  • Switched from spf13/cobra to Go's standard flag package for a minimal dependency footprint and reduced binary size by 5% (700KB).

🔒 Security

  • Commit pinning in GitHub Actions: action now reference full commit hashesto reduce supply chain risks.
  • A vulnerability disclosure policy is now in place to define a responsible scope and facilitate reporting.

🐛 Fixes

  • Resolved a nil pointer dereference when running with the --quiet flag.

🧹 Miscellaneous

  • Added a logo for reference in external publication