Skip to content

Commit

Permalink
chore: prepare for release 1.26.0 (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl authored Jan 14, 2025
1 parent d4c333f commit 4555216
Show file tree
Hide file tree
Showing 29 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan_sca_current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: 'v1.25.0'
ref: 'v1.26.0'
-
name: Run SCA vulnerability scanners
uses: MaibornWolff/secobserve_actions_templates/actions/vulnerability_scanner@a8344daa56598a80c2c80081974a0468dd29d086 # main
Expand Down
2 changes: 1 addition & 1 deletion backend/application/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.25.0"
__version__ = "1.26.0"

import pymysql

Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SecObserve"
version = "1.25.0"
version = "1.26.0"
description = "SecObserve is an open source vulnerability management system for software development and cloud environments."
license = "BSD-3-Clause"
authors = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
"component": {
"name": "SecObserve",
"version": "1.25.0",
"version": "1.26.0",
"description": "SecObserve is an open source vulnerability management system for software development and cloud environments.",
"type": "application",
"bom-ref": "pkg:pypi/secobserve@1.25.0",
"purl": "pkg:pypi/secobserve@1.25.0"
"bom-ref": "pkg:pypi/secobserve@1.26.0",
"purl": "pkg:pypi/secobserve@1.26.0"
},
"properties": [
{
Expand Down Expand Up @@ -2786,7 +2786,7 @@
],
"dependencies": [
{
"ref": "pkg:pypi/secobserve@1.25.0",
"ref": "pkg:pypi/secobserve@1.26.0",
"dependsOn": [
"pkg:pypi/[email protected]",
"pkg:pypi/[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
"component": {
"name": "SecObserve",
"version": "1.25.0",
"version": "1.26.0",
"description": "SecObserve is an open source vulnerability management system for software development and cloud environments.",
"type": "application",
"bom-ref": "pkg:pypi/secobserve@1.25.0",
"purl": "pkg:pypi/secobserve@1.25.0"
"bom-ref": "pkg:pypi/secobserve@1.26.0",
"purl": "pkg:pypi/secobserve@1.26.0"
},
"properties": [
{
Expand Down Expand Up @@ -2789,7 +2789,7 @@
],
"dependencies": [
{
"ref": "pkg:pypi/secobserve@1.25.0",
"ref": "pkg:pypi/secobserve@1.26.0",
"dependsOn": [
"pkg:pypi/[email protected]",
"pkg:pypi/[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def _file_upload_licenses(
)
self.assertEqual(license_components[1].component_purl_type, "pypi")
self.assertEqual(license_components[1].component_cpe, "")
dependencies = """SecObserve:1.25.0 --> argon2-cffi:23.1.0
dependencies = """SecObserve:1.26.0 --> argon2-cffi:23.1.0
argon2-cffi:23.1.0 --> argon2-cffi-bindings:21.2.0"""
self.assertEqual(license_components[1].component_dependencies, dependencies)
self.assertEqual(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "CSAF_2020_0001_0001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "CSAF_2020_0001_0002",
Expand Down
2 changes: 1 addition & 1 deletion backend/unittests/vex/api/files/csaf_product_branches.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "CSAF_2020_0001_0001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "CSAF_2020_0001_0001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "CSAF_2020_0001_0001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "CSAF_2020_0001_0002",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
}
],
"timestamp": "2020-01-01T04:30:00+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
}
],
"timestamp": "2020-01-01T04:30:00+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
}
],
"timestamp": "2020-01-01T04:30:00+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
],
"timestamp": "2020-01-01T04:30:00+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
}
],
"timestamp": "2020-01-01T04:30:00+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
}
],
"timestamp": "2020-01-01T04:30:00+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "so_2020_0001_0001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"generator": {
"engine": {
"name": "SecObserve",
"version": "1.25.0"
"version": "1.26.0"
}
},
"id": "so_2020_0001_0001",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,6 @@
}
],
"timestamp": "2024-07-14T11:17:57.668593+00:00",
"tooling": "SecObserve / 1.25.0",
"tooling": "SecObserve / 1.26.0",
"version": 1
}
4 changes: 2 additions & 2 deletions docker-compose-prod-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- traefik

frontend:
image: maibornwolff/secobserve-frontend:1.25.0
image: maibornwolff/secobserve-frontend:1.26.0
container_name: "prod_secobserve_frontend"
labels:
- "traefik.enable=true"
Expand All @@ -54,7 +54,7 @@ services:
- traefik

backend:
image: maibornwolff/secobserve-backend:1.25.0
image: maibornwolff/secobserve-backend:1.26.0
container_name: "prod_secobserve_backend"
labels:
- "traefik.enable=true"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-prod-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- traefik

frontend:
image: maibornwolff/secobserve-frontend:1.25.0
image: maibornwolff/secobserve-frontend:1.26.0
container_name: "prod_secobserve_frontend"
labels:
- "traefik.enable=true"
Expand All @@ -54,7 +54,7 @@ services:
- traefik

backend:
image: maibornwolff/secobserve-backend:1.25.0
image: maibornwolff/secobserve-backend:1.26.0
container_name: "prod_secobserve_backend"
labels:
- "traefik.enable=true"
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- default

frontend:
image: maibornwolff/secobserve-frontend:1.25.0
image: maibornwolff/secobserve-frontend:1.26.0
labels:
- "traefik.enable=true"
- "traefik.http.routers.frontend.rule=Host(`secobserve.localhost`)"
Expand All @@ -62,7 +62,7 @@ services:
- traefik

backend:
image: maibornwolff/secobserve-backend:1.25.0
image: maibornwolff/secobserve-backend:1.26.0
labels:
- "traefik.enable=true"
- "traefik.http.routers.backend.rule=Host(`secobserve-backend.localhost`)"
Expand Down
4 changes: 2 additions & 2 deletions end_to_end_tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion end_to_end_tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "end_to_end_tests",
"version": "1.25.0",
"version": "1.26.0",
"private": true,
"description": "",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secobserve",
"version": "1.25.0",
"version": "1.26.0",
"license": "BSD-3-Clause",
"description": "SecObserve is an open source vulnerability management system for software development and cloud environments.",
"private": true,
Expand Down
12 changes: 6 additions & 6 deletions so_configuration_sca_current.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
trivy_image_backend_current:
SCANNER: trivy_image
TARGET: "maibornwolff/secobserve-backend:1.25.0"
TARGET: "maibornwolff/secobserve-backend:1.26.0"
FURTHER_PARAMETERS: "--pkg-types os --db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_backend_image.json"
SO_ORIGIN_SERVICE: "backend"
SO_BRANCH_NAME: "1.25.0"
SO_BRANCH_NAME: "1.26.0"

trivy_image_frontend_current:
SCANNER: trivy_image
TARGET: "maibornwolff/secobserve-frontend:1.25.0"
TARGET: "maibornwolff/secobserve-frontend:1.26.0"
FURTHER_PARAMETERS: "--pkg-types os --db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_frontend_image.json"
SO_ORIGIN_SERVICE: "frontend"
SO_BRANCH_NAME: "1.25.0"
SO_BRANCH_NAME: "1.26.0"

trivy_filesystem_backend_current:
SCANNER: trivy_filesystem
Expand All @@ -21,7 +21,7 @@ trivy_filesystem_backend_current:
FURTHER_PARAMETERS: "--db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_backend_poetry.json"
SO_ORIGIN_SERVICE: "backend"
SO_BRANCH_NAME: "1.25.0"
SO_BRANCH_NAME: "1.26.0"

trivy_filesystem_frontend_current:
SCANNER: trivy_filesystem
Expand All @@ -30,7 +30,7 @@ trivy_filesystem_frontend_current:
FURTHER_PARAMETERS: "--db-repository public.ecr.aws/aquasecurity/trivy-db:2"
REPORT_NAME: "trivy_frontend_npm.json"
SO_ORIGIN_SERVICE: "frontend"
SO_BRANCH_NAME: "1.25.0"
SO_BRANCH_NAME: "1.26.0"

importer:
SO_UPLOAD: "true"
Expand Down

0 comments on commit 4555216

Please sign in to comment.