Skip to content

Latest commit

 

History

History
165 lines (113 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

165 lines (113 loc) · 3.35 KB

Changelog

Version 0

0.0.21


0.0.20

  • Fixes for Alert Mails

0.0.19

  • Enhanced graceful stop
  • Alerting
    • E-Mail
    • Plugin System
  • Credential categories
  • Fix for SSH-RSA key usage (error in libcrypto)
  • Fix for Log-View API usage

0.0.18

  • Support for Config-File
    • Moved SAML config to general Config-File
  • Added Execution-Duration to UI
  • Allow to save Username at Login-Form
  • Multiple fixes for UI
  • Increased maximum execution-command length

0.0.17


0.0.16

  • Job-Form Selection
    • Auto-Completion via Tab-Key
    • Select using Up/Down/Enter Keys
  • Ability to clone existing jobs
  • Ability to sort jobs and repositories
  • Split-up Repository Forms
  • Fix for Git-Clone Depth

0.0.14 / 0.0.15

  • SQLite connection optimizations
  • Database version-upgrade enhancements
  • Allow to change listen address
  • Fixed DB-migrations for PIP-based installation

0.0.13

  • Multiple UI improvements
    • Job Form
    • Logs UI
    • Added timezone to datetime
    • Style non-existent log-files
  • HTTPS support
  • ARA config integration
  • Global Environmental-Variables for Jobs

0.0.12


0.0.10 / 0.0.11

Features:

0.0.9

Features:

  • System - Config UI
  • Support for SSH known_hosts file

Fixes:

  • Dark-Mode fixes
  • Multiple fixes for SSH connections

0.0.8

  • Credentials
    • Global/Shared credentials
    • User-specific credentials
    • Credential permissions
  • Basic Integration Tests
  • Support for dockerized deployments
  • Support to run behind Proxy (Nginx tested)
  • Dynamic pulling of UI data using JS

0.0.7

  • Job Permissions
  • Job Output UI
  • Refactored UI to use Ajax for dynamic Updates
  • System - Environment UI

0.0.6

  • Job Logs
    • Realtime following of Output
  • Ability to stop running jobs
  • Fixes for secret handling

0.0.5

  • Ansible-Runner integration
    • Ability to execute simple playbooks successfully
  • Scheduled jobs working
  • Manual job execution using UI and API working
  • Job-Management UI with basic result stats
  • Job-Secrets are saved encrypted

0.0.4

  • Very basic job management
  • Scheduler to run jobs by cron-based expressions
  • Queue to process manually triggered jobs