v1.0.0-rc.3 (2022-03-15)
Fixed bugs:
Merged pull requests:
- bail out from engine's Run method when pipeline is cancelled #86 (marko-gacesa)
- feat: Add support for secret volumes #84 (joekhoobyar)
- feat: Add support for config_map volumes #82 (joekhoobyar)
- add support for cards #81 (eoinmcafee00)
- feat: support host_aliases #47 (ysicing)
v1.0.0-rc.2 (2021-10-20)
Implemented enhancements:
- kube api throttle config #80 (marko-gacesa)
v1.0.0-rc.1 (2021-09-21)
Merged pull requests:
- fail on error and exit code 2 #79 (marko-gacesa)
v1.0.0-beta.12 (2021-09-14)
Implemented enhancements:
- (feat) container start timeout is a parameter #77 (marko-gacesa)
Fixed bugs:
- refactor of podwatcher to improve clarity and stability #78 (marko-gacesa)
v1.0.0-beta.11 (2021-09-09)
Fixed bugs:
- use image.Match to compare images #76 (sethpollack)
v1.0.0-beta.10 (2021-09-09)
Implemented enhancements:
- improved logging of k8s api calls #73 (marko-gacesa)
Fixed bugs:
- (fix) updated code for k8s error detection: removed 'aborted container' error #74 (marko-gacesa)
- (bug) handling an error in container launcher code #72 (marko-gacesa)
- (bugfix) upgrade envsubst for better parsing #71 (tphoney)
Merged pull requests:
- update for change log for release of 1.0.0-beta.10 #75 (marko-gacesa)
v1.0.0-beta.9 (2021-08-17)
Implemented enhancements:
- moved out kube client from engine #69 (marko-gacesa)
- (feat) netrc envs are set through k8s secrets #67 (marko-gacesa)
- (feat) option to disable netrc for non-clone steps #64 (tphoney)
- Add a host alias for detached steps #52 (hhomar)
Fixed bugs:
- Increased container start timeout to 8 minutes #66 (marko-gacesa)
- fail all containers when a kube error occurs #65 (marko-gacesa)
- Updated resource distribution, resources for exec command #63 (marko-gacesa)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator