This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
drone-runner-podman/CHANGELOG.md
2019-12-06 16:10:27 -08:00

29 lines
690 B
Markdown

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- abstract polling and execution to runner-go library
- use trace level logging for context errors
- prefix docker resource names
### Fixed
- initialize environment map to prevent nil pointer
### Added
- support for global environment variable extension
## 1.0.1
### Fixed
- handle pipelines with missing names
- prevent mounting /run/drone directory
## 1.0.0
### Added
- ported docker pipelines to runner-go framework
- support for pipeline environment variables
- support for shm_size