Skip to content

Commit c004785

Browse files
authored
chore: Bump minor dev version (#85)
1 parent 512afae commit c004785

File tree

10 files changed

+15
-64
lines changed

10 files changed

+15
-64
lines changed

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
prefix_tag_separator: "/"
8989
project_folder: ${{ matrix.project_folder }}
9090
trivy_image_skip: "postgres:16.4"
91+
trivy_config_path: '${{ matrix.project_folder }}/trivy.yaml'
9192
secrets: inherit
9293
pre-merge-os-profiles:
9394
needs: pre-checks

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ venv*
1515
ci/
1616
clamav*
1717
trivy*
18+
!trivy.yaml
1819

1920
# Go workspace file
2021
go.work

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.33.2-dev
1+
1.34.0-dev

bulk-import-tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.4-dev
1+
1.6.0-dev

exporters-inventory/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.2
1+
1.19.0-dev

inventory/.trivyignore

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,5 @@
11
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# CVE-2023-45288 is caused by older golang.org/x/net.
5-
# This CVE has already been fixed in the mainline, but is not released yet:
6-
# https://github.com/ariga/atlas/pull/2694
7-
# Anyway, golang.org/x/net is imported indirectly by atlas and atlas do not have any HTTP server active,
8-
# see https://github.com/ariga/atlas/issues/1435#issuecomment-1418984184
9-
# TODO: upgrade to newest atlas and remove this CVE ignore, once the latest atlas is released.
10-
CVE-2023-45288
11-
12-
# PostgreSQL CVEs
13-
CVE-2023-45853
14-
CVE-2023-7104
15-
CVE-2023-6780
16-
17-
# New ones - lowered security targets
18-
# Postgres HIGH
19-
CVE-2023-27561
20-
CVE-2024-21626
21-
CVE-2024-28085
22-
CVE-2023-47038
23-
CVE-2023-31484
24-
CVE-2024-2961
25-
CVE-2023-6779
26-
CVE-2023-6246
27-
CVE-2024-25062
28-
CVE-2023-50868
29-
CVE-2023-50387
30-
CVE-2023-2953
31-
CVE-2024-26462
32-
CVE-2024-0567
33-
CVE-2024-0553
34-
CVE-2024-33599
35-
CVE-2023-7104
36-
37-
# Postgres MEDIUM
38-
CVE-2022-29162
39-
CVE-2023-28642
40-
CVE-2023-4641
41-
CVE-2024-0727
42-
CVE-2023-6237
43-
CVE-2023-6129
44-
CVE-2023-5678
45-
CVE-2023-50495
46-
CVE-2023-45322
47-
CVE-2023-39615
48-
CVE-2023-7008
49-
CVE-2023-4039
50-
CVE-2024-0232
51-
CVE-2024-22365
52-
CVE-2024-31852
53-
CVE-2024-26461
54-
CVE-2024-26458
55-
CVE-2024-28835
56-
CVE-2024-28834
57-
CVE-2023-5981
58-
CVE-2024-2236
59-
CVE-2024-33600
60-
CVE-2024-33601
61-
CVE-2024-33602
4+
# This is for Atlas binary, which is not yet released with a fix for this.
5+
CVE-2025-22869

inventory/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.3-dev
1+
2.24.0-dev

inventory/trivy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
ignorefile: inventory/.trivyignore

os-profiles/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1-dev
1+
0.4.0-dev

tenant-controller/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.2-dev
1+
0.18.0-dev

0 commit comments

Comments
 (0)