Skip to content

Commit 1e3840c

Browse files
1.2.3: Fix critical CVE (#648)
* Added CHANGELOG.md * Fixed CVE * merge master --------- Signed-off-by: Laurent Rochette <laurent.rochette@codefresh.io> Co-authored-by: mikhail-klimko <mikhail.klimko@codefresh.io>
1 parent e755cad commit 1e3840c

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

incubating/service-now/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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)

incubating/service-now/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.8-slim-bullseye
1+
FROM python:3.11.5-slim-bookworm
22
RUN pip3 install requests
33

44
COPY lib/snow.py /snow/snow.py

incubating/service-now/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: service-now
5-
version: 1.2.2
5+
version: 1.2.3
66
isPublic: true
77
description: Integration with ServiceNow Change Management
88
sources:
@@ -86,7 +86,7 @@ spec:
8686
},
8787
"SN_IMAGE_VERSION": {
8888
"type": "string",
89-
"default": "1.2.2",
89+
"default": "1.2.3",
9090
"description": "Version of the ServiceNow image to use, Docker image tag."
9191
},
9292
"SN_INSTANCE": {

0 commit comments

Comments
 (0)