Skip to content

Releases: c3b2a7/easy-ca-cli

Release v1.5.0

12 Aug 05:57
v1.5.0
76f30e9

Choose a tag to compare

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

  • Rename dependentbot.yml to dependabot.yml (#28) - (51ab130)
  • Add dependabot.yml and fix typos in documentation (#25) - (2dd7177)
  • Add community guidelines and contribution templates (#24) - (37e1d97)

Release v1.4.0

07 May 15:57
v1.4.0
812d6d2

Choose a tag to compare

1.4.0 - 2025-05-07

✨ Features

  • Add support for generating PKCS#12 files (#13) - (b02bce1)

🐛 Bug Fixes

  • Avoid infinite loop when decoding invalid or malformed PEM files (#14) - (a31db88)
  • Resolve days flag conflict caused by shared cli.CertConfig (#12) - (1b66bbb)

🚜 Refactor

  • Use generic type parameters for better flexibility (#16) - (c1d74f7)

📚 Documentation

  • (changelog) Configure git-cliff for changelog generation (#19) - (d335b59)
  • Add security policy (#20) - (5d89614)

🎨 Styling

  • Add .editorconfig and reformat code for consistency (#23) - (678cc5f)

⚙️ 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

v1.3.0

03 May 06:42
6ddea0c

Choose a tag to compare

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 like 2006-01-02 15:04:05
  • the certificate subject information format has changed, use /C=CN/O=Easy CA/OU=IT Dept./CN=easy-ca.com instead of C=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

v1.0.0

19 Mar 08:32

Choose a tag to compare