Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update helm release argo-cd to v7.8.0 #1034

Merged
merged 3 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions platform-apps/charts/argocd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 7.7.22
digest: sha256:984c18c8561cea8fccd46ab8d12cc970ed554ee81c4f68e7058bc109f6e44681
generated: "2025-02-01T19:40:32.865812148Z"
version: 7.8.0
digest: sha256:95bd00890b5916779ff000ab8500fe02e8fabb5438f67820247ce1a73dfb588f
generated: "2025-02-04T12:52:45.457524482Z"
2 changes: 1 addition & 1 deletion platform-apps/charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ appVersion: "1.0.0"

dependencies:
- name: argo-cd
version: 7.7.22
version: 7.8.0
repository: https://argoproj.github.io/argo-helm
4 changes: 2 additions & 2 deletions platform-apps/charts/image-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
{
"chart": "argocd",
"image": "quay.io/argoproj/argocd:v2.13.4",
"id": "argocd_argocd_v2.13.4"
"image": "quay.io/argoproj/argocd:v2.14.1",
"id": "argocd_argocd_v2.14.1"
},
{
"chart": "backstage",
Expand Down
2 changes: 1 addition & 1 deletion platform-apps/charts/image-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## argocd
* ghcr.io/dexidp/dex:v2.41.1
* public.ecr.aws/docker/library/redis:7.4.2-alpine
* quay.io/argoproj/argocd:v2.13.4
* quay.io/argoproj/argocd:v2.14.1
## backstage
* alpine:3.17
* ghcr.io/suxess-it/sx-backstage:v1.32.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@

<h3>Target <code>quay.io/argoproj/argocd:v2.13.4 (ubuntu 24.04)</code></h3>
<h3>Target <code>quay.io/argoproj/argocd:v2.14.1 (ubuntu 24.04)</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>No Misconfigurations found</h4>
<h3>Target <code>usr/local/bin/argocd</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>Vulnerabilities (2)</h4>
<table>
<tr>
<th>Package</th>
<th>ID</th>
<th>Severity</th>
<th>Installed Version</th>
<th>Fixed Version</th>
</tr>
<tr>
<td><code>github.com/go-git/go-git/v5</code></td>
<td>CVE-2025-21613</td>
<td>CRITICAL</td>
<td>v5.12.0</td>
<td>5.13.0</td>
</tr>
<tr>
<td><code>github.com/go-git/go-git/v5</code></td>
<td>CVE-2025-21614</td>
<td>HIGH</td>
<td>v5.12.0</td>
<td>5.13.0</td>
</tr>
</table>
<h4>No Misconfigurations found</h4>
<h3>Target <code>usr/local/bin/helm</code></h3>
<h4>Vulnerabilities (3)</h4>
<h4>Vulnerabilities (2)</h4>
<table>
<tr>
<th>Package</th>
Expand All @@ -19,23 +42,16 @@
<td><code>golang.org/x/crypto</code></td>
<td>CVE-2024-45337</td>
<td>CRITICAL</td>
<td>v0.25.0</td>
<td>v0.27.0</td>
<td>0.31.0</td>
</tr>
<tr>
<td><code>golang.org/x/net</code></td>
<td>CVE-2024-45338</td>
<td>HIGH</td>
<td>v0.23.0</td>
<td>v0.26.0</td>
<td>0.33.0</td>
</tr>
<tr>
<td><code>stdlib</code></td>
<td>CVE-2024-34156</td>
<td>HIGH</td>
<td>v1.22.6</td>
<td>1.22.7, 1.23.1</td>
</tr>
</table>
<h4>No Misconfigurations found</h4>
<h3>Target <code>usr/local/bin/kustomize</code></h3>
Expand Down