From 214b33635ea342e1335cb74e59d10fb5e87c3349 Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Sat, 3 Feb 2024 10:04:29 +0000 Subject: [PATCH] [create-pull-request] automated change Signed-off-by: weave-gitops-bot --- Makefile | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0a36a4b691..a242219f22 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T') BRANCH?=$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD) GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h') VERSION?=$(shell which git > /dev/null && git describe --always --match "v*") -FLUX_VERSION=2.0.1 +FLUX_VERSION=2.2.2 CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml) TIER=oss diff --git a/go.mod b/go.mod index aaad11cc4f..2312af3fe3 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/spf13/viper v1.16.0 github.com/tomwright/dasel v1.22.1 github.com/weaveworks/policy-agent/api v1.0.5 - github.com/weaveworks/tf-controller/tfctl v0.0.0-20231228180612-918cb6250720 + github.com/weaveworks/tf-controller/tfctl v0.0.0-20240202235730-6b07f6633925 github.com/yannh/kubeconform v0.5.0 go.uber.org/zap v1.26.0 golang.org/x/crypto v0.16.0 diff --git a/go.sum b/go.sum index 1ccdd8f458..bb782d93d3 100644 --- a/go.sum +++ b/go.sum @@ -572,8 +572,8 @@ github.com/weaveworks/policy-agent/api v1.0.5 h1:4pqzzta8xPUsE9h9YhGJVg5XQ2NuAU/ github.com/weaveworks/policy-agent/api v1.0.5/go.mod h1:LlhTiipsV5GSHkL/q7Wa7qrJPZGR9Xtoq2npXTWp9bI= github.com/weaveworks/tf-controller/api v0.0.0-20231212164812-c222d7f1024a h1:3crYbwLT0W+T10H7hTPVTiq/PELh4vMyHYWvqOblf+A= github.com/weaveworks/tf-controller/api v0.0.0-20231212164812-c222d7f1024a/go.mod h1:201u5xXY+YI7+ggWljE0VvqMxa+zP1Y1lyRXc1RlXBc= -github.com/weaveworks/tf-controller/tfctl v0.0.0-20231228180612-918cb6250720 h1:aWmhjmq52mW7QBVgEcn5jHif1HltUtToDouFegchwwE= -github.com/weaveworks/tf-controller/tfctl v0.0.0-20231228180612-918cb6250720/go.mod h1:t7p44M7BelgHIkdzD5sT32y3RU2mKp2VUuEb0uwimSY= +github.com/weaveworks/tf-controller/tfctl v0.0.0-20240202235730-6b07f6633925 h1:JtkmyRRZNoxU7JheJEgsNv6RmdewS2C8lA1mZvXZJT0= +github.com/weaveworks/tf-controller/tfctl v0.0.0-20240202235730-6b07f6633925/go.mod h1:t7p44M7BelgHIkdzD5sT32y3RU2mKp2VUuEb0uwimSY= github.com/xanzy/go-gitlab v0.83.0 h1:37p0MpTPNbsTMKX/JnmJtY8Ch1sFiJzVF342+RvZEGw= github.com/xanzy/go-gitlab v0.83.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=