Skip to content

Commit

Permalink
update gitops-operator to 0.3.8 - changed gitlog to take all commits …
Browse files Browse the repository at this point in the history
…since the last call (#331)
  • Loading branch information
ATGardner committed Nov 7, 2024
1 parent 9b5f99c commit 2b3386c
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ annotations:
- kind: changed
description: 'feat: bump cap-app-proxy to 1.3146.0 - fix accessing repo in parallel (#329), refresh in-cluster app after any related commit (#325), promote all files in app if none is specified (#324), improve locking around git operations (#320), new rollouts steps support setHeaderRoute and setMirrorRoute (#316), multi-argh image reporting (#314), add Product Release initiator (#306), changeRevision fields support (#302)'
- kind: changed
description: 'feat: update gitops-operator to 0.3.8 - support manual-sync applications (#327), fix memory leak (#313), publish error to product release in case failed to create workflow (#312)'
description: 'feat: update gitops-operator to 0.3.8 - changed gitlog to take all commits since the last call (#331), support manual-sync applications (#327), fix memory leak (#313), publish error to product release in case failed to create workflow (#312)'
- kind: changed
description: 'sec: update nginxinc/nginx-unprivileged to 1.26-alpine3.20 - fixed vulnerabilities in expat, curl, openssl (#322)'
- kind: changed
Expand All @@ -27,35 +27,35 @@ annotations:
- kind: changed
description: 'chore: update kube-rbac-proxy, sealed-secrets-controller and argo-events nats to latest (#296)'
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
version: 7.4.7-5-cap-2.12.3-2024.10.28-20100fc54
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.4.7-1-cap-CR-24607
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.41.12-v3.5.9-cap-CR-24929
condition: argo-workflows.enabled
- name: argo-rollouts
repository: https://codefresh-io.github.io/argo-helm
version: 2.37.3-1-v1.7.1-CR-24605
condition: argo-rollouts.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
version: 2.16.1
- name: codefresh-tunnel-client
repository: oci://quay.io/codefresh/charts
version: 0.1.17
alias: tunnel-client
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 0.3.8
alias: gitops-operator
condition: gitops-operator.enabled
- name: garage
repository: https://codefresh-io.github.io/garage
alias: garage-workflows-artifact-storage
version: 0.5.0-cf.1
condition: garage-workflows-artifact-storage.enabled
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
version: 7.4.7-5-cap-2.12.3-2024.10.28-20100fc54
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.4.7-1-cap-CR-24607
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.41.12-v3.5.9-cap-CR-24929
condition: argo-workflows.enabled
- name: argo-rollouts
repository: https://codefresh-io.github.io/argo-helm
version: 2.37.3-1-v1.7.1-CR-24605
condition: argo-rollouts.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
version: 2.16.1
- name: codefresh-tunnel-client
repository: oci://quay.io/codefresh/charts
version: 0.1.17
alias: tunnel-client
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 0.3.8
alias: gitops-operator
condition: gitops-operator.enabled
- name: garage
repository: https://codefresh-io.github.io/garage
alias: garage-workflows-artifact-storage
version: 0.5.0-cf.1
condition: garage-workflows-artifact-storage.enabled

0 comments on commit 2b3386c

Please sign in to comment.