SSH Connection Fix with new Credential Profiles
๐ Bug Fixes
- sources: Fixed "SSH username is required" error when testing an SSH database source connection that uses an SSH Credential Profile. The test-ssh route now resolves the credential profile before validating the username, matching the behavior of the main test-connection route.
- sources: Fixed missing placeholder text for SSH Host and SSH Port fields in the SSH Connection tab - added generic
sshHost,sshPort,sshUsername, andsshPrivateKeyentries toPLACEHOLDERSinform-constants.ts.
๐งช Tests
- update-service: Fixed 3 failing unit tests that hardcoded
'2.0.0'ascurrentVersion- tests now importversiondynamically frompackage.jsonso they stay correct after every version bump.
๐ณ Docker
- Image:
skyfay/dbackup:v2.0.1 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64