Skip to content

Releases: projectsyn/lieutenant-operator

v0.2.0

23 Jul 12:42
0068dc4
Compare
Choose a tag to compare

Added

  • The operator can now remove external resources: Vault, Git Repository and Files in a repository (#76)

Changed

  • Documentation structure (#84)

Fixed

  • Vault nilpointer if SKIP_VAULT_SETUP is set (#85)
  • Fix broken gitlab.com detection due to CloudFlare checking (#88)

v0.1.5

12 Jun 12:22
820f3b4
Compare
Choose a tag to compare

Added

  • Kustomize setup (#71)

v0.1.4

29 May 08:08
9221f8a
Compare
Choose a tag to compare

Added

  • Ability to configure sync interval (#62)

v0.1.3

15 May 11:11
818ea5f
Compare
Choose a tag to compare

Added

  • Create a common.yml class for each tenant

v0.1.2

15 May 06:45
c824d28
Compare
Choose a tag to compare

Fix reconcile status

v0.1.1

08 May 12:03
5d55fad
Compare
Choose a tag to compare

Added

  • Docs from the SDD
  • Doc generator from CRDs
  • GitRepo file templates
  • Add an empty file for each cluster to the tenant git repo
  • Add the cluster service account token to Vault
  • Implement DisplayName for GitRepo objects

Fixed

  • A race condition in the reconcile loop

More Bugfixes

27 Feb 08:08
d92c4d7
Compare
Choose a tag to compare

Fixed

  • Key comparison issues when using multiline strings in YAML
  • GitRepoURL not being set for clusters/tenants

Fixed various bugs

17 Feb 14:46
da9d933
Compare
Choose a tag to compare

v0.0.4 - 2020-02-17

Added

  • Example CRs
  • Documentation how to deploy

Changed

  • Implement git host keys
  • Only update status if GitRepo was alredy created
  • Fix token handling
  • Add Age column to CRDs
  • Use local namespace as default for secretRef
  • Add tenant label to GitRepos
  • Reuse object names for GitRepo names

Fixed

  • Gitlab subgroup handling
  • GitRepos properly updated from Clusters and Tenants

Add Gitlab repo implementation

10 Feb 14:57
Compare
Choose a tag to compare

v0.0.3 - 2020-02-10

Added

  • Gitlab implementation for managing git repos
  • Changelog
  • RBAC management for clusters

Improving the CRDs and API

07 Feb 08:17
Compare
Choose a tag to compare

A lot of changes especially to the CRDs and API to play along better with the lieutenant-api.