Skip to content
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
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = False

Expand Down
11 changes: 5 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# 🔒 Security Policy

Security Policy for **SMTP Relay Docker** repository includes all required compliance matrix and artifact mapping.
Security Policy for **CICD GitHub Scripts** repository includes all required compliance matrix and artifact mapping.

## 🧮 Supported Versions

We provide security updates for the following versions of our project:

| Version | Status | Secure |
| -------- | ----------- | ------ |
| 2023.x.x | End-of-life | No |
| 2024.7.x | End-of-life | Yes |
| 2024.8.x | Supported | Yes |
| Version | Status | Secure |
| ------- | ----------- | ------ |
| 1.0.0 | End-of-life | No |
| 1.0.1 | Supported | Yes |

## 🛡️ Security Practices

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scripts"
version = "1.0.0"
version = "1.0.1"
description = "CICD Core Scripts"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -12,7 +12,7 @@ python = "^3.12"
setuptools = "^75.2.0"
idna="^3.0"
certifi="^2024.8.30"
bump2version="^1.0.0"
bump2version="^1.0.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.0"
Expand Down