Skip to content

Commit 8be1e69

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2masontikhonovvadim-kharin-codefresh
authored
prepare-version(0.29.7): prepare chart content for release (#1184)
* Update Chart.yaml and changelog for 0.29.7 release * ci: update release notes * Update Chart.yaml and changelog for 0.29.7 release * update changelog * update changelog * update changelog --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Zhenya Tikhonov <masontikhonov@gmail.com> Co-authored-by: vadim-kharin-codefresh <vadim.kharin@codefresh.io>
1 parent 726651a commit 8be1e69

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/containsSecurityUpdates: true
16+
artifacthub.io/containsSecurityUpdates: "true"
17+
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1718
artifacthub.io/changes: |-
1819
- kind: changed
19-
description: 'chore: update cap-app-proxy to 1.4085.0 (#1177)'
20+
description: 'update argo-workflows to 0.45.21-v3.6.7-cap-CR-38757'
21+
- kind: security
22+
description: 'fix various security vulnerabilities in argo-workflows'
23+
- kind: changed
24+
description: 'document ArgoCD compatibility with the Runtime'
2025
dependencies:
2126
- name: argo-cd
2227
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.29.6](https://img.shields.io/badge/Version-0.29.6-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square)
2+
![Version: 0.29.7](https://img.shields.io/badge/Version-0.29.7-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square)
33

44
## Table of Content
55

@@ -205,7 +205,7 @@ We have created a helper utility to resolve this issue:
205205
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
206206

207207
```
208-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.6 <local_registry>
208+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.7 <local_registry>
209209
```
210210
`output_dir` - is a local directory where the utility will output files. <br>
211211
`local_registry` - is your local registry where you want to mirror the images to
@@ -218,7 +218,7 @@ The utility will output 4 files into the folder:
218218

219219
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
220220
```
221-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.6 <local_registry>
221+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.7 <local_registry>
222222
```
223223
224224
## Openshift
@@ -791,7 +791,7 @@ global:
791791
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
792792
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
793793
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
794-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
794+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ |
795795
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
796796
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
797797
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |

0 commit comments

Comments
 (0)