File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.5] - 2025-01-02
4
+
5
+ ### Fixed
6
+ - CVE-2023 -4911 - upgrade glibc
7
+ - CVE-2023 -6246 - upgrade glibc
8
+ - CVE-2024 -45492 - Upgrade expat/libexpat1
9
+ - CVE-2024 -45491 - Upgrade expat/libexpat1
10
+ - CVE-2024 -37371 - Upgrade krb5
11
+
3
12
## [ 1.2.4] - 2023-09-21
4
13
### Changed
5
14
- Change logging mechanism
Original file line number Diff line number Diff line change 1
- FROM python:3.11.5 -slim-bookworm
1
+ FROM python:3.13.1 -slim-bookworm
2
2
RUN pip3 install requests
3
3
4
4
COPY lib/snow.py /snow/snow.py
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: step-type
2
2
version : ' 1.0'
3
3
metadata :
4
4
name : service-now
5
- version : 1.2.4
5
+ version : 1.2.5
6
6
isPublic : true
7
7
description : Integration with ServiceNow Change Management
8
8
sources :
86
86
},
87
87
"SN_IMAGE_VERSION": {
88
88
"type": "string",
89
- "default": "1.2.4 ",
89
+ "default": "1.2.5 ",
90
90
"description": "Version of the ServiceNow image to use, Docker image tag."
91
91
},
92
92
"SN_INSTANCE": {
You can’t perform that action at this time.
0 commit comments