Skip to content

Commit ba8c8ea

Browse files
Cr 14518 (#589)
* add role for applications * bump * jiraWriteBackEnable * bump app proxy 1.1862.0 support jira write back * bump Co-authored-by: Victor Khazanov <victor.khazanov@codefresh.io>
1 parent 2aed83b commit ba8c8ea

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.533
1+
VERSION=v0.0.534
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.0.533/cf-linux-amd64.tar.gz | tar zx
26+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.534/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.533/cf-darwin-amd64.tar.gz | tar zx
39+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.534/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/app-proxy/app-proxy.deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ spec:
124124
name: cap-app-proxy-cm
125125
key: stripPrefix
126126
optional: true
127+
- name: JIRA_WRITE_BACK
128+
valueFrom:
129+
configMapKeyRef:
130+
name: cap-app-proxy-cm
131+
key: jiraWriteBackEnable
132+
optional: true
127133
image: quay.io/codefresh/cap-app-proxy
128134
imagePullPolicy: Always
129135
name: cap-app-proxy

manifests/app-proxy/app-proxy.role.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@ rules:
2727
verbs:
2828
- get
2929
- list
30-
30+
- apiGroups:
31+
- argoproj.io
32+
resources:
33+
- applications
34+
verbs:
35+
- get
36+
- list
37+
- watch

manifests/app-proxy/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
images:
44
- name: quay.io/codefresh/cap-app-proxy
55
newName: quay.io/codefresh/cap-app-proxy
6-
newTag: 1.1859.0
6+
newTag: 1.1871.0
77
resources:
88
- app-proxy.deploy.yaml
99
- app-proxy.svc.yaml

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: 2.0.0
8-
version: 0.0.533
8+
version: 0.0.534
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events

0 commit comments

Comments
 (0)