Releases: opensciencegrid/osg-pki-tools
Releases · opensciencegrid/osg-pki-tools
3.7.1
3.7.0
3.6.1
What's Changed
- Update for new default igtf server certificate numbers by @DrDaveD in #80
- Fix bug with config file defaults by @brianhlin in #81
Full Changelog: v3.6.0...v3.6.1
3.6.0
What's Changed
- Update RPM packaging to build on EL9 (SOFTWARE-5530) by @brianhlin in #76
- Fix set-output GHA deprecation warning (Software-5354) by @jtakaki-matc in #77
- SOFTWARE-5651: set default key length to 4096, and add cli arg for key length by @mwestphall in #78
- Make osg-incommon-cert-request configurable (SOFTWARE-5668) by @brianhlin in #79
New Contributors
- @jtakaki-matc made their first contribution in #77
- @mwestphall made their first contribution in #78
Full Changelog: v3.5.2...v3.6.0
v3.5.2-3
- Bump Release Number for OSG-23
Update packaging for EL9
Merge pull request #76 from brianhlin/SOFTWARE-5530.el9-support Update RPM packaging to build on EL9 (SOFTWARE-5530)
Fix password read exception in osg-incommon-cert-request
What's Changed
- Create Dockerfile (SOFTWARE-4784) by @mtru32 in #68
- Set WORKDIR to retrieve generated files (SOFTWARE-4855) by @mtru32 in #70
- Fix up spec file to build on EL 8 (SOFTWARE-4786) by @matyasselmeci in #71
- Generate release series tags for osg-pki-tools (SOFTWARE-5040) by @RyanEweSeng in #72
- Fix password read (SOFTWARE-5017) by @brianhlin in #73
New Contributors
- @RyanEweSeng made their first contribution in #72
Full Changelog: v3.5.0...v3.5.1
Add Python 3 Support
- Convert osg-pki-tools to Python 3 (SOFTWARE-4786)
Add option to specify Organizational Unit
Add the ability to specify the Organizational Unit for the generated CSR with osg-cert-request --organizational-unit ...
(SOFTWARE-4121)