Skip to content

Tags: appleboy/easyssh-proxy

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: update dependencies for improved security and performance

- Update the version of `golang.org/x/crypto` from `v0.14.0` to `v0.17.0`
- Update the version of `golang.org/x/sys` from `v0.14.0` to `v0.15.0`

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.4.0

Toggle v1.4.0's commit message
chore: update dependencies and improve test accuracy

- Update golang.org/x/crypto from v0.9.0 to v0.10.0
- Update golang.org/x/sys from v0.8.0 to v0.9.0 (indirect dependency)

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.3.10

Toggle v1.3.10's commit message
chore: add automated changelog generation to project

- Add a new `.goreleaser.yaml` file
- Skip the build in the first build configuration
- Include the changelog generation using `git`
- Sort the changelog in ascending order
- Add commit groups for features, bug fixes, and enhancements
- Exclude commits with messages matching specific regex patterns from the changelog

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.3.9

Toggle v1.3.9's commit message
chore: sync readme.

v1.3.8

Toggle v1.3.8's commit message
chore: update go module

v1.3.7

Toggle v1.3.7's commit message
chore: add missing UseInsecureCipher

v1.3.6

Toggle v1.3.6's commit message
docs: add UseInsecureCipher

v1.3.5

Toggle v1.3.5's commit message
docs: how to get fingerprint.

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.3.4

Toggle v1.3.4's commit message
missing Ciphers config

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.3.3

Toggle v1.3.3's commit message
chore: support Ciphers config

See: golang/go#20201

Signed-off-by: Bo-Yi Wu <[email protected]>