File tree Expand file tree Collapse file tree 4 files changed +36
-4
lines changed
incubating/argocd-app-status Expand file tree Collapse file tree 4 files changed +36
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ ## [ 1.1.2] - 2023-09-18
3
+ ### Changed
4
+
5
+ ### Fixed
6
+ - PYSEC-2023-135 - upgrade Python module certifi to 2023.7.22
7
+ - CVE-2019 -8457 - upgrade base image to python:3.11.5-slim-bookworm
8
+
9
+ ## [ 1.1.1] - 2023-06-03
10
+ ### Changed
11
+ - Upgrade pythpn version to 3.11.3
12
+
13
+ ### Fixed
14
+ - Link for application
15
+ - Misspellings
16
+
17
+ ## [ 1.1.0] - 2023-06-01
18
+ ### Changed
19
+ - Adding document on LOG_LEVEL and fault to error
20
+ - Adding return parameters
21
+ - Remove env_vars_to_export, file created for testing
22
+ - Enumerate sync status
23
+ - simplify query
24
+ - updating version to reduce vulnerabilities
25
+ - updating base image
26
+ - increasing requests version to 2.31.0 to solve CVSS 6.1
27
+ ### Fixed
28
+
29
+
30
+ ## [ 1.0.1] - 2023-05-31
31
+ - Original version
32
+ - Adding debug ifo
Original file line number Diff line number Diff line change 1
- FROM python:3.11.3 -slim-buster
1
+ FROM python:3.11.5 -slim-bookworm
2
2
WORKDIR /app
3
3
COPY requirements.txt requirements.txt
4
4
RUN pip3 install -r requirements.txt
Original file line number Diff line number Diff line change 1
1
backoff == 2.2.1
2
- certifi == 2023.5.7
2
+ certifi == 2023.7.22
3
3
charset-normalizer == 3.1.0
4
4
docopt == 0.6.2
5
5
gql == 3.4.0
Original file line number Diff line number Diff line change 1
1
kind : step-type
2
2
metadata :
3
3
name : argocd-app-status
4
- version : 1.1.1
4
+ version : 1.1.2
5
5
isPublic : true
6
6
description : Get Argo CD App status and return its sybc and health status
7
7
sources :
61
61
},
62
62
"IMAGE_TAG": {
63
63
"type": "string",
64
- "default": "1.1.1 ",
64
+ "default": "1.1.2 ",
65
65
"description": "OPTIONAL - To overwrite the tag to use"
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments