Skip to content

Commit 1c6cb13

Browse files
committed
release 0.10.1
1 parent cbe5177 commit 1c6cb13

File tree

3 files changed

+7
-45
lines changed

3 files changed

+7
-45
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.53
2+
appVersion: 0.1.54
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.10.0
5+
version: 0.10.1
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,46 +14,8 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17-
- kind: changed
18-
description: fix - support non default ArgoCD server host in event reporter
19-
- kind: changed
20-
description: update release 0.10 draft
21-
- kind: changed
22-
description: update init container version (#264)
23-
- kind: changed
24-
description: update release 0.10 draft
25-
- kind: changed
26-
description: update app-proxy (#257)
27-
- kind: changed
28-
description: create release 0.10 draft
29-
- kind: changed
30-
description: update app-proxy to `1.2963.0` (#263)
31-
- kind: changed
32-
description: update argo-workflows chart to `0.41.12-v3.5.9-cap-CR-24929` (#262)
33-
- kind: changed
34-
description: 'feat: add commit info in tasks (#259)'
35-
- kind: changed
36-
description: 'fix: selfheal monorepo support (#258)'
37-
- kind: changed
38-
description: update rollouts (#256)
39-
- kind: changed
40-
description: ' Feat: update argo-events chart to 2.4.7-1-cap-CR-24607 (#253)'
41-
- kind: changed
42-
description: 'patch: gitops operator - improve error handling and prevent changes to promotions notifications configuration (#251)'
43-
- kind: changed
44-
description: gitops operator custom tls injection (#250)
45-
- kind: changed
46-
description: update app-proxy to `1.2946.0` (#247)
47-
- kind: changed
48-
description: update argo-workflows chart to `0.41.11-v3.5.8-cap-CR-22608` (#246) (#249)
49-
- kind: changed
50-
description: Remove artifacthub changelog - will be added by prepare release script
51-
- kind: changed
52-
description: Patch - security ArgoCD webhook processing
53-
- kind: changed
54-
description: 'feat: gitops-operator update with critical and high vuln fixes (#244)'
55-
- kind: changed
56-
description: fix - ArgoCD event reporter servicemonitor selector lables (#241)
17+
- kind: fixed
18+
description: 'update codefresh-gitops-operator to `0.2.9` - fix trigerring promotion from git commit'
5719
dependencies:
5820
- name: argo-cd
5921
repository: https://codefresh-io.github.io/argo-helm

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.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: 0.1.53](https://img.shields.io/badge/AppVersion-0.1.53-informational?style=flat-square)
2+
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: 0.1.54](https://img.shields.io/badge/AppVersion-0.1.54-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.10.0 <local_registry>
30+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.10.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
@@ -524,7 +524,7 @@ app-proxy:
524524
maxUnavailable: ""
525525

526526
# ---------------------------------------------------------------------------------------------------------------------
527-
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.2.5-helm/charts/codefresh-gitops-operator
527+
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.2.9-helm/charts/codefresh-gitops-operator
528528
# ---------------------------------------------------------------------------------------------------------------------
529529
gitops-operator:
530530
# -- Do not change unless instructed otherwise by Codefresh support

0 commit comments

Comments
 (0)