File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.0
2
+ current_version = 1.0.1
3
3
commit = True
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 1
1
# 🔒 Security Policy
2
2
3
- Security Policy for ** SMTP Relay Docker ** repository includes all required compliance matrix and artifact mapping.
3
+ Security Policy for ** CICD GitHub Scripts ** repository includes all required compliance matrix and artifact mapping.
4
4
5
5
## 🧮 Supported Versions
6
6
7
7
We provide security updates for the following versions of our project:
8
8
9
- | Version | Status | Secure |
10
- | -------- | ----------- | ------ |
11
- | 2023.x.x | End-of-life | No |
12
- | 2024.7.x | End-of-life | Yes |
13
- | 2024.8.x | Supported | Yes |
9
+ | Version | Status | Secure |
10
+ | ------- | ----------- | ------ |
11
+ | 1.0.0 | End-of-life | No |
12
+ | 1.0.1 | Supported | Yes |
14
13
15
14
## 🛡️ Security Practices
16
15
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scripts"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
description = " CICD Core Scripts"
5
5
authors = [
" B <[email protected] >" ]
6
6
license = " Apache 2.0"
@@ -12,7 +12,7 @@ python = "^3.12"
12
12
setuptools = " ^75.2.0"
13
13
idna =" ^3.0"
14
14
certifi =" ^2024.8.30"
15
- bump2version =" ^1.0.0 "
15
+ bump2version =" ^1.0.1 "
16
16
17
17
[tool .poetry .group .dev .dependencies ]
18
18
pre-commit = " ^4.0.0"
You can’t perform that action at this time.
0 commit comments