Skip to content

Commit a7c7757

Browse files
Bumps (#718)
## What * Bump github.com/argoproj/argo-cd/v2 `v2.8.8` to `v2.11.4` * Bump github.com/argoproj/argo-events `v1.7.1` to `v1.9.2.` * Bump github.com/argoproj/argo-workflows/v3 `v3.3.5` to `v3.5.8` * Bump github.com/codefresh-io/go-sdk `v1.0.1` to `v1.3.1` * Bump github.com/fatih/color `v1.15.0` to `v1.16.0` * Bump github.com/go-git/go-git/v5 v5.11.0 to `v5.12.0` * Bump github.com/google/uuid `v1.4.0` to `v1.6.0` * Bump github.com/pkg/browser `v0.0.0-20210911075715-681adbf594b8` to `v0.0.0-20240102092130-5ac0b6a4141c` * Bump github.com/spf13/viper `v1.17.0` to `v0.19.0` * Bump github.com/stretchr/testify `v1.8.4` to `v1.9.0` * Bump golang.org/x/exp `v0.0.0-20230905200255-921286631fa9` to `v0.0.0-20240416160154-fe59bbe5cc7f` * Bump golang.org/x/text `v0.14.0` to `v0.16.0` * Bump k8s packages from `v0.26.3` to `v0.26.11` ## Why updating dependencies --------- Co-authored-by: Noam Gal <noam.gal@codefresh.io> Co-authored-by: Noam Gal <noam.gal@octopus.com>
1 parent ea96878 commit a7c7757

File tree

6 files changed

+794
-925
lines changed

6 files changed

+794
-925
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.6-alpine3.19 as base
1+
FROM golang:1.22.5-alpine3.20 as base
22

33
WORKDIR /go/src/github.com/codefresh-io/cli-v2
44

@@ -27,7 +27,7 @@ RUN go mod verify
2727

2828
############################### CLI ###############################
2929
### Compile
30-
FROM golang:1.21.6-alpine3.19 as codefresh-build
30+
FROM golang:1.22.5-alpine3.20 as codefresh-build
3131

3232
WORKDIR /go/src/github.com/codefresh-io/cli-v2
3333

@@ -45,7 +45,7 @@ ARG SEGMENT_WRITE_KEY
4545
RUN make local DEV_MODE=false SEGMENT_WRITE_KEY=${SEGMENT_WRITE_KEY}
4646

4747
### Run
48-
FROM alpine:3.19 as codefresh
48+
FROM alpine:3.20 as codefresh
4949

5050
WORKDIR /go/src/github.com/codefresh-io/cli-v2
5151

Makefile

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

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

build/Dockerfile.helper

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM golang:1.21.4-alpine3.18
1+
# docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/codefresh/golang-ci-helper:1.21.12 -f Dockerfile.helper .
2+
FROM golang:1.22.5-alpine3.20
23

34
RUN apk -U add --no-cache \
45
bash \
@@ -12,14 +13,14 @@ RUN apk -U add --no-cache \
1213
openssl \
1314
&& update-ca-certificates
1415

15-
ARG GH_VERSION=2.38.0
16+
ARG GH_VERSION=2.52.0
1617
RUN curl -L https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz --output gh.tar.gz \
1718
&& tar -xzf gh.tar.gz \
1819
&& mv gh_${GH_VERSION}_linux_amd64/bin/gh /usr/local/bin \
1920
&& rm gh.tar.gz \
2021
&& rm -rf gh_${GH_VERSION}_linux_amd64
2122

22-
ARG KUSTOMIZE_VERSION=5.2.1
23+
ARG KUSTOMIZE_VERSION=5.4.2
2324
RUN curl -Ls https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz --output kustomize.tar.gz \
2425
&& tar -xzf kustomize.tar.gz \
2526
&& mv ./kustomize /usr/bin \

build/ci.yaml

Lines changed: 0 additions & 310 deletions
This file was deleted.

0 commit comments

Comments
 (0)