Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Tags: fluxcd/golang-with-libgit2

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from pjbgf/bump-libgit2-1.5.0

Bump libgit2 to 1.5.0

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from fluxcd/build-go1.19

Build with Go 1.19

Verified

This tag was signed with the committer’s verified signature.
stefanprodan Stefan Prodan

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from pjbgf/no-thread

Disable libgit2 multi-threading

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from aryan9600/fix-darwin-ci

ci: fix darwin-libgit2-only cross compilation

v0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from aryan9600/fix-darwin-ci

ci: copy over lib into tar folder for darwin-libgit2-only

v0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from pjbgf/libgit2-1.3.2

Upgrade to libgit2 v1.3.2

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from pjbgf/align-names

Align name of release files for easier consumption

sha-9065c28

Unverified

No user is associated with the committer email.
Disable multi-threading

Some users are experiencing some segfault issues in Flux controllers
which seem to be related to internal git2go state processed within a
background thread.
Due to the shift into Managed Transport only, the concerns
around multi-threading from a libgit2 seem to be less problematic
than otherwise.

fluxcd/image-automation-controller#339
https://github.com/libgit2/libgit2/blob/main/docs/threading.md

Signed-off-by: Paulo Gomes <[email protected]>

rc-9065c28

Unverified

No user is associated with the committer email.
Disable multi-threading

Some users are experiencing some segfault issues in Flux controllers
which seem to be related to internal git2go state processed within a
background thread.
Due to the shift into Managed Transport only, the concerns
around multi-threading from a libgit2 seem to be less problematic
than otherwise.

fluxcd/image-automation-controller#339
https://github.com/libgit2/libgit2/blob/main/docs/threading.md

Signed-off-by: Paulo Gomes <[email protected]>