Skip to content

Releases: crossplane-contrib/function-hcl

v0.2.0-rc10

17 Apr 20:43
v0.2.0-rc10
13a335f

Choose a tag to compare

What's Changed

  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #39
  • fix panic when path key is not known by @gotwarlost in #42
  • Expose an API for language server use. by @gotwarlost in #43
  • create monorepo, add documentation site by @gotwarlost in #44
  • update release process to not commit code, script to create brew tap later by @gotwarlost in #46
  • initial commit of language server code by @gotwarlost in #48
  • add function-hcl-ls steps to build, change release to produce tarballs by @gotwarlost in #49
  • add language server attribution by @gotwarlost in #52
  • Add the jetbrains extension from the tip of the internal code by @gotwarlost in #53
  • add vscode extension from tip of internal codebase by @gotwarlost in #51
  • Documentation to debug compositions by @ydubreuil in #55
  • refactor CRD downloads by @gotwarlost in #54
  • rename subdirs to lose stuttering, update build, no external interfac… by @gotwarlost in #56

New Contributors

Full Changelog: v0.1.3...v0.2.0-rc10

v0.2.0-rc9

01 Apr 18:39
v0.2.0-rc9
d82909b

Choose a tag to compare

What's Changed

  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #39
  • fix panic when path key is not known by @gotwarlost in #42
  • Expose an API for language server use. by @gotwarlost in #43
  • create monorepo, add documentation site by @gotwarlost in #44
  • update release process to not commit code, script to create brew tap later by @gotwarlost in #46
  • initial commit of language server code by @gotwarlost in #48
  • add function-hcl-ls steps to build, change release to produce tarballs by @gotwarlost in #49
  • add language server attribution by @gotwarlost in #52
  • Add the jetbrains extension from the tip of the internal code by @gotwarlost in #53
  • add vscode extension from tip of internal codebase by @gotwarlost in #51

New Contributors

Full Changelog: v0.1.3...v0.2.0-rc9

v0.2.0-rc7

01 Apr 05:04
v0.2.0-rc7
5d7e25f

Choose a tag to compare

v0.2.0-rc7 Pre-release
Pre-release

What's Changed

  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #39
  • fix panic when path key is not known by @gotwarlost in #42
  • Expose an API for language server use. by @gotwarlost in #43
  • create monorepo, add documentation site by @gotwarlost in #44
  • update release process to not commit code, script to create brew tap later by @gotwarlost in #46
  • initial commit of language server code by @gotwarlost in #48
  • add function-hcl-ls steps to build, change release to produce tarballs by @gotwarlost in #49
  • add language server attribution by @gotwarlost in #52
  • Add the jetbrains extension from the tip of the internal code by @gotwarlost in #53
  • add vscode extension from tip of internal codebase by @gotwarlost in #51

New Contributors

Full Changelog: v0.1.3...v0.2.0-rc7

v0.2.0-rc6

27 Mar 17:15
v0.2.0-rc6
c8c77d2

Choose a tag to compare

v0.2.0-rc6 Pre-release
Pre-release

What's Changed

  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #39
  • fix panic when path key is not known by @gotwarlost in #42
  • Expose an API for language server use. by @gotwarlost in #43
  • create monorepo, add documentation site by @gotwarlost in #44
  • update release process to not commit code, script to create brew tap later by @gotwarlost in #46
  • initial commit of language server code by @gotwarlost in #48
  • add function-hcl-ls steps to build, change release to produce tarballs by @gotwarlost in #49

New Contributors

Full Changelog: v0.1.3...v0.2.0-rc6

v0.2.0-rc5

15 Mar 23:10
v0.2.0-rc5
83a5ab6

Choose a tag to compare

v0.2.0-rc5 Pre-release
Pre-release

What's Changed

  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #39
  • fix panic when path key is not known by @gotwarlost in #42
  • Expose an API for language server use. by @gotwarlost in #43
  • create monorepo, add documentation site by @gotwarlost in #44
  • update release process to not commit code, script to create brew tap later by @gotwarlost in #46

New Contributors

Full Changelog: v0.1.3...v0.2.0-rc5

v0.2.0-rc4

15 Mar 22:35
v0.2.0-rc4
68ab8ea

Choose a tag to compare

v0.2.0-rc4 Pre-release
Pre-release

What's Changed

  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #39
  • fix panic when path key is not known by @gotwarlost in #42
  • Expose an API for language server use. by @gotwarlost in #43
  • create monorepo, add documentation site by @gotwarlost in #44
  • update release process to not commit code, script to create brew tap later by @gotwarlost in #46

New Contributors

Full Changelog: v0.1.3...v0.2.0-rc4

v0.1.3

03 Mar 21:41
v0.1.3
bfe6ccd

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.1: important bug fixes

05 Oct 18:38
v0.1.1
476b88b

Choose a tag to compare

Changes to semantics

The contract for conditions has been loosened to allow incomplete values in conditions that are now evaluated as false instead of returning an error.
Previously we required conditions to never have incomplete values, but discovered later that the HCL can and try functions can return incomplete values under certain circumstances, which makes it impossible for composition authors to write bulletproof conditions that always have a boolean value.

The spec has been updated to reflect these changes.

What's Changed

  • Fix panic when condition value is unknown by @ydubreuil in #26
  • panic fix: return a new instance of the functions map every time since it is later modified by @gotwarlost in #27

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0: First interface with stability guarantees

19 Sep 21:05
v0.1.0
cb8449d

Choose a tag to compare

What's Changed

In addition to some refactoring and cleanup, the main features in this release are user-defined functions and support for
extra resource requirements.

Full Changelog: v0.0.3...v0.1.0

v0.0.2 - initial version with image

31 Jul 05:56
v0.0.2
610472f

Choose a tag to compare

Pre-release

An initial version for people to be able to use the function and experiment with it.

xpkg.crossplane.io/crossplane-contrib/function-hcl:v0.0.2