Releases: herrjulz/aviator
Releases · herrjulz/aviator
Aviator 1.9.0
Aviator 1.8.1
Updates
- A follow up to version 1.8 to add the team name to the
fly expose
command. See PR #44
Aviator 1.8.0
Updates
- upgrade
spruce
to versionv1.27.0
- add the
team_name
option to thefly executor
(thx @andrew-edgar for the PR #43)
Aviator 1.7.0
New Features
fly-executor
now support thefly-cli
--support-creds
flag. Thanks to @dan-hill2802 for his PR #41- Update spruce to v1.25.3
Aviator v1.6.0
Bug Fixes
- A bug introduced with
v1.5.0
caused thefly
executor to bail out onset-pipeline
: #37
Aviator v1.5.0 (DO NOT USE)
New Features
- Print resulting contents to
stdout
instead writing them to files using the--dry-run
flag for theaviator
cli - kustomize support for the
kubectl apply
executor. - Execute any executable with the Generic Executor
Bug-Fixes
- Exposed pipelines couldn't be hidden again using aviator: #34
Aviator v1.4.0
New Features
- log
squash
procedures - add support for
fly validate-pipeline
- add support for
fly format-pipeline
Aviator v1.3.0
Bug Fixes
Executing fly
from aviator got stuck, this is fixed with this version!
Aviator v1.2.0
New Features
- Kubectl Executor, that allows you to execute
kubectl apply
with aaviator
execution. - Squash Section, which allows you to "squash" multiple YAML files into a single one.
Bug Fixes
- relative paths can be used with
for_each
parameters
Aviator v1.1.0
Updates:
Update Spruce
to version v1.19.2