Releases: Alonza0314/cert-go
Releases · Alonza0314/cert-go
v3.1.0
What's Changed
- feat: add dependabot by @Alonza0314 in #20
- chore: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #21
- fix/tls-handshake-fail by @Alonza0314 in #22
New Contributors
- @dependabot made their first contribution in #21
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- chore/update-logger-go-mod by @Alonza0314 in #4
- feat: support --force flag to overwrite key, csr, and certificate files by @kiwii424 in #5
- docs/update-cmd-readme-with-force by @Alonza0314 in #9
- docs: update with overwrite argument by @Alonza0314 in #10
- docs: improve grammar and formatting in README.md by @gnsJhenJie in #14
- refactor: use switch to format signCert func by @zanchary in #6
- Add the file path to the error message in file operations by @ChenKuanHsuan0910 in #13
- feat/ci make test by @Alonza0314 in #17
- feat/rsa by @Alonza0314 in #18
New Contributors
- @kiwii424 made their first contribution in #5
- @gnsJhenJie made their first contribution in #14
- @zanchary made their first contribution in #6
- @ChenKuanHsuan0910 made their first contribution in #13
Full Changelog: v2.3.2...v3.0.0
v2.3.2
v2.3.1
v2.3.0
Replace the command logger name from CMD to cert-go.
v2.2.0
Refactor the return type in signCertificate()
function.
v2.1.0
Add these three entry in models.Certificate
- DNSNames []string
yaml:"dns_names"
- IPAddresses []string
yaml:"ip_addresses"
- URIs []string
yaml:"uris"
Also, update some according code part.
v2.0.0
Release the binary command executable file.
Fix some bugs.
Now, we can use the command line tool to create private-key / csr / cert.
But today I forgot to bring back my latte from my work place, it's not a good day.🙃
v1.2.0
Refactor the logger message.
Fix some bugs.
v1.1.0
Add the example on create private key, create csr and sign certificate.
Fix some bugs.