File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ ## [ 1.2.3] - 2023-09-20
3
+ ### Changed
4
+
5
+ ### Fixed
6
+ - CVE-2021 -46848 - upgrade base image to python:3.11.5-slim-bookworm
7
+
8
+ ## [ 1.2.2] - 2022-12-02
9
+ ### Changed
10
+ - Change image to debian
11
+ ### Fixed
12
+
13
+ ## [ 1.2.1] - 2022-11-12
14
+ ### Changed
15
+ - New icon
16
+ ### Fixed
17
+
18
+ ## [ 1.2.0] - 2022-11-09
19
+ ### Changed
20
+ - Added IMAGE and VERSION parameters
21
+
22
+ ### Fixed
23
+ - Link
24
+
25
+ ## [ 1.1.0] - 2021-10-14
26
+ ### Changed
27
+ - New action to close a CR
28
+ - New action to update a CR
29
+ - New link pointing to the CR created
30
+ - New example
31
+
32
+ ### Fixed
33
+ - renamed parameters for consistency (breaking change)
Original file line number Diff line number Diff line change 1
- FROM python:3.10.8 -slim-bullseye
1
+ FROM python:3.11.5 -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.2
5
+ version : 1.2.3
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.2 ",
89
+ "default": "1.2.3 ",
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