Skip to content

Releases: A2-ai/sorting-hat

v0.0.2

19 Dec 03:28
be59e12
Compare
Choose a tag to compare

Changelog

  • be59e12 Update .goreleaser.yml to use cgo again
  • 8a45f47 Update release.yml

v0.0.1 release was set to cgo disabled so could be compatible across OS's - however this ended up making os.userlookups not behave properly because libnss isn't consulted correctly then, so when using LDAP it couldn't look up users correctly.

This release is just built under an older OS (Ubuntu 20.04) so has a broader range of compatibility.

v0.0.1

18 Dec 19:19
Compare
Choose a tag to compare

Changelog

  • 8b99ec1 fix: build without cgo
  • 10e7aa4 Merge pull request #4 from A2-ai/release
  • 8c21ee7 add github workflow
  • 2e179e6 add note on activating
  • 659316c add simple justfile
  • c189bfc feat: default to using config file and build for arm
  • 461fce1 Merge pull request #3 from A2-ai/feat/allowed_groups
  • 273d146 Update README.md
  • 76d0b47 lift global settings from scan to make easier to debug
  • 1ae290f add configuration setup, ignore users < 1000 + some known names that may be over 1000
  • 6a136b2 setup prelim goreleaser
  • f01716b add random sleep and a debug log around looking up a user id
  • 68da2b3 fixup actually referencing the dir
  • 9f1a933 rename to scan properly
  • 10de848 update to scan in systemd
  • f28bc08 add systemd components
  • 80b5357 misc tweaks
  • 788cb93 add some docs
  • 659f441 rename to scan and add light docs
  • 413a1ab implementation of watch command
  • f5e73c8 implement poc of adding users to group
  • 133f898 wip initial implementation
  • 717d4f4 add a provisioning script to generate some users in the dev container
  • fb54f77 simple readme
  • 74811b5 add repo scaffold