Skip to content

Commit bf624fa

Browse files
committed
chore: 0.17.1 runtime release notes updated
1 parent ab9941f commit bf624fa

File tree

3 files changed

+6
-42
lines changed

3 files changed

+6
-42
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.68
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.17.0
5+
version: 0.17.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,43 +15,7 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 0.17.0 runtime release notes updated
19-
- kind: changed
20-
description: helm docs update to include sources server default changes
21-
- kind: changed
22-
description: 'chore: source server image 2025.01.27-6069b19 (#407)'
23-
- kind: changed
24-
description: 'feat: upgrade Argo Rollouts to 1.7.2 plus security fixes (#392)'
25-
- kind: changed
26-
description: 0.17.0 runtime release notes
27-
- kind: changed
28-
description: 'feat: sources server update with get manifest request and app-proxy 1.3307.0 (#382)'
29-
- kind: changed
30-
description: 'chore(argo-workflows): bump argo-workflows to 0.45.2-v3.6.4-cap-CR-27392 (#404)'
31-
- kind: changed
32-
description: updated gitops-operator version to 0.3.26 (#405)
33-
- kind: changed
34-
description: 'Feat(CR-27391): add new option to app-proxy (#403)'
35-
- kind: changed
36-
description: 'chore: updated sealed-secrets-controller (#402)'
37-
- kind: changed
38-
description: Update Chart.yaml (#396)
39-
- kind: changed
40-
description: 'feat: update app-proxy version (gitSourceConfigured status) (#393)'
41-
- kind: changed
42-
description: bump argocd helm to argo-cd-7.7.14-3-cap-2.13.3-2025.2.12-7bfd6c858 (#394)
43-
- kind: changed
44-
description: 'feat: update app proxy version (#391)'
45-
- kind: changed
46-
description: 'Fix(job): argument list too long (#383)'
47-
- kind: changed
48-
description: 'feat: bump gitops operator with promotion hooks support (#368)'
49-
- kind: changed
50-
description: 'chore(): updating csdp (#385)'
51-
- kind: changed
52-
description: 'chore: CR-26261 - updated gitops operator to v0.3.22 to support promotion queue (#379)'
53-
- kind: changed
54-
description: 'chore(CR-26970): updated cf-cliv2, kubectl (#375)'
18+
description: 'chore: bump gitops-operator version to 0.3.27 (#409)'
5519
dependencies:
5620
- name: argo-cd
5721
repository: https://codefresh-io.github.io/argo-helm
@@ -77,7 +41,7 @@ dependencies:
7741
condition: tunnel-client.enabled
7842
- name: codefresh-gitops-operator
7943
repository: oci://quay.io/codefresh/charts
80-
version: 0.3.26
44+
version: 0.3.27
8145
alias: gitops-operator
8246
condition: gitops-operator.enabled
8347
- name: garage

charts/gitops-runtime/README.md

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

44
## Prerequisites
55

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

2929
```
30-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.17.0 <local_registry>
30+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.17.1 <local_registry>
3131
```
3232
`output_dir` - is a local directory where the utility will output files. <br>
3333
`local_registry` - is your local registry where you want to mirror the images to

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ app-proxy:
519519
maxUnavailable: ""
520520

521521
# ---------------------------------------------------------------------------------------------------------------------
522-
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.3.26-helm/charts/codefresh-gitops-operator
522+
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.3.27-helm/charts/codefresh-gitops-operator
523523
# ---------------------------------------------------------------------------------------------------------------------
524524
gitops-operator:
525525
# -- Do not change unless instructed otherwise by Codefresh support

0 commit comments

Comments
 (0)