Skip to content

Releases: jpc/k8s-socketcan

v0.1.1

16 Feb 17:14
Compare
Choose a tag to compare

Changelog

  • 13324ac Fixed a typo
  • a2f57b1 Try loading the vcan module before installing any packages (fixes Debian)

v0.1.0

03 Feb 18:26
Compare
Choose a tag to compare

Changelog

  • a5b86df Added .gitignore
  • bf5e6ac Added a README with descriptions, links and usage examples.
  • 2683747 Create go.yml
  • 7231229 Force glog to log to stderr
  • 6b53b66 Initial commit
  • 447ced4 Initial version
  • 0d4a1e5 Moved the fake dev creation from Go code to the init container shell script
  • 52bd80f Refactored the code to improve performance and simplify the logic
  • 774f551 Use GoReleaser