Skip to content

Releases: opensciencegrid/osg-pki-tools

3.7.1

20 Feb 18:43
097ebaf
Compare
Choose a tag to compare

What's Changed

  • Include ca_certs to urllib3, update to 3.7.1 by @DrDaveD in #84

Full Changelog: v3.7.0...v3.7.1

3.7.0

20 Feb 14:49
5597cff
Compare
Choose a tag to compare

What's Changed

  • Convert osg-incommon-cert-request to use urllib3, to fix for el9 by @DrDaveD in #82

Full Changelog: v3.6.1...v3.7.0

3.6.1

08 Sep 22:18
faf0c43
Compare
Choose a tag to compare

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

01 Sep 19:58
Compare
Choose a tag to compare

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

23 Aug 15:03
Compare
Choose a tag to compare
  • Bump Release Number for OSG-23

Update packaging for EL9

14 Mar 22:50
fd1c87b
Compare
Choose a tag to compare
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

22 Apr 18:26
Compare
Choose a tag to compare

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

Full Changelog: v3.5.0...v3.5.1

Add Python 3 Support

30 Sep 17:14
52752d0
Compare
Choose a tag to compare
  • Convert osg-pki-tools to Python 3 (SOFTWARE-4786)

Add option to specify Organizational Unit

14 Jul 17:48
Compare
Choose a tag to compare

Add the ability to specify the Organizational Unit for the generated CSR with osg-cert-request --organizational-unit ... (SOFTWARE-4121)

v3.3.0

13 May 21:40
c5850b9
Compare
Choose a tag to compare
  • Bump to new middle version number because of the new -O/--orgid option.
  • Slightly reorganize the man page documentation of the new option.