Skip to content

v0.5.0

Compare
Choose a tag to compare
@sebastocorp sebastocorp released this 04 Sep 09:34
· 9 commits to main since this release

BREAKING CHANGES:

  • Update to v1alpha2 configuration spec
  • Now combi consumes his config from a local file: previously, the entire configuration of the combi was consumed from a source (git, local file, etc.); now, it consumes it from a local file.
  • Now the configuration files to merge are cosume from a source: previously, the configuration used for the merge was included within the combi's own configuration; now, those configurations can be consumed using a source (local file, git repo, Kubernetes resource, etc.).
  • Now the git repo sources folder has random folder name: previously, Git repositories used as a source had unique names, which caused collisions and prevented having more than one source of the Git type. Now, the repository name is an MD5 hash formed by the repository name, branch, and a random number.