Skip to content

Commit 721442b

Browse files
authored
CR-13210-gitlab-subgroups bumped autopilot to 0.4.4
1 parent 4939a0f commit 721442b

File tree

5 files changed

+96
-41
lines changed

5 files changed

+96
-41
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.472
1+
VERSION=v0.0.473
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

docs/releases/release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cf version
2323

2424
```bash
2525
# download and extract the binary
26-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.472/cf-linux-amd64.tar.gz | tar zx
26+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.473/cf-linux-amd64.tar.gz | tar zx
2727

2828
# move the binary to your $PATH
2929
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
3636

3737
```bash
3838
# download and extract the binary
39-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.472/cf-darwin-amd64.tar.gz | tar zx
39+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.473/cf-darwin-amd64.tar.gz | tar zx
4040

4141
# move the binary to your $PATH
4242
mv ./cf-darwin-amd64 /usr/local/bin/cf

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/Masterminds/semver/v3 v3.1.1
7-
github.com/argoproj-labs/argocd-autopilot v0.4.3
7+
github.com/argoproj-labs/argocd-autopilot v0.4.4
88
github.com/argoproj/applicationset v0.4.1
99
github.com/argoproj/argo-cd/v2 v2.4.6
1010
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec
@@ -26,7 +26,7 @@ require (
2626
github.com/spf13/cobra v1.4.0
2727
github.com/spf13/pflag v1.0.5
2828
github.com/spf13/viper v1.10.1
29-
github.com/stretchr/testify v1.7.2
29+
github.com/stretchr/testify v1.8.0
3030
golang.org/x/text v0.3.7
3131
gopkg.in/segmentio/analytics-go.v3 v3.1.0
3232
k8s.io/api v0.23.3
@@ -37,7 +37,7 @@ require (
3737
)
3838

3939
require (
40-
cloud.google.com/go/compute v1.5.0 // indirect
40+
cloud.google.com/go/compute v1.7.0 // indirect
4141
code.gitea.io/sdk/gitea v0.15.1 // indirect
4242
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4343
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
116116
github.com/golang/protobuf v1.5.2 // indirect
117117
github.com/google/btree v1.0.1 // indirect
118-
github.com/google/go-cmp v0.5.7 // indirect
118+
github.com/google/go-cmp v0.5.8 // indirect
119119
github.com/google/go-github/v41 v41.0.0 // indirect
120120
github.com/google/go-github/v43 v43.0.0 // indirect
121121
github.com/google/go-jsonnet v0.18.0 // indirect
@@ -131,7 +131,7 @@ require (
131131
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
132132
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
133133
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
134-
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
134+
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
135135
github.com/hashicorp/go-version v1.2.1 // indirect
136136
github.com/hashicorp/hcl v1.0.0 // indirect
137137
github.com/huandu/xstrings v1.3.2 // indirect
@@ -195,13 +195,13 @@ require (
195195
github.com/spf13/afero v1.8.0 // indirect
196196
github.com/spf13/cast v1.4.1 // indirect
197197
github.com/spf13/jwalterweatherman v1.1.0 // indirect
198-
github.com/stretchr/objx v0.3.0 // indirect
198+
github.com/stretchr/objx v0.4.0 // indirect
199199
github.com/subosito/gotenv v1.2.0 // indirect
200200
github.com/vmihailenco/go-tinylfu v0.2.1 // indirect
201201
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
202202
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
203203
github.com/whilp/git-urls v0.0.0-20191001220047-6db9661140c0 // indirect
204-
github.com/xanzy/go-gitlab v0.60.0 // indirect
204+
github.com/xanzy/go-gitlab v0.71.0 // indirect
205205
github.com/xanzy/ssh-agent v0.3.0 // indirect
206206
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
207207
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
@@ -213,18 +213,18 @@ require (
213213
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
214214
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
215215
golang.org/x/exp v0.0.0-20210901193431-a062eea981d2 // indirect
216-
golang.org/x/net v0.0.0-20220621193019-9d032be2e588 // indirect
217-
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
218-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
219-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
216+
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
217+
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
218+
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
219+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
220220
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
221-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
221+
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
222222
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 // indirect
223223
gomodules.xyz/notify v0.1.0 // indirect
224224
google.golang.org/appengine v1.6.7 // indirect
225-
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
226-
google.golang.org/grpc v1.45.0 // indirect
227-
google.golang.org/protobuf v1.28.0 // indirect
225+
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
226+
google.golang.org/grpc v1.47.0 // indirect
227+
google.golang.org/protobuf v1.28.1 // indirect
228228
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
229229
gopkg.in/go-playground/webhooks.v5 v5.17.0 // indirect
230230
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect

0 commit comments

Comments
 (0)