civo / kubernetes-marketplace

Marketplace of Kubernetes applications available for quick and easy installation in to Civo Kubernetes clusters
https://www.civo.com/
MIT License
216 stars 181 forks source link

Bump Argocd Helm chart to 5.53.5 #670

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

For full list of changes please check ArtifactHub changelog


Bump CIVO marketplace Argocd version

Update argocd/manifest.yaml

change detected: * key "$.version" updated from "v2.9.3" to "v2.9.4", in file "argocd/manifest.yaml"

v2.9.4
Release published on the 2024-01-18 21:24:02 +0000 UTC at the url https://github.com/argoproj/argo-cd/releases/tag/v2.9.4

## Quick Start

### Non-HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.4/manifests/install.yaml
```

### HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.4/manifests/ha/install.yaml
```

## Release Signatures and Provenance

All Argo CD container images are signed by cosign.  A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.


## Upgrading

If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.

## Changes

This log fixes a security issue: https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg

🚨 **Important:** The security fix includes a breaking API change. Please read the GHSA before upgrading! 🚨 

### Bug fixes (7)

- fix: enforce content type header for API requests (#16860)  (Cherry-pick release-2.9 ) (#16878)
- fix: add list permission deployments (#16785) (#16804)
- fix(ui):Fixed log horizontal scroll for issue #16411 (#16727) (#16761)
- fix(action): Add missing owner refs and annotation to create-job action (#16607) (#16608)
- fix(grpcproxy): add missing GRPCKeepAliveEnforcementMinimum (#15708) (#16576)
- fix(appset): don't emit k8s events for unchanged apps, log at debug (#16562)
- fix(appset): Don't use revision cache when reconciling after webhook (#16062) (#16241) (#16536)

### Documentation (1)

- docs: Fix format issue in rbac.md (#16521) (#16538)

### Other (3)

- chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 (#16912)
- Added missing 'alias:' prefix for repository name as described here: (#15902) (#16535)
- chore: upgrade k8s client from v0.24.2 to v0.24.17 (#16554)


v2.9.5
Release published on the 2024-01-19 18:32:02 +0000 UTC at the url https://github.com/argoproj/argo-cd/releases/tag/v2.9.5

## Quick Start

### Non-HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.5/manifests/install.yaml
```

### HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.5/manifests/ha/install.yaml
```

## Release Signatures and Provenance

All Argo CD container images are signed by cosign.  A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.

## Upgrading

If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.

## Changes

🚨 **Important:** A security fix from 2.9.4 includes a breaking API change. Please read https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg before upgrading! 🚨 

(Warning copied from 2.9.4 for extra visibility.)

### Bug fixes (1)

- fix(ui): set content-type for certain UI requests (#16923) (#16930) (#16933)

Update argocd/install.sh

1 file(s) updated with "--version 5.53.1": * argocd/install.sh

GitHub Action workflow link

Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!