Skip to content

Tags: projectsyn/lieutenant-operator

Tags

v1.11.11

Toggle v1.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stop logging full access token secret (#321)

Note that the log was truncated before any token was exposed.

v1.11.10

Toggle v1.11.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #320 from projectsyn/fix-duplicate-tenant-name-con…

…troller

Fix duplicate controller name `tenant`

v1.11.9

Toggle v1.11.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependency maintenance (#318)

* Basic dependency maintenance

* Use `go tool` for tooling dependencies

* More modern prometheus have less stringent label requirements.

Change to a label name invalid for new prometheuses.

v1.11.8

Toggle v1.11.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `ACCESS_TOKEN_` variables still managed for unmanaged repos (#304)

Follow up of #303.

I missed that there's two controllers where the `ACCESS_TOKEN_` variable are updated. I took the liberty to merge the controllers since they already do almost the same thing.

v1.11.7

Toggle v1.11.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't manage `ACCESS_TOKEN_` variables for unmanaged cluster git repos (

#303)

v1.11.6

Toggle v1.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sort cluster names in permissions to remove unnecessary updates (#302)

v1.11.5

Toggle v1.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Format `CLUSTERS` variable according to SDD. (#301)

Replaces separator `,` by space (` `).

https://syn.tools/syn/SDDs/0032-compile-pipeline.html

v1.11.4

Toggle v1.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Force refresh valid but not saved token (#300)

v1.11.3

Toggle v1.11.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix initialization of GitLab repos

GitLab returns `404` on a `repository/tree` call if the repo has zero commits.
We checked against the error message but the client library started to return a static `404` error which makes our check fail.

This commit changes the checking logic to check for the clients static `ErrNotFound` error. This might catch other errors too (repo does not exists at all), but those errors will be caught in the next step.

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #296 from projectsyn/renovate/mikepenz-release-cha…

…ngelog-builder-action-5.x

Update mikepenz/release-changelog-builder-action action to v5