File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
312## [ 1.2.4] - 2023-09-21
413### Changed
514- 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
22RUN pip3 install requests
33
44COPY lib/snow.py /snow/snow.py
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: step-type
22version : ' 1.0'
33metadata :
44 name : service-now
5- version : 1.2.4
5+ version : 1.2.5
66 isPublic : true
77 description : Integration with ServiceNow Change Management
88 sources :
8686 },
8787 "SN_IMAGE_VERSION": {
8888 "type": "string",
89- "default": "1.2.4 ",
89+ "default": "1.2.5 ",
9090 "description": "Version of the ServiceNow image to use, Docker image tag."
9191 },
9292 "SN_INSTANCE": {
You can’t perform that action at this time.
0 commit comments