Skip to content

Commit

Permalink
release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Aug 15, 2024
1 parent cbe5177 commit 1c6cb13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 45 deletions.
46 changes: 4 additions & 42 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.1.53
appVersion: 0.1.54
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.10.0
version: 0.10.1
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -14,46 +14,8 @@ maintainers:
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
description: fix - support non default ArgoCD server host in event reporter
- kind: changed
description: update release 0.10 draft
- kind: changed
description: update init container version (#264)
- kind: changed
description: update release 0.10 draft
- kind: changed
description: update app-proxy (#257)
- kind: changed
description: create release 0.10 draft
- kind: changed
description: update app-proxy to `1.2963.0` (#263)
- kind: changed
description: update argo-workflows chart to `0.41.12-v3.5.9-cap-CR-24929` (#262)
- kind: changed
description: 'feat: add commit info in tasks (#259)'
- kind: changed
description: 'fix: selfheal monorepo support (#258)'
- kind: changed
description: update rollouts (#256)
- kind: changed
description: ' Feat: update argo-events chart to 2.4.7-1-cap-CR-24607 (#253)'
- kind: changed
description: 'patch: gitops operator - improve error handling and prevent changes to promotions notifications configuration (#251)'
- kind: changed
description: gitops operator custom tls injection (#250)
- kind: changed
description: update app-proxy to `1.2946.0` (#247)
- kind: changed
description: update argo-workflows chart to `0.41.11-v3.5.8-cap-CR-22608` (#246) (#249)
- kind: changed
description: Remove artifacthub changelog - will be added by prepare release script
- kind: changed
description: Patch - security ArgoCD webhook processing
- kind: changed
description: 'feat: gitops-operator update with critical and high vuln fixes (#244)'
- kind: changed
description: fix - ArgoCD event reporter servicemonitor selector lables (#241)
- kind: fixed
description: 'update codefresh-gitops-operator to `0.2.9` - fix trigerring promotion from git commit'
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Codefresh gitops runtime
![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)
![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)

## Prerequisites

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

```
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.10.0 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.10.1 <local_registry>
```
`output_dir` - is a local directory where the utility will output files. <br>
`local_registry` - is your local registry where you want to mirror the images to
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ app-proxy:
maxUnavailable: ""

# ---------------------------------------------------------------------------------------------------------------------
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.2.5-helm/charts/codefresh-gitops-operator
# DOCS: https://github.com/codefresh-io/codefresh-gitops-operator/tree/codefresh-gitops-operator-0.2.9-helm/charts/codefresh-gitops-operator
# ---------------------------------------------------------------------------------------------------------------------
gitops-operator:
# -- Do not change unless instructed otherwise by Codefresh support
Expand Down

0 comments on commit 1c6cb13

Please sign in to comment.