v1.5.1
Notable changes
Improved integration tests, MSSQL connector support in our performance testing tool, and updated logging to display INFO
level messages by default.
Upgrade instructions
Update your application manifests to refer to cyberark/secretless-broker:1.5.1
Known issues
None.
Change log
Added
- Added RedHat certified image build to pipeline (#1141)
- Added pipeline step to validate changelog (#1138)
- Added MSSQL support to juxtaposer perf testing tool (#1135)
- Added SIGPIPE to signals handled by Secretless Juxtaposer (#1136)
- Added JDBC Integration tests for Postgres (#1130)
- Added JDBC Tests for MSSQL (#1124)
- Added client params propagation to MSSQL integration tests (#1103)
Changed
- Default logging level changed from
Warn
toInfo
. Some logging message
levels were readjusted to retain the same UX. (#1127) - Update
bin/prefill_changelog
to generate valid CHANGELOG / ensure current
CHANGELOG parses (#1138) - Converted integration tests to use configs.v2 (#1120)
Fixed
- Fixed broken documentation links (#1122)