Skip to content

0.29.0

Choose a tag to compare

@linux-china linux-china released this 05 May 12:33
· 294 commits to master since this release

Notification

Please set TK_TASK_ID for task unique name, and Task Keeper will send notification when the task finished.

  • NATS: NATS_URL environment variable to set NATS server URL, and task-keeper as subject.
  • Output saved on OSS: TK_TASK_ID environment variable to set OSS object name, such as tasks/random-uuid.
    to set OSS object name.
    • S3_ENDPOINT_URL: such as http://minio.example.com:9000
    • S3_ACCESS_KEY: access key for S3
    • S3_SECRET_KEY: access secret for S3
    • S3_BUCKET: bucket name for S3
    • S3_REGION: region for S3, such as us-east-1
    • S3_VIRTUAL_STYLE: for MinIO, you don't need to set this, but for Aliyun OSS, you need to set this to true to use
      virtual-hosted-style requests.

Tips: Notification is useful for CI/CD.