Releases: linyows/octopass
Releases · linyows/octopass
v0.9.0
Fix some vulns
What's Changed
- Use github actions instead of travis by @linyows in #43
- support debian 11 bullseye by @zinrai in #44
- Fix build and test to CI success by @linyows in #46
- Add website by @linyows in #45
- Resolve buffer overflows by @linyows in #47
- Add release workflow by @linyows in #48
New Contributors
Full Changelog: v0.7.1...v0.8.0
main
use upload-release-action
v0.7.1: Merge pull request #42 from linyows/bugfix
Fix null pointer for libc_free
Resolve a problem of cache file permission
Add SELinux policy
Fix SEGV for systemd-networkd starting
Support slug for github team API
Remove CentOS5 in packaging
Merge pull request #24 from linyows/fix-packaging Fix packaging
Support github repository collaborators as name resolve
Resolve name by collaborator of repository. Therefore, users can resolve names by users who are not limited to the organization.
octopass.conf:
Token = "xxxxxxxxxxxxxxxxxx"
# Organization = "foo"
# Team = "bar"
Owner = "linyows"
Repository = "baz"
Permission = "write"As a result, outside collaborator name resolution becomes possible.