Releases: owncloud/ocsign
Releases · owncloud/ocsign
Release list
v0.2.1
What's Changed
- ci: bump actions/setup-go from 6.5.0 to 7.0.0 by @dependabot[bot] in #17
- ci: bump actions/checkout from 7.0.0 to 7.0.1 by @dependabot[bot] in #18
- fix: disable HTML-escaping when writing signature.json hashes (#19) by @DeepDiver1975 in #20
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Pin all GitHub Actions to full commit SHAs by @DeepDiver1975 in #9
- ci: bump actions/setup-go from 5.6.0 to 6.5.0 by @dependabot[bot] in #4
- ci: bump golangci/golangci-lint-action from 7.0.1 to 9.3.0 by @dependabot[bot] in #2
- ci: bump actions/checkout from 4.3.1 to 7.0.0 by @dependabot[bot] in #3
- fix: align appId grammar with spec (add dot; min length 3) by @DeepDiver1975 in #10
- chore: add CODEOWNERS (managed by owncloud/admin) by @DeepDiver1975 in #11
- chore: rename Go module path to github.com/owncloud/ocsign by @DeepDiver1975 in #13
- test: add OpenSSL sign+verify round-trip integration test by @DeepDiver1975 in #12
- feat: implement --core signing (spec §3.6) by @DeepDiver1975 in #15
- docs: bump release example to v0.2.0 by @DeepDiver1975 in #16
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add repo scaffold, CI, and project metadata by @DeepDiver1975 in #1
- Implement canonical manifest builder (spec §3) by @DeepDiver1975 in #5
- Add key loading, signing, and the signature.json envelope (spec §4, §5, §9) by @DeepDiver1975 in #6
- Implement the CLI: orchestration, exit codes, and scope stubs (spec §2) by @DeepDiver1975 in #7
- Add release workflow, cross-compile script, and --version (spec §7) by @DeepDiver1975 in #8
New Contributors
- @DeepDiver1975 made their first contribution in #1
Full Changelog: https://github.com/DeepDiver1975/ocsign/commits/v0.1.0