Skip to content

Releases: apel/ssm

SSM 3.4.1-1

04 Sep 13:16
6faa077
Compare
Choose a tag to compare

What's Changed

  • Improved error logging to store full traceback on unexpected exceptions by @Will-Cross1 in #314
  • Changed more code to use pyOpenSSL to improve compatibility with newer OpenSSL versions by @Will-Cross1 in #318
  • Added a check to prevent a host certificate being to used for target server encryption by @Will-Cross1 in #322
  • Changed which version of exit function is used to avoid edge case by @tofu-rocketry in #339

Changes to build processes

  • Fixed issues with the new build script when being used for EL9 by @Sae126V in #319
  • Added linting to new shell build script by @Will-Cross1 in #323
  • Fixed issues with Debian packages for Python 3 by @Sae126V in #324
  • Fix rpmlint to perform rpm checks in given location by @Sae126V in #325
  • Update files for docker build on rocky 9 by @Will-Cross1 in #327
  • Replaced deprecated MAINTAINER tag to use LABEL in DockerFile by @Will-Cross1 in #331
  • Fixed issue with build script when being used for EL8 by @Sae126V in #332
  • Add reference to RVM installation guide by @tofu-rocketry in #335
  • Fixed setup.py to both build and install the package by @Sae126V in #338

Changes to CI and GitHub Actions

New Contributors

Full Changelog: 3.4.0-1...3.4.1-1

SSM 3.4.0-1

21 Feb 17:10
428a814
Compare
Choose a tag to compare

What's Changed

Added

Changed

Fixed

Changes to CI and GitHub Actions

Full Changelog: 3.3.1-1...3.4.0-1

SSM 3.3.1-1

09 Oct 16:33
74e3d41
Compare
Choose a tag to compare

What's Changed

Added

Changed

Removed

Fixed

Changes to CI and GitHub Actions

New Contributors

Full Changelog: 3.3.0-1...3.3.1-1

SSM 3.3.0-1

18 Jul 12:55
6fc105c
Compare
Choose a tag to compare

What's Changed

Added

Changed

Removed

Fixed

Changes to GitHub Actions

New Contributors

Full Changelog: 3.2.1-1...3.3.0-1

SSM 3.2.1-1

29 Apr 14:58
8227034
Compare
Choose a tag to compare
  • Changed certificate and key comparison to allow both RSA and EC keys.
  • Corrected dependencies to include OpenSSL.

SSM 3.2.1-0.1.rc1

15 Apr 09:53
Compare
Choose a tag to compare
SSM 3.2.1-0.1.rc1 Pre-release
Pre-release
SSM 3.2.1-0.1.rc1

SSM 3.2.0-1

23 Mar 15:30
bb2f026
Compare
Choose a tag to compare
  • Added logging of what certificate DNs/subjects are being used to facilitate troubleshooting.
  • Added stomp.py as .deb package dependency to avoid broken installations.
  • Refactored code to enable simpler external calls and better testing.

SSM 3.1.1-1

18 Dec 09:54
b0cc13b
Compare
Choose a tag to compare
  • Changed logging to reduce how verbose the logging of a 3rd-party module is.

SSM 3.1.0-1

02 Dec 17:13
1b44c22
Compare
Choose a tag to compare
  • Enabled retries for all AMS communication methods to avoid timeouts from crashing SSM.

SSM 3.0.0-1

23 Sep 13:48
730e4f8
Compare
Choose a tag to compare
  • As part of the migration to Python 3, this release removes support for Python 2.6.
  • The argo-ams-library is now an optional module, depending on whether the Argo Messaging Service is used or not.
  • Fixed how the use_ssl config option is retrieved to avoid "referenced before assignment" errors leading to SSM failing to run.
  • Changes made to messaging loops to avoid high CPU usage.