v0.15.0
apply
now waits forbatch/job
objects (thanks @kvaps)- Improved error message includes helpful hints on operations requiring exactly one qbec environment as input (thanks @kalhanreddy)
eval
now supports inline datasources without the need to specify a qbec environment- Kubernetes list operations now use a page size of
1000
by default.--k8s:list-page-size
can be used to adjust the size
Setting this value too low can impact performance when dealing with large lists - Update jsonnet library to
v0.18.0
, k8s client libs tov1.23.1
and golang version to1.17
- Misc. housekeeping improvements
Backward incompatibilities:
apply
now waits forbatch/job
objects. To disable waiting for all objects--wait-all=false
can be used.- Adjustments to the internal behaviour around listing Kubernetes objects. Use
--k8s:list-page-size
with appropriate values. - Any corner-case behavior from updating k8s client, jsonnet libraries or golang version