Skip to content

Commit 5193081

Browse files
committed
create release 0.23 draft
1 parent 59398b7 commit 5193081

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.1.72
2+
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
55
version: 0.23.0
@@ -17,9 +17,9 @@ annotations:
1717
- kind: changed
1818
description: 'feat(app-proxy): add leader election (#621)'
1919
- kind: changed
20-
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3694.0 - allow concurrent reading of git repo file content (#585), update cf-git-providers to version ^0.15.2 (#590), return the pushed commit sha (#628), fix eventBusName when using jetstream (#636), use proxy env vars in git operations (#646)'
20+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 - allow concurrent reading of git repo file content (#585), update cf-git-providers to version ^0.15.2 (#590), return the pushed commit sha (#628), fix eventBusName when using jetstream (#636), use proxy env vars in git operations (#646)'
2121
- kind: changed
22-
description: 'chore(gitops-operator): update codefresh-gitops-operator to 0.10.0 - stop attempting to resume a non-running workflow (#584), change look back time to 2 hours for git log (#586), Improve error handling and fix bugs from 0.22.0 release for Gitops Operator (#595), add 5 minute max time for curl to complete on action node (#624), update Workflows.Resume to not have a loop (#624), make maps using in multi-threaded contexts, thread safe (#624), Add requeue workaround for degraded rollout apps (#624), update workflow submission logic and improve error handling (#625), add leader election support to agent and remove from handler (#647)'
22+
description: 'chore(gitops-operator): update codefresh-gitops-operator to 0.10.2 - stop attempting to resume a non-running workflow (#584), change look back time to 2 hours for git log (#586), Improve error handling and fix bugs from 0.22.0 release for Gitops Operator (#595), add 5 minute max time for curl to complete on action node (#624), update Workflows.Resume to not have a loop (#624), make maps using in multi-threaded contexts, thread safe (#624), Add requeue workaround for degraded rollout apps (#624), update workflow submission logic and improve error handling (#625), add leader election support to agent and remove from handler (#647), don't requeue on known release creation failures (#655), support failing release if app sync fails (#645)'
2323
- kind: changed
2424
description: 'chore(argo-rollouts): update argo-rollotus sub-chart to 2.37.3-6-v1.7.2-cap-CR-29629 - solve out-of-sync crds in Argo CD v3 (#630)'
2525
- kind: changed

charts/gitops-runtime/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,21 +247,21 @@ gitops-operator:
247247
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
248248
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
249249
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
250-
| app-proxy.image.tag | string | `"1.3694.0"` | |
250+
| app-proxy.image.tag | string | `"1.3702.0"` | |
251251
| app-proxy.imagePullSecrets | list | `[]` | |
252252
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
253253
| app-proxy.initContainer.env | object | `{}` | |
254254
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
255255
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
256256
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
257-
| app-proxy.initContainer.image.tag | string | `"1.3694.0"` | |
257+
| app-proxy.initContainer.image.tag | string | `"1.3702.0"` | |
258258
| app-proxy.initContainer.resources.limits | object | `{}` | |
259259
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
260260
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
261261
| app-proxy.leader-elector.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
262262
| app-proxy.leader-elector.image.registry | string | `"quay.io"` | |
263263
| app-proxy.leader-elector.image.repository | string | `"codefresh/leader-elector"` | |
264-
| app-proxy.leader-elector.image.tag | string | `"v0.0.1"` | |
264+
| app-proxy.leader-elector.image.tag | string | `"0.0.1"` | |
265265
| app-proxy.leader-elector.livenessProbe.failureThreshold | int | `10` | |
266266
| app-proxy.leader-elector.livenessProbe.initialDelaySeconds | int | `10` | |
267267
| app-proxy.leader-elector.livenessProbe.periodSeconds | int | `10` | |
@@ -392,7 +392,7 @@ gitops-operator:
392392
| gitops-operator.fullnameOverride | string | `""` | |
393393
| gitops-operator.image.registry | string | `"quay.io"` | defaults |
394394
| gitops-operator.image.repository | string | `"codefresh/codefresh-gitops-operator"` | |
395-
| gitops-operator.image.tag | string | `"v0.10.0"` | |
395+
| gitops-operator.image.tag | string | `"v0.10.2"` | |
396396
| gitops-operator.imagePullSecrets | list | `[]` | |
397397
| gitops-operator.nameOverride | string | `""` | |
398398
| gitops-operator.nodeSelector | object | `{}` | |

0 commit comments

Comments
 (0)