Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 13:14
· 62 commits to master since this release
433d2e9

Changelog

Features

  • 978571e: feat: refactor GitLab integration for improved API usage (@appleboy)
  • 25a7fae: feat: enhance pipeline status management and documentation (@appleboy)
  • 129fc94: feat: implement timeout functionality for CLI pipeline execution (@appleboy)
  • cfdc0ef: feat(gitlab): implement configurable interval for pipeline completion (@appleboy)
  • 96904a4: feat(gitlab): add wait flag to pipeline execution logic (@appleboy)

Enhancements

Refactor

  • 3e9e7ac: refactor: refactor CreatePipeline for improved logging and structure (@appleboy)
  • 0be7189: refactor: remove obsolete test functions and logic (@appleboy)
  • 0b2fffc: refactor(cli): refactor CLI application for updated dependency structure (@appleboy)
  • c8dfe85: refactor(gitlab): refactor project ID handling in CI integration (@appleboy)
  • 433d2e9: refactor(gitlab): enhance logging with structured context and new package (@appleboy)

Documentation updates

  • 3ea4d3d: docs: update documentation for personal access tokens usage (@appleboy)

Others