Skip to content

Commit 88d88ac

Browse files
authored
update kustomize/api and kyaml (#684)
* updated version to 0.1.40
1 parent d045e79 commit 88d88ac

File tree

4 files changed

+55
-53
lines changed

4 files changed

+55
-53
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.1.39
1+
VERSION=v0.1.40
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.1.39/cf-linux-amd64.tar.gz | tar zx
26+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.40/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.1.39/cf-darwin-amd64.tar.gz | tar zx
39+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.40/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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ require (
2727
github.com/spf13/cobra v1.5.0
2828
github.com/spf13/pflag v1.0.5
2929
github.com/spf13/viper v1.10.1
30-
github.com/stretchr/testify v1.8.0
31-
golang.org/x/text v0.3.7
30+
github.com/stretchr/testify v1.8.1
31+
golang.org/x/text v0.5.0
3232
gopkg.in/segmentio/analytics-go.v3 v3.1.0
3333
k8s.io/api v0.24.2
3434
k8s.io/apimachinery v0.24.2
3535
k8s.io/client-go v11.0.1-0.20190816222228-6d55c1b1f1ca+incompatible
36-
sigs.k8s.io/kustomize/api v0.11.4
37-
sigs.k8s.io/kustomize/kyaml v0.13.6
36+
sigs.k8s.io/kustomize/api v0.12.1
37+
sigs.k8s.io/kustomize/kyaml v0.13.9
3838
)
3939

4040
require (
@@ -55,8 +55,6 @@ require (
5555
github.com/Microsoft/go-winio v0.5.0 // indirect
5656
github.com/PagerDuty/go-pagerduty v1.5.0 // indirect
5757
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
58-
github.com/PuerkitoBio/purell v1.1.1 // indirect
59-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
6058
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20210112200207-10ab4d695d60 // indirect
6159
github.com/TomOnTime/utfutil v0.0.0-20180511104225-09c41003ee1d // indirect
6260
github.com/acomagu/bufpipe v1.0.3 // indirect
@@ -89,19 +87,19 @@ require (
8987
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
9088
github.com/fsnotify/fsnotify v1.5.1 // indirect
9189
github.com/fvbommel/sortorder v1.0.1 // indirect
92-
github.com/go-errors/errors v1.0.1 // indirect
90+
github.com/go-errors/errors v1.4.2 // indirect
9391
github.com/go-git/gcfg v1.5.0 // indirect
9492
github.com/go-logr/logr v1.2.3 // indirect
9593
github.com/go-logr/stdr v1.2.2 // indirect
9694
github.com/go-openapi/analysis v0.21.2 // indirect
9795
github.com/go-openapi/errors v0.20.2 // indirect
98-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
99-
github.com/go-openapi/jsonreference v0.19.6 // indirect
96+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
97+
github.com/go-openapi/jsonreference v0.20.1 // indirect
10098
github.com/go-openapi/loads v0.21.0 // indirect
10199
github.com/go-openapi/runtime v0.21.1 // indirect
102100
github.com/go-openapi/spec v0.20.4 // indirect
103101
github.com/go-openapi/strfmt v0.21.1 // indirect
104-
github.com/go-openapi/swag v0.19.15 // indirect
102+
github.com/go-openapi/swag v0.22.3 // indirect
105103
github.com/go-openapi/validate v0.20.3 // indirect
106104
github.com/go-redis/cache/v8 v8.4.2 // indirect
107105
github.com/go-redis/redis/v8 v8.11.5 // indirect
@@ -197,7 +195,7 @@ require (
197195
github.com/spf13/afero v1.8.0 // indirect
198196
github.com/spf13/cast v1.4.1 // indirect
199197
github.com/spf13/jwalterweatherman v1.1.0 // indirect
200-
github.com/stretchr/objx v0.4.0 // indirect
198+
github.com/stretchr/objx v0.5.0 // indirect
201199
github.com/subosito/gotenv v1.2.0 // indirect
202200
github.com/valyala/bytebufferpool v1.0.0 // indirect
203201
github.com/valyala/fasttemplate v1.2.1 // indirect
@@ -207,7 +205,7 @@ require (
207205
github.com/whilp/git-urls v0.0.0-20191001220047-6db9661140c0 // indirect
208206
github.com/xanzy/go-gitlab v0.71.0 // indirect
209207
github.com/xanzy/ssh-agent v0.3.1 // indirect
210-
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
208+
github.com/xlab/treeprint v1.1.0 // indirect
211209
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
212210
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
213211
go.mongodb.org/mongo-driver v1.8.2 // indirect
@@ -217,11 +215,11 @@ require (
217215
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
218216
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
219217
golang.org/x/exp v0.0.0-20220407100705-7b9b53b0aca4 // indirect
220-
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
218+
golang.org/x/net v0.4.0 // indirect
221219
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
222-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
223-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
224-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
220+
golang.org/x/sync v0.1.0 // indirect
221+
golang.org/x/sys v0.3.0 // indirect
222+
golang.org/x/term v0.3.0 // indirect
225223
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
226224
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 // indirect
227225
gomodules.xyz/notify v0.1.0 // indirect
@@ -245,14 +243,14 @@ require (
245243
k8s.io/component-helpers v0.24.2 // indirect
246244
k8s.io/klog/v2 v2.70.1 // indirect
247245
k8s.io/kube-aggregator v0.24.2 // indirect
248-
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
246+
k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
249247
k8s.io/kubectl v0.24.2 // indirect
250248
k8s.io/kubernetes v1.24.2 // indirect
251249
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
252250
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427 // indirect
253251
sigs.k8s.io/controller-runtime v0.12.1 // indirect
254252
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
255-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
253+
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
256254
sigs.k8s.io/yaml v1.3.0 // indirect
257255
)
258256

@@ -296,4 +294,6 @@ replace (
296294
k8s.io/mount-utils => k8s.io/mount-utils v0.24.2
297295
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.24.2
298296
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.24.2
297+
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.12.1
298+
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.9
299299
)

0 commit comments

Comments
 (0)