Skip to content

0.27.0

Compare
Choose a tag to compare
@yarlson yarlson released this 20 Jan 19:56
· 10 commits to main since this release
0.27.0
6bd17c7

Changelog

Features

  • Implemented local and remote hooks for service installation and updates
  • Enhanced hooks configuration with flexible remote/local command structure

Improvements

  • Centralized tunnel management and integrated it with deployment process
  • Extracted SSH tunnel logic into dedicated package
  • Optimized image comparison using docker image inspect
  • Refactored deployment process to extract hook processing into dedicated methods

Bug Fixes

  • Prevented image update flag from affecting service hash
  • Corrected image comparison using docker image inspect

Commits

  • 6bd17c7 fix(service): prevent image update flag from affecting service hash
  • 2707202 fix(imagesync): correct image comparison using docker image inspect
  • f16d562 refactor(tunnels): centralize tunnel management and integrate with deployment process
  • a3a83bc refactor(deployment): extract hook processing into dedicated methods
  • 9ccc93d feat(deployment): implement local hooks for service installation and updates
  • d525420 feat(deployment): execute remote pre and post hooks for service installation
  • 82a400d refactor(tunnel): extract SSH tunnel logic into dedicated package
  • cf7d599 feat(deployment): implement remote pre and post hooks for services
  • 6025684 feat(config): enhance hooks with flexible remote/local command structure
  • 933b4e2 docs: remove duplicate link to Configuration File Guide