Skip to content

Releases: cloudogu/gitops-build-lib

0.1.0

22 Apr 13:31
fc8c663

Choose a tag to compare

You can now deploy Helm applications with ArgoCD

  • The library uses helm template to generate k8s resources for deployments to the gitops repository

0.0.12

15 Apr 11:36
018330e

Choose a tag to compare

  • You now can write your own scm module. So you can use this library with GitHub, GitLab or other Git services.
  • Implemented first version of GitOps Tool selection. For now ArgoCD as plain deployments is available. In the coming releases ArgoCD Helm will be supported.

0.0.11: Merge pull request #9 from cloudogu/feature/set_default_stages

31 Mar 08:43
a444648

Choose a tag to compare

0.0.10

25 Mar 15:47
32f3e2a

Choose a tag to compare

added authentication for scmm

0.0.9

11 Mar 12:13
5d24bc2

Choose a tag to compare

Basic feature set for fluxv1

Despite it's 0.x state, this library might be used in production.

Note that the API (the gitopsConfig) will be changed in upcoming releases: The scmm* properties - will likely migrate into a scm property, as we are planning to implement pluggable SCM-providers (e.g. GitHub).

We are also planning on extending the library to support ArgoCD without breaking compatibility with the API. The same should be possible for fluxv2.

0.0.8

11 Mar 11:59
3ca810b

Choose a tag to compare

0.0.8 Pre-release
Pre-release
Merge pull request #5 from cloudogu/feature/helm-repo-type

new gitopsBuildLib version

0.0.7

11 Mar 11:20
39df905

Choose a tag to compare

0.0.7 Pre-release
Pre-release
Merge pull request #4 from cloudogu/feature/helm-repo-type

Feature/helm repo type

0.0.6

10 Mar 11:05
8c025c6

Choose a tag to compare

0.0.6 Pre-release
Pre-release
Merge pull request #3 from cloudogu/feature/helm-git

Feature/helm git

Code refactoring

25 Feb 09:20
a1b6bbe

Choose a tag to compare

Code refactoring Pre-release
Pre-release
Merge pull request #2 from cloudogu/feature/tests

Feature/tests

Added functionality for git (branches, pr) and k8s validation

09 Feb 12:13
f02f328

Choose a tag to compare

  • Added basic functionality for git:

    • branching
    • pr
  • Added k8s resource validation

    • yamllint validates a correct yaml syntax
    • kubeval validates k8s compliance