File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- VERSION =v0.0.249
1
+ VERSION =v0.0.250
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cf version
23
23
24
24
``` bash
25
25
# download and extract the binary
26
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.249 /cf-linux-amd64.tar.gz | tar zx
26
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.250 /cf-linux-amd64.tar.gz | tar zx
27
27
28
28
# move the binary to your $PATH
29
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
36
36
37
37
``` bash
38
38
# download and extract the binary
39
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.249 /cf-darwin-amd64.tar.gz | tar zx
39
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.250 /cf-darwin-amd64.tar.gz | tar zx
40
40
41
41
# move the binary to your $PATH
42
42
mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc
22
22
github.com/manifoldco/promptui v0.8.0
23
23
github.com/mattn/go-colorable v0.1.12 // indirect
24
- github.com/rkrmr33/checklist v0.0.3
24
+ github.com/rkrmr33/checklist v0.0.4
25
25
github.com/segmentio/backo-go v1.0.0 // indirect
26
26
github.com/sirupsen/logrus v1.8.1
27
27
github.com/spf13/cobra v1.1.3
Original file line number Diff line number Diff line change @@ -1141,8 +1141,8 @@ github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498/go.mod h1:6lkG1x+13OShE
1141
1141
github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
1142
1142
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
1143
1143
github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
1144
- github.com/rkrmr33/checklist v0.0.3 h1:m+V/lHuJ2W4Ig71iJHvlSKvX3Efbuke5yJbc0WSjLXA =
1145
- github.com/rkrmr33/checklist v0.0.3 /go.mod h1:vQPxctCjlua2BbcfyIqoZ6TH1takWvqEgsrwMw4GIyM =
1144
+ github.com/rkrmr33/checklist v0.0.4 h1:MDroz5lyYgbT2aLLwdL13jUemBYdiDbHYTOo5j3YMgo =
1145
+ github.com/rkrmr33/checklist v0.0.4 /go.mod h1:vQPxctCjlua2BbcfyIqoZ6TH1takWvqEgsrwMw4GIyM =
1146
1146
github.com/robfig/cron v1.1.0 /go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k =
1147
1147
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ =
1148
1148
github.com/robfig/cron v1.2.0 /go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
namespace : " {{ namespace }}"
6
6
spec :
7
7
defVersion : 1.0.1
8
- version : 0.0.249
8
+ version : 0.0.250
9
9
bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
10
10
components :
11
11
- name : events
You can’t perform that action at this time.
0 commit comments