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 cloudnative-pg to v0.23.0 #927

Merged
merged 2 commits into from
Jan 23, 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/cnpg/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cloudnative-pg
repository: https://cloudnative-pg.github.io/charts
version: 0.22.1
version: 0.23.0
- name: pgadmin4
repository: https://helm.runix.net
version: 1.34.0
digest: sha256:83780c2a4a3848bc7db964dcb02c0eacee688e0c7d4719ab1d96849f86851cc9
generated: "2025-01-01T13:52:56.974713606Z"
digest: sha256:4caa296c7608bff2bbd8851486fe5b82a2eb5119ffdfa089944a3ac28b78479b
generated: "2025-01-23T15:43:11.65035305Z"
2 changes: 1 addition & 1 deletion platform-apps/charts/cnpg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appVersion: "1.0.0"

dependencies:
- name: cloudnative-pg
version: 0.22.1
version: 0.23.0
repository: https://cloudnative-pg.github.io/charts
## pgadmin for demopurposes
- name: pgadmin4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

<h3>Target <code>ghcr.io/cloudnative-pg/cloudnative-pg:1.24.1 (debian 12.7)</code></h3>
<h3>Target <code>ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0 (debian 12.8)</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>No Misconfigurations found</h4>
<h3>Target <code>bin/manager_amd64</code></h3>
<h4>Vulnerabilities (2)</h4>
<h4>Vulnerabilities (1)</h4>
<table>
<tr>
<th>Package</th>
Expand All @@ -12,24 +12,17 @@
<th>Installed Version</th>
<th>Fixed Version</th>
</tr>
<tr>
<td><code>golang.org/x/crypto</code></td>
<td>CVE-2024-45337</td>
<td>CRITICAL</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.29.0</td>
<td>v0.32.0</td>
<td>0.33.0</td>
</tr>
</table>
<h4>No Misconfigurations found</h4>
<h3>Target <code>bin/manager_arm64</code></h3>
<h4>Vulnerabilities (2)</h4>
<h4>Vulnerabilities (1)</h4>
<table>
<tr>
<th>Package</th>
Expand All @@ -38,18 +31,11 @@
<th>Installed Version</th>
<th>Fixed Version</th>
</tr>
<tr>
<td><code>golang.org/x/crypto</code></td>
<td>CVE-2024-45337</td>
<td>CRITICAL</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.29.0</td>
<td>v0.32.0</td>
<td>0.33.0</td>
</tr>
</table>
Expand Down