Skip to content

Releases: mcuadros/ascode

v1.3.12

21 Oct 18:37
5781925
Compare
Choose a tag to compare

What's Changed

  • docker: register correct builtin function for Image.tags() by @erizocosmico in #6

New Contributors

Full Changelog: v1.3.1...v1.3.12

v1.3.1

10 Nov 20:57
Compare
Choose a tag to compare
  • Support for direct download of providers, fix to download modern providers disallowed to the old terraform core.

v1.3.0

06 Apr 14:22
Compare
Choose a tag to compare
  • starlark: modules, new url module

v1.2.0

21 May 16:50
19afe30
Compare
Choose a tag to compare
  • starlark/types: provider.set_prefix, enable prefixing of all resources belong to this provider.

v1.1.2

30 Apr 20:18
4225bbc
Compare
Choose a tag to compare
  • starlark: types, fix HCL int encoding (4225bbc)

v1.1.1

13 Apr 08:38
6fc80cd
Compare
Choose a tag to compare
  • starlark/types: Resource.HCL enconding directly from starlark.Value (c3dcdc2)
  • starlark/types: evaluate include main thread predeclared variables (bac0f66)
  • starlark/types: Attribute.Get, support for map attributes (6fc80cd)

v1.1.0

09 Apr 22:34
1643ed1
Compare
Choose a tag to compare

Small incremental update adding os.command function and validation of the resource to avoid misconfiguration of resources.

  • cmd/run: add validation (1643ed1)
  • starlark/types: validate function and CallStack record (4a1a60b)
  • starlark/module: os, added command function (4d4f105)

v1.0.0

29 Mar 23:05
e2a245a
Compare
Choose a tag to compare

The first stable version of AsCode and his documentation. Including binaries and docker image. 🎉🎉🎉

v0.1.0

20 Mar 23:17
b1d5063
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • 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

17 Mar 08:13
14b64b1
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • 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