Skip to content

Releases: appleboy/drone-ssh

v1.8.2

28 Nov 14:50
9d94a36

Choose a tag to compare

Changelog

Enhancements

  • 0ec46c4: chore: update and streamline linting configuration and error formatting (@appleboy)
  • 13ee473: chore: enhance testing with updated libraries and new test cases (#288) (@appleboy)
  • 3fd8cd5: chore: upgrade core dependencies to latest supported versions (@appleboy)
  • 1cc99b6: chore: update Go version and core dependencies to latest releases (@appleboy)

Refactor

  • e899efd: refactor: simplify test setup and improve SSH compatibility (@appleboy)
  • 0d02cbb: refactor: migrate TestSudoCommand to key-based authentication (@appleboy)
  • 4a649cf: refactor: refactor SSH authentication handling with switch statement (@appleboy)

Build process updates

  • 07c7598: ci: update GitHub actions and improve project configurations (@appleboy)
  • 7df1147: build: optimize and upgrade dependencies for improved performance (@appleboy)
  • b16a10d: build: improve efficiency and release process with optimizations (@appleboy)
  • 7a94dda: ci: integrate automated Trivy security scanning in CI workflows (@appleboy)
  • 732c719: ci: add dynamic Go version selection for CI testing (@appleboy)
  • a934a83: ci: improve CI environment and reporting for Go tests (@appleboy)
  • 235847e: ci: update scan steps to use drone-ssh Docker image (@appleboy)
  • f5af77d: ci: correct platforms field indentation in Docker workflow (@appleboy)
  • 9d94a36: ci: remove Trivy vulnerability scanning from CI workflow (@appleboy)

Documentation updates

  • 6b74833: docs: localize README with Simplified and Traditional Chinese translations (@appleboy)
  • 734d4df: docs: refine and unify documentation wording and formatting (@appleboy)
  • 1dfeaff: docs: add Table of Contents to all language README files (@appleboy)
  • 8de6c4f: docs: add Trivy security scan badges to documentation (@appleboy)

Others

  • 15f08d9: test: adjust configuration parameters for system integrations (@appleboy)
  • 412193b: test: add dynamic OpenSSH server integration tests using Docker (@appleboy)
  • ff79cee: test: enable insecure cipher suites for test compatibility (@appleboy)
  • 798fc4f: test: remove password authentication from test environment (@appleboy)
  • 1849c53: test: refactor SSH integration tests with reusable config and helpers (@appleboy)
  • 36b01ae: style: improve code readability with consistent multi-line formatting (@appleboy)

v1.8.1

09 Mar 13:45
37b95a0

Choose a tag to compare

Changelog

Enhancements

  • 1fabfc4: chore: implement debug functionality with godump integration (@appleboy)
  • 37b95a0: chore: upgrade Go and dependencies to improve compatibility (@appleboy)

v1.8.0

17 Nov 06:50
883f947

Choose a tag to compare

Changelog

Features

Bug fixes

Enhancements

Build process updates

  • 2519a9a: ci(golangci): enable comprehensive linting and update variable initialization (@appleboy)
  • 67cd964: ci(github): improve CI workflows and API integration (@appleboy)

v1.7.7

14 Jul 08:08
2041794

Choose a tag to compare

Changelog

v1.7.6

01 Jun 01:58
591c6c9

Choose a tag to compare

Changelog

v1.7.5

02 Apr 08:00
e8a39a1

Choose a tag to compare

Changelog

Enhancements

  • e8a39a1 chore: refactor release process configuration

v1.7.4

27 Jan 03:27
7d0a886

Choose a tag to compare

Changelog

  • 7d0a886 refactor: remove unnecessary line setting FilePath field to .host
  • a83bebe refactor: refactor environment variable naming
  • a41d4af chore(protocol): improve IPv6 address. (#268)
  • 91fd4f8 chore: update golang.org/x/crypto to v0.18.0 in go.mod file

v1.7.3

07 Jan 10:00
b34fffd

Choose a tag to compare

Changelog

  • b34fffd feat: update plugin functionality in main.go and plugin.go files
  • d217773 test: increase test coverage for SudoCommand function
  • ae023d7 chore: update sudoers file for improved security and permissions management
  • 2225457 chore: refactor build and deployment processes
  • a5f8930 chore: update golang.org/x/sys to v0.16.0 in go.mod file

v1.7.2

01 Jan 06:17
a9cfc0c

Choose a tag to compare

Changelog

  • a9cfc0c chore: update external dependencies to latest versions

v1.7.1

26 Dec 06:51
13ba21a

Choose a tag to compare

Changelog

  • 13ba21a chore: update dependencies to latest versions
  • e270b03 ci: update dependencies and workflows
  • aa9314a chore: add default user for enhanced security (#267)
  • 037e023 chore: update dependencies to latest versions
  • ddf1b16 chore: refactor GitHub Actions workflows