Skip to content

Commit

Permalink
Bumps (#718)
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
Co-authored-by: Noam Gal <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2024
1 parent ea96878 commit a7c7757
Show file tree
Hide file tree
Showing 6 changed files with 794 additions and 925 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.6-alpine3.19 as base
FROM golang:1.22.5-alpine3.20 as base

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

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN go mod verify

############################### CLI ###############################
### Compile
FROM golang:1.21.6-alpine3.19 as codefresh-build
FROM golang:1.22.5-alpine3.20 as codefresh-build

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

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

### Run
FROM alpine:3.19 as codefresh
FROM alpine:3.20 as codefresh

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.1.63
VERSION=v0.1.64

OUT_DIR=dist
YEAR?=$(shell date +"%Y")
Expand Down
7 changes: 4 additions & 3 deletions build/Dockerfile.helper
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM golang:1.21.4-alpine3.18
# docker buildx build --platform linux/amd64,linux/arm64 -t quay.io/codefresh/golang-ci-helper:1.21.12 -f Dockerfile.helper .
FROM golang:1.22.5-alpine3.20

RUN apk -U add --no-cache \
bash \
Expand All @@ -12,14 +13,14 @@ RUN apk -U add --no-cache \
openssl \
&& update-ca-certificates

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

ARG KUSTOMIZE_VERSION=5.2.1
ARG KUSTOMIZE_VERSION=5.4.2
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 \
&& tar -xzf kustomize.tar.gz \
&& mv ./kustomize /usr/bin \
Expand Down
310 changes: 0 additions & 310 deletions build/ci.yaml

This file was deleted.

Loading

0 comments on commit a7c7757

Please sign in to comment.