Releases: mcuadros/ascode
Releases · mcuadros/ascode
v1.3.12
What's Changed
- docker: register correct builtin function for Image.tags() by @erizocosmico in #6
New Contributors
- @erizocosmico made their first contribution in #6
Full Changelog: v1.3.1...v1.3.12
v1.3.1
v1.3.0
v1.2.0
- starlark/types: provider.set_prefix, enable prefixing of all resources belong to this provider.
v1.1.2
v1.1.1
v1.1.0
v1.0.0
The first stable version of AsCode
and his documentation. Including binaries and docker image. 🎉🎉🎉
v0.1.0
- starlark/types: Terraform global object (74c404f)
- starlark/types: State type (5f01207)
- starlark/types: ResourceCollection.search method (d713bb6)
- starlark/module: experimental/docker DOCKER_CONFIG_FILE and DOCKER_CONFIG support (3fbe453, ede2cc4)
- starlark/types: evaluate function implementation (c5436f7)
v0.0.4
- starlark/types: added resource.provider
- starlark/types: computed, new
fn
function to wrap computed values - starlark/types: computed, fix proper MaxItem==1 indexes\
- starlark/types: basic backend support
- runtime: add struct support
- starlark/module: experimental/docker module to work with docker images