diff --git a/Makefile b/Makefile index fb2ae724e..f3c8da55c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.87 +VERSION=v0.0.88 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index a79f47aa2..114ab4f5f 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -20,7 +20,7 @@ cf version ### Linux ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.87/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.88/cf-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-linux-amd64 /usr/local/bin/cf @@ -32,7 +32,7 @@ cf version ### Mac ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.87/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.88/cf-darwin-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-darwin-amd64 /usr/local/bin/cf diff --git a/go.mod b/go.mod index b4986eed8..a61dc6db8 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.16 require ( github.com/Masterminds/semver/v3 v3.1.1 github.com/argoproj-labs/applicationset v0.1.0 - github.com/argoproj-labs/argocd-autopilot v0.2.14 + github.com/argoproj-labs/argocd-autopilot v0.2.15 github.com/argoproj/argo-cd/v2 v2.1.0-rc3 github.com/argoproj/argo-events v1.4.0 github.com/argoproj/argo-workflows/v3 v3.1.6 diff --git a/go.sum b/go.sum index c5803c0c9..63528da85 100644 --- a/go.sum +++ b/go.sum @@ -174,8 +174,8 @@ github.com/ardielle/ardielle-go v1.5.2/go.mod h1:I4hy1n795cUhaVt/ojz83SNVCYIGsAF github.com/ardielle/ardielle-tools v1.5.4/go.mod h1:oZN+JRMnqGiIhrzkRN9l26Cej9dEx4jeNG6A+AdkShk= github.com/argoproj-labs/applicationset v0.0.0-20210614145856-2c62537a8e5a h1:8Nm2KtOu/G7NtoAgucj4TkX8rghzwgFJGXNrAmuz7gc= github.com/argoproj-labs/applicationset v0.0.0-20210614145856-2c62537a8e5a/go.mod h1:5rxggh8ymYXedQDIYylNzIHe6jdshDNasIBCVJuR1iU= -github.com/argoproj-labs/argocd-autopilot v0.2.14 h1:RcWQLSkUNbQunGsNvd//U6kO67lJwTNfz/wYfhXQxzQ= -github.com/argoproj-labs/argocd-autopilot v0.2.14/go.mod h1:/pQqSCFof08sDD8tI8LEfnpYCB9/nhEyWxvhRdo4UMc= +github.com/argoproj-labs/argocd-autopilot v0.2.15 h1:tCOZNsDSyeQoxITOKm1g2rAnLY8+BWmukPVBs8UdQiI= +github.com/argoproj-labs/argocd-autopilot v0.2.15/go.mod h1:/pQqSCFof08sDD8tI8LEfnpYCB9/nhEyWxvhRdo4UMc= github.com/argoproj/argo-cd v1.8.1/go.mod h1:Vfl7OGgBC83dVWgq58wU6UR3kG864h0dtHEIQ8xqw4s= github.com/argoproj/argo-cd v1.8.7 h1:CkIu8p/gcTY/fOZWM2tHuSCIAV2HggXjJftrT1IIT3k= github.com/argoproj/argo-cd v1.8.7/go.mod h1:tqFZW5Lr9KBCDsvOaE5Fh8M1eJ1ThvR58pyyLv8Zqvs= diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index ad0432ff4..e5c5f4d0e 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.87 + version: 0.0.88 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events