Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: bindl-dev/bindl

v0.0.6

08 Jan 23:36
d731813
Compare
Choose a tag to compare

Changelog

v0.0.5

12 Apr 20:54
Compare
Choose a tag to compare

Changelog

  • 1599f5f ✨ Install bindl in GitHub Actions (#61)
  • 2cd98d0 🌱 Parameterize tag in bootstrap script
  • 9793d06 🌱 Use bootstrap download in Makefile
  • ba2e5fb 🐛 Fix bootstrap repository name
  • 100b9aa 🔧 Use Makefile based golangci-lint in CI (#62)
  • 4b5fba0 🔧 Use Makefile-based release

v0.0.4

12 Apr 18:36
Compare
Choose a tag to compare

Changelog

  • 7ea280b ✨ Add bootstrap mechanism (#60)
  • 9f6b0d8 🔧 Remove Amd64 reference from goreleaser

v0.0.3

12 Apr 08:46
Compare
Choose a tag to compare

Changelog

  • 6816985 ✨ Cache download responses (#53)
  • babbbb8 ✨ Idempotent bindl sync (#57)
  • 600c7e5 ✨ Implement cosign verification (#54)
  • 5487946 ✨ Use GitHub provider to simplify URL (#56)
  • b9f85ce ⬆️ golangci-lint
  • 31c11c1 🌱 Store certificate as decoded Base64
  • f67838c 🐛 Fix error formatting
  • c3e9597 🐛 Fix missing bootstrap path for cosign
  • 6f393d2 🔧 Verify signature for cosign

v0.0.2

28 Mar 17:48
652c6a0
Compare
Choose a tag to compare

Changelog

  • 652c6a0 Add Lazy Gopher as project mascot (#47)
  • 07c40ba ⚠️ Checksum verification refactor (#46)
  • 421f902 🌱 append goreleaser snapshots with "-dev"

v0.0.1

25 Mar 02:36
15afbfd
Compare
Choose a tag to compare

Changelog

  • 75c3236 Add Apache 2.0 License
  • 2fac226 Add SBOM and Cosign generator in goreleaser
  • 460e4c7 Add addlicense to bindl.yaml
  • ae55b1a Add command to modify generic ignore file
  • 5778fe5 Add fmt and mod
  • 73cff55 Add goreleaser
  • f95359d Add license check to GitHub Actions
  • 1b4a7cb Add license headers to Go files
  • c3116bf Add make command and functionality
  • 0202dc0 Add sync command and functionality
  • 3380999 Bonk gopkg.in/yaml.v2
  • ee34719 GitHub Actions test & release (#1)
  • 10d0dd5 Handle zip archives as well
  • afda30a Initial commit
  • 4d58da9 Merge pull request #16 from xargs-dev/license
  • 926f845 Merge pull request #9 from xargs-dev/chris-ignore
  • 6e6b5c8 More example, more configurable
  • 041282a Proof of concept
  • b58c037 Proof of concept for program.Config -> program.Program
  • 245c7d0 Remove blank license
  • bf83904 The pitch
  • 88e2b3e Update examples
  • 634d808 error does not implement comparable
  • fa9c156 goreleaser: Auto-detect pre-release
  • 7004410 ✨ Over-engineer newline detection for appending to ignore file
  • 979d6e3 ✨ Parse environment variables for runtime config (#42)
  • 5cf1f0e ✨ Storing multi-version programs (#38)
  • 15afbfd ✨ Use GitHub-based import path (#45)
  • c78dffebindl verify to verify existing binary (#32)
  • 8f9791c 🌱 Add "generate" command, move "make" and "ignore" (#21)
  • 73d772e 🌱 Bump Cobra (v1.4.0) and x/sys (2edf467146b5) (#19)
  • b4c1e7d 🌱 Don't save incomplete checksums (#23)
  • 4a8ee4a 🌱 Fix linter issues in program/
  • 1fe60eb 🌱 Shorten defaultConfig to conf
  • 35d7c4a 🌱 mkdir -p if out dir no exist
  • 70bd26f 🌱 refactor program-matching structure (#31)
  • 4d43c84 🍿 Add tests to verify bindl ignore output
  • 70b5c28 🐛 Prevent Makefile from rebuilding unnecessarily (#43)
  • 831fcb1 🐛 get command requires at least one argument or --all flag (#29)
  • 6095173 📖 Add license to bindl ignore command files
  • 5ff2250 📖 Add the comment suggested in in #6 (#7)
  • f2ed232 📖 Documentation and naming amendments (#44)
  • 43c6166 📖 Update bindl ignore long usage description
  • 13cd3d7 🔧 Add Go lint settings and commands
  • c6c25ec 🔧 Add Go linter GitHub Action
  • befae95 🔧 Add PR template with emojis (#22)
  • 71965af 🔧 Add golangci-lint binary and re-generate lock and Makefile.bindl
  • d16bf4c 🔧 Add more linters and fixes (#34)
  • 03573f8 🔧 Customizable Go executable in Makefile (#6)
  • 7403ada 🔧 Customizable Go executable in Makefile.tests
  • 5abefbb 🔧 Make dev builds with goreleaser too (#41)
  • 0a7b3d6 🔧 Merge pull request #30 from xargs-dev/chris-linter
  • f0eb47e 🔧 Use recursive wildcard to generate missing license headers (#28)