Skip to content

Commit 9eef958

Browse files
dependabot[bot]Mateus Oliveira
andauthored
⬆ Bump certifi from 2022.12.7 to 2023.7.22 (#1038)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateus Oliveira <msouzaol@redhat.com>
1 parent d725f49 commit 9eef958

20 files changed

Lines changed: 81 additions & 81 deletions

File tree

charts/operators/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 2.0.11-rc.3
17+
version: 2.0.11-rc.4

charts/pelorus/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: exporters
33
repository: file://./charts/exporters
4-
version: 2.0.11-rc.3
5-
digest: sha256:936ea66388c27561b7e1a6b7a02c4230bc837e1e8fe21ee5454dbf77fded05d0
6-
generated: "2023-08-16T11:07:07.116325909-03:00"
4+
version: 2.0.11-rc.4
5+
digest: sha256:900316cd09a827cc056e461548d390e956f445e337a3a6da9332a7f104fb8855
6+
generated: "2023-08-16T14:46:06.496158126-03:00"

charts/pelorus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 2.0.11-rc.3
17+
version: 2.0.11-rc.4
1818

1919
dependencies:
2020
- name: exporters
21-
version: 2.0.11-rc.3
21+
version: 2.0.11-rc.4
2222
repository: file://./charts/exporters

charts/pelorus/charts/exporters/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 2.0.11-rc.3
17+
version: 2.0.11-rc.4

charts/pelorus/charts/exporters/templates/_deploymentconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
value: {{ .image_name }}:{{ .image_tag | default "latest" }}
6868
{{- end }}
6969
{{- else }}
70-
value: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.3" }}
70+
value: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.4" }}
7171
{{- end }}
7272
{{- end }}
7373

charts/pelorus/charts/exporters/templates/_imagestream_from_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
name: {{ .image_name }}:{{ .image_tag | default "latest" }}
2424
{{- end }}
2525
{{- else }}
26-
name: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.3" }}
26+
name: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.4" }}
2727
# .image_name
2828
{{- end }}
2929
name: {{ .image_tag | default "stable" }}

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cairocffi==1.5.1 ; python_version >= "3.9" and python_version < "4.0" \
33
cairosvg==2.7.0 ; python_version >= "3.9" and python_version < "4.0" \
44
--hash=sha256:17cb96423a896258848322a95c80160e714a58f1af3dd73b8e1750994519b9f9 \
55
--hash=sha256:ac4dc7c1d38b3a15717db2633a3a383012e0be664c727c911637e6af6a49293c
6-
certifi==2022.12.7 ; python_version >= "3.9" and python_version < "4.0" \
7-
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
8-
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
6+
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0" \
7+
--hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \
8+
--hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
99
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0" \
1010
--hash=sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5 \
1111
--hash=sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef \

exporters/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ black==23.3.0 ; python_version >= "3.9" and python_version < "4.0" \
3535
--hash=sha256:e198cf27888ad6f4ff331ca1c48ffc038848ea9f031a3b40ba36aced7e22f2c8 \
3636
--hash=sha256:ec751418022185b0c1bb7d7736e6933d40bbb14c14a0abcf9123d1b159f98dd4 \
3737
--hash=sha256:f0bd2f4a58d6666500542b26354978218a9babcdc972722f4bf90779524515f3
38-
certifi==2022.12.7 ; python_version >= "3.9" and python_version < "4.0" \
39-
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
40-
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
38+
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0" \
39+
--hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \
40+
--hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
4141
cfgv==3.3.1 ; python_version >= "3.9" and python_version < "4.0" \
4242
--hash=sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426 \
4343
--hash=sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736

exporters/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ azure-devops==6.0.0b4 ; python_version >= "3.9" and python_version < "4.0" \
1515
cachetools==5.3.0 ; python_version >= "3.9" and python_version < "4.0" \
1616
--hash=sha256:13dfddc7b8df938c21a940dfa6557ce6e94a2f1cdfa58eb90c805721d58f2c14 \
1717
--hash=sha256:429e1a1e845c008ea6c85aa35d4b98b65d6a9763eeef3e37e92728a12d1de9d4
18-
certifi==2022.12.7 ; python_version >= "3.9" and python_version < "4.0" \
19-
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
20-
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
18+
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "4.0" \
19+
--hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \
20+
--hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
2121
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0" \
2222
--hash=sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5 \
2323
--hash=sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef \

pelorus-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.0.8-rc.3
6+
VERSION ?= 0.0.8-rc.4
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

0 commit comments

Comments
 (0)