mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-10-31 16:50:40 +00:00
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Added Action field to trigger and when clause, by @bradrydzewski.
Fixed
[1.1.1] - 2019-05-30
Fixed
- Retain order of steps when converting legacy pipelines with merge keys, by @bradrydzewski.
[1.1.0] - 2019-05-30
Fixed
- Support for yaml merge keys, by @bradrydzewski.
- Improve how colon characters are escaped, by @bradrydzewski. Issue #45.
- Improve how pipe and caret characters are escaped, by @bradrydzewski. Issue #44.
- Error when empty document or missing kind attribute, by @bradrydzewski. Issue #42.
[1.0.9] - 2019-05-20
Added
- Only lint resources of kind pipeline and of type docker, by @bradrydzewski.
[1.0.8] - 2019-04-13
Added
- Support Cron job name in When clause, by @bradrydzewski.
[1.0.7] - 2019-04-10
Added
- Optionally set the Docker container User, by @bradrydzewski.