Releases: c3b2a7/easy-ca-cli
Releases · c3b2a7/easy-ca-cli
Release v1.5.0
1.5.0 - 2025-08-12
✨ Features
- (ci) Build and release docker images (#45) - (943989c)
- Add installation script for easier setup and verification (#30) - (82d985d)
📚 Documentation
- (readme) Update installation section with manual steps (#31) - (4251298)
- (readme) Add a badge linking to DeepWiki (#27) - (dbaa223)
⚙️ Miscellaneous Tasks
Release v1.4.0
1.4.0 - 2025-05-07
✨ Features
🐛 Bug Fixes
- Avoid infinite loop when decoding invalid or malformed PEM files (#14) - (a31db88)
- Resolve
daysflag conflict caused by sharedcli.CertConfig(#12) - (1b66bbb)
🚜 Refactor
📚 Documentation
- (changelog) Configure
git-clifffor changelog generation (#19) - (d335b59) - Add security policy (#20) - (5d89614)
🎨 Styling
⚙️ Miscellaneous Tasks
- (cli) Update version output template for improved readability (#17) - (a84a025)
- Update the workflow to include the correct files - (59445f9)
- Add actions for checks and resolve lint issues (#21) - (179346c)
- Integrate GoReleaser with changelog and release automation (#18) - (ab8322b)
- Update README.md - (c61db40)
👏 New Contributors
- @dependabot[bot] made their first contribution in #15
v1.3.0
What's Changed
Features
- Gh action by @c3b2a7 in #1
- support loading private keys in pkcs1 format
- feat: generate default output path for the certificate and private key by @c3b2a7 in #10
Fixes
- fix parsing failure when certificate subject information contains comma
- fix the problem of unsupported algorithm types that may occur with pkcs8 format private keys
- fix typo in ed25519 algorithm by @c3b2a7 in #3
- fix: key algorithm flags do not work by @c3b2a7 in #8
Dependencies
- bump easy-ca from v1.0.0 to v1.3.0
- bump cobra from v1.8.0 to v1.9.1
- bump go from 1.20 to 1.21
Breaking Changes
- the time layout has changed and the new time layout is
time.DateTime, just like2006-01-02 15:04:05 - the certificate subject information format has changed, use
/C=CN/O=Easy CA/OU=IT Dept./CN=easy-ca.cominstead ofC=CN,O=Easy CA,OU=IT Dept.,CN=easy-ca.com - remove 1024-bit key size support of rsa algorithm by @c3b2a7 in #6
Full Changelog: v1.1.0...v1.3.0