Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Releases: KablamoOSS/kombustion

v0.3.9

28 Sep 06:11
v0.3.9
7ea8ec5
Compare
Choose a tag to compare
v0.3.9

v0.3.8

27 Sep 05:55
v0.3.8
26b8f36
Compare
Choose a tag to compare
v0.3.8

v0.3.7

27 Sep 05:45
26b8f36
Compare
Choose a tag to compare
added intrinsic function creators (#120)

v0.3.6

07 Sep 04:06
v0.3.6
f7d1399
Compare
Choose a tag to compare
v0.3.6

v.0.3.7

07 Sep 05:46
v.0.3.7
44826df
Compare
Choose a tag to compare
v0.3.7

v0.3.5

06 Sep 23:22
v0.3.5
Compare
Choose a tag to compare
v0.3.5

v0.3.4

13 Aug 10:59
v0.3.4
Compare
Choose a tag to compare
Added Stack Tags, Native Parameter handling

v0.3.2

31 Jul 08:28
v0.3.2
4cbbe32
Compare
Choose a tag to compare
Fixed a nil pointer

v0.3.1

31 Jul 01:54
v0.3.1
c8e1df1
Compare
Choose a tag to compare

Fix for null values returning from plugins.

v0.3.0: Updated Plugin API

20 Jul 12:10
v0.3.0
Compare
Choose a tag to compare

BREAKING CHANGE to the plugin api.
A parser function no returns all elements of a template.

func parser(
	name string,
	data string,
) (
	conditions kombustionTypes.TemplateObject,
	metadata kombustionTypes.TemplateObject,
	mappings kombustionTypes.TemplateObject,
	outputs kombustionTypes.TemplateObject,
	parameters kombustionTypes.TemplateObject,
	resources kombustionTypes.TemplateObject,
	transform kombustionTypes.TemplateObject,
	errors []error,
)