Skip to content

Commit 0de1a54

Browse files
author
weave-gitops-bot
committed
[create-pull-request] automated change
Signed-off-by: weave-gitops-bot <[email protected]>
1 parent ea9c880 commit 0de1a54

File tree

4 files changed

+102
-99
lines changed

4 files changed

+102
-99
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T')
77
BRANCH?=$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD)
88
GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h')
99
VERSION?=$(shell which git > /dev/null && git describe --always --match "v*")
10-
FLUX_VERSION=0.35.0
10+
FLUX_VERSION=0.36.0
1111
CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml)
1212
DEV_BUCKET_CONTAINER_IMAGE=ghcr.io/weaveworks/gitops-bucket-server@sha256:8fbb7534e772e14ea598d287a4b54a3f556416cac6621095ce45f78346fda78a
1313

go.mod

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ require (
1010
github.com/charmbracelet/lipgloss v0.6.0
1111
github.com/cheshir/ttlcache v1.0.1-0.20220504185148-8ceeff21b789
1212
github.com/coreos/go-oidc/v3 v3.1.0
13-
github.com/fluxcd/flux2 v0.35.0
13+
github.com/fluxcd/flux2 v0.36.0
1414
github.com/fluxcd/go-git-providers v0.9.0
15-
github.com/fluxcd/helm-controller/api v0.25.0
16-
github.com/fluxcd/kustomize-controller/api v0.29.0
17-
github.com/fluxcd/notification-controller/api v0.27.0
18-
github.com/fluxcd/pkg/apis/meta v0.16.0
19-
github.com/fluxcd/pkg/runtime v0.18.0
20-
github.com/fluxcd/pkg/ssa v0.19.0
21-
github.com/fluxcd/source-controller/api v0.30.0
15+
github.com/fluxcd/helm-controller/api v0.26.0
16+
github.com/fluxcd/kustomize-controller/api v0.30.0
17+
github.com/fluxcd/notification-controller/api v0.28.0
18+
github.com/fluxcd/pkg/apis/meta v0.17.0
19+
github.com/fluxcd/pkg/runtime v0.22.0
20+
github.com/fluxcd/pkg/ssa v0.21.0
21+
github.com/fluxcd/source-controller/api v0.31.0
2222
github.com/go-git/go-git/v5 v5.4.2
2323
github.com/go-logr/logr v1.2.3
2424
github.com/go-logr/zapr v1.2.3
2525
github.com/golang-jwt/jwt/v4 v4.4.1
26-
github.com/google/go-cmp v0.5.8
26+
github.com/google/go-cmp v0.5.9
2727
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.1
2828
github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts v1.1.1
2929
github.com/hashicorp/go-multierror v1.1.1
@@ -34,29 +34,29 @@ require (
3434
github.com/minio/minio-go/v7 v7.0.31
3535
github.com/mitchellh/go-ps v1.0.0
3636
github.com/oauth2-proxy/mockoidc v0.0.0-20220308204021-b9169deeb282
37-
github.com/onsi/ginkgo/v2 v2.1.6
38-
github.com/onsi/gomega v1.20.1
37+
github.com/onsi/ginkgo/v2 v2.3.0
38+
github.com/onsi/gomega v1.22.1
3939
github.com/pkg/errors v0.9.1
4040
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
4141
github.com/slok/go-http-metrics v0.10.0
42-
github.com/spf13/cobra v1.5.0
42+
github.com/spf13/cobra v1.6.0
4343
github.com/spf13/viper v1.11.0
4444
github.com/stretchr/testify v1.8.0
4545
github.com/tomwright/dasel v1.22.1
4646
github.com/weaveworks/go-checkpoint v0.0.0-20170503165305-ebbb8b0518ab
4747
go.uber.org/zap v1.23.0
48-
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
49-
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
48+
golang.org/x/crypto v0.1.0
49+
golang.org/x/oauth2 v0.1.0
5050
google.golang.org/genproto v0.0.0-20220715211116-798f69b842b9
5151
google.golang.org/grpc v1.48.0
5252
google.golang.org/protobuf v1.28.1
5353
gopkg.in/square/go-jose.v2 v2.6.0
5454
gopkg.in/yaml.v3 v3.0.1
55-
k8s.io/api v0.25.2
56-
k8s.io/apiextensions-apiserver v0.25.2
57-
k8s.io/apimachinery v0.25.2
58-
k8s.io/cli-runtime v0.25.0
59-
k8s.io/client-go v0.25.2
55+
k8s.io/api v0.25.3
56+
k8s.io/apiextensions-apiserver v0.25.3
57+
k8s.io/apimachinery v0.25.3
58+
k8s.io/cli-runtime v0.25.3
59+
k8s.io/client-go v0.25.3
6060
sigs.k8s.io/cli-utils v0.33.0
6161
sigs.k8s.io/controller-runtime v0.13.0
6262
sigs.k8s.io/kustomize/api v0.12.1
@@ -68,20 +68,20 @@ require (
6868
github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
6969
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
7070
github.com/atotto/clipboard v0.1.4 // indirect
71-
github.com/aws/aws-sdk-go v1.44.84 // indirect
71+
github.com/aws/aws-sdk-go v1.44.105 // indirect
7272
github.com/benbjohnson/clock v1.3.0 // indirect
7373
github.com/blang/semver v3.5.1+incompatible // indirect
7474
github.com/chai2010/gettext-go v1.0.2 // indirect
7575
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
7676
github.com/cloudflare/circl v1.1.0 // indirect
7777
github.com/containerd/console v1.0.3 // indirect
78-
github.com/docker/docker v20.10.17+incompatible // indirect
78+
github.com/docker/docker v20.10.20+incompatible // indirect
7979
github.com/dustin/go-humanize v1.0.0 // indirect
8080
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021 // indirect
8181
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
8282
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
8383
github.com/fatih/camelcase v1.0.0 // indirect
84-
github.com/fluxcd/pkg/kustomize v0.7.0 // indirect
84+
github.com/fluxcd/pkg/kustomize v0.8.0 // indirect
8585
github.com/fluxcd/pkg/untar v0.2.0 // indirect
8686
github.com/fvbommel/sortorder v1.0.1 // indirect
8787
github.com/gogo/protobuf v1.3.2 // indirect
@@ -136,8 +136,8 @@ require (
136136
github.com/MakeNowJust/heredoc v1.0.0 // indirect
137137
github.com/Masterminds/goutils v1.1.1 // indirect
138138
github.com/Masterminds/semver v1.5.0 // indirect
139-
github.com/Microsoft/go-winio v0.5.2 // indirect
140-
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect
139+
github.com/Microsoft/go-winio v0.6.0 // indirect
140+
github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad // indirect
141141
github.com/acomagu/bufpipe v1.0.3 // indirect
142142
github.com/alecthomas/chroma v0.9.2 // indirect
143143
github.com/beorn7/perks v1.0.1 // indirect
@@ -172,12 +172,12 @@ require (
172172
github.com/hashicorp/hcl v1.0.0 // indirect
173173
github.com/huandu/xstrings v1.3.2 // indirect
174174
github.com/imdario/mergo v0.3.12 // indirect
175-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
175+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
176176
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
177177
github.com/josharian/intern v1.0.0 // indirect
178178
github.com/json-iterator/go v1.1.12 // indirect
179179
github.com/kevinburke/ssh_config v1.2.0 // indirect
180-
github.com/klauspost/compress v1.15.8 // indirect
180+
github.com/klauspost/compress v1.15.11 // indirect
181181
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
182182
github.com/magiconair/properties v1.8.6 // indirect
183183
github.com/mailru/easyjson v0.7.7 // indirect
@@ -217,10 +217,10 @@ require (
217217
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
218218
go.uber.org/atomic v1.9.0 // indirect
219219
go.uber.org/multierr v1.8.0 // indirect
220-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
221-
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
222-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
223-
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
220+
golang.org/x/mod v0.6.0 // indirect
221+
golang.org/x/net v0.1.0
222+
golang.org/x/sys v0.1.0 // indirect
223+
golang.org/x/term v0.1.0
224224
golang.org/x/text v0.4.0 // indirect
225225
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
226226
golang.org/x/tools v0.1.12 // indirect
@@ -229,10 +229,10 @@ require (
229229
gopkg.in/inf.v0 v0.9.1 // indirect
230230
gopkg.in/ini.v1 v1.66.4 // indirect
231231
gopkg.in/warnings.v0 v0.1.2 // indirect
232-
k8s.io/component-base v0.25.2 // indirect
233-
k8s.io/klog/v2 v2.70.1 // indirect
232+
k8s.io/component-base v0.25.3 // indirect
233+
k8s.io/klog/v2 v2.80.1 // indirect
234234
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
235-
k8s.io/kubectl v0.25.0
235+
k8s.io/kubectl v0.25.3
236236
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
237237
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
238238
sigs.k8s.io/kustomize/kyaml v0.13.9

0 commit comments

Comments
 (0)