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

fix(deps): update helm release vui to v0.1.19 #983

Merged
merged 8 commits into from
Jan 22, 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
8 changes: 4 additions & 4 deletions platform-apps/charts/image-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,13 +431,13 @@
},
{
"chart": "velero-ui",
"image": "docker.io/dserio83/velero-api:0.1.19",
"id": "velero-ui_velero-api_0.1.19"
"image": "docker.io/dserio83/velero-api:0.1.20",
"id": "velero-ui_velero-api_0.1.20"
},
{
"chart": "velero-ui",
"image": "docker.io/dserio83/velero-ui:0.1.18",
"id": "velero-ui_velero-ui_0.1.18"
"image": "docker.io/dserio83/velero-ui:0.1.19",
"id": "velero-ui_velero-ui_0.1.19"
},
{
"chart": "velero-ui",
Expand Down
4 changes: 2 additions & 2 deletions platform-apps/charts/image-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
* alpine/curl:latest
* hashicorp/vault:1.17.2
## velero-ui
* docker.io/dserio83/velero-api:0.1.19
* docker.io/dserio83/velero-ui:0.1.18
* docker.io/dserio83/velero-api:0.1.20
* docker.io/dserio83/velero-ui:0.1.19
* docker.io/dserio83/velero-watchdog:0.1.6
## velero
* docker.io/bitnami/kubectl:1.31
Expand Down
6 changes: 3 additions & 3 deletions platform-apps/charts/velero-ui/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: vui
repository: https://seriohub.github.io/velero-helm/
version: 0.1.18
digest: sha256:8411fd9c52b4cd124770b33497a6c1b25d7220fb30027bda9eba0401671b5a5f
generated: "2025-01-01T13:50:00.843354226Z"
version: 0.1.19
digest: sha256:ef56d6e3fe5ad0f38c7996945020f9b5e28333f04ba969abf678d7429292b56c
generated: "2025-01-11T21:56:17.630970492Z"
2 changes: 1 addition & 1 deletion platform-apps/charts/velero-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ appVersion: "1.0.0"

dependencies:
- name: vui
version: 0.1.18
version: 0.1.19
repository: https://seriohub.github.io/velero-helm/
Original file line number Diff line number Diff line change
@@ -1,57 +1,6 @@

<h3>Target <code>docker.io/dserio83/velero-api:0.1.19 (debian 12.8)</code></h3>
<h4>Vulnerabilities (6)</h4>
<table>
<tr>
<th>Package</th>
<th>ID</th>
<th>Severity</th>
<th>Installed Version</th>
<th>Fixed Version</th>
</tr>
<tr>
<td><code>libpython3.11-minimal</code></td>
<td>CVE-2024-7592</td>
<td>HIGH</td>
<td>3.11.2-6+deb12u4</td>
<td>3.11.2-6+deb12u5</td>
</tr>
<tr>
<td><code>libpython3.11-stdlib</code></td>
<td>CVE-2024-7592</td>
<td>HIGH</td>
<td>3.11.2-6+deb12u4</td>
<td>3.11.2-6+deb12u5</td>
</tr>
<tr>
<td><code>python3-pkg-resources</code></td>
<td>CVE-2024-6345</td>
<td>HIGH</td>
<td>66.1.1-1</td>
<td>66.1.1-1+deb12u1</td>
</tr>
<tr>
<td><code>python3-setuptools</code></td>
<td>CVE-2024-6345</td>
<td>HIGH</td>
<td>66.1.1-1</td>
<td>66.1.1-1+deb12u1</td>
</tr>
<tr>
<td><code>python3.11</code></td>
<td>CVE-2024-7592</td>
<td>HIGH</td>
<td>3.11.2-6+deb12u4</td>
<td>3.11.2-6+deb12u5</td>
</tr>
<tr>
<td><code>python3.11-minimal</code></td>
<td>CVE-2024-7592</td>
<td>HIGH</td>
<td>3.11.2-6+deb12u4</td>
<td>3.11.2-6+deb12u5</td>
</tr>
</table>
<h3>Target <code>docker.io/dserio83/velero-api:0.1.20 (debian 12.8)</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>No Misconfigurations found</h4>
<h3>Target <code>Python</code></h3>
<h4>Vulnerabilities (3)</h4>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<h3>Target <code>docker.io/dserio83/velero-ui:0.1.18 (alpine 3.19.0)</code></h3>
<h3>Target <code>docker.io/dserio83/velero-ui:0.1.19 (alpine 3.19.0)</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>No Misconfigurations found</h4>
<h3>Target <code>Node.js</code></h3>
Expand Down
Loading