Skip to content

Commit 6c62353

Browse files
CR-11494 (#389)
* bump * intentionally wrong runtime.yaml to test * should pass e2e * trigger e2e after pwd change in yaml * trigger e2e after inline yaml fix * trigger e2e after inline yaml fix * trigger e2e after inline yaml change * trigger e2e after inline yaml change * trigger e2e after inline yaml change * adding ./ to runtime_def_url * testing with full runtime_def_url * trigger e2e * trigger e2e * trigger e2e * printing pwd before reading runtime manifest * reading the file with a diff method * trigger e2e * debug * debug * debug * debug * debug * debug * successfully read local runtime manifest * copying entire manifests folder in inline yaml * added -r to cp in yaml * trigger e2e * trigger e2e * trigger e2e * trigger e2e * trigger e2e * removed redundant * update from main removed redundant * bump * added var to makefile * modified makefile * removed redundant * trigger e2e * trigger e2e * trigger e2e * removed redundant space * removed redundant space * codegen
1 parent 548a738 commit 6c62353

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.349
1+
VERSION=v0.0.350
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")
@@ -28,6 +28,10 @@ ifeq (${DEV_MODE},true)
2828
ADD_CLUSTER_DEF_URL=${DEV_ADD_CLUSTER_DEF_URL}
2929
endif
3030

31+
ifdef (${LOCAL_MANIFESTS})
32+
RUNTIME_DEF_URL=LOCAL_MANIFESTS
33+
endif
34+
3135
ifndef GOBIN
3236
ifndef GOPATH
3337
$(error GOPATH is not set, please make sure you set your GOPATH correctly!)

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.0.349/cf-linux-amd64.tar.gz | tar zx
26+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.350/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.0.349/cf-darwin-amd64.tar.gz | tar zx
39+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.350/cf-darwin-amd64.tar.gz | tar zx
4040

4141
# move the binary to your $PATH
4242
mv ./cf-darwin-amd64 /usr/local/bin/cf

manifests/runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: "{{ namespace }}"
66
spec:
77
defVersion: 1.0.1
8-
version: 0.0.349
8+
version: 0.0.350
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events

0 commit comments

Comments
 (0)