Skip to content

Commit d293039

Browse files
author
Paulo Gomes
authored
Merge pull request #451 from pjbgf/git-refactoring
Refactor Git operations and introduce `go-git` support for Azure DevOps and AWS CodeCommit
2 parents a7dba53 + b00625b commit d293039

File tree

11 files changed

+395
-1077
lines changed

11 files changed

+395
-1077
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GO_VERSION=1.19
33
ARG XX_VERSION=1.1.2
44

55
ARG LIBGIT2_IMG=ghcr.io/fluxcd/golang-with-libgit2-only
6-
ARG LIBGIT2_TAG=v0.3.0
6+
ARG LIBGIT2_TAG=v0.4.0
77

88
FROM ${LIBGIT2_IMG}:${LIBGIT2_TAG} AS libgit2-libs
99

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CRD_OPTIONS ?= crd:crdVersions=v1
88

99
# Base image used to build the Go binary
1010
LIBGIT2_IMG ?= ghcr.io/fluxcd/golang-with-libgit2-only
11-
LIBGIT2_TAG ?= v0.3.0
11+
LIBGIT2_TAG ?= v0.4.0
1212

1313
# Allows for defining additional Docker buildx arguments,
1414
# e.g. '--push'.

controllers/git_error_test.go

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)