Skip to content

Commit d725f49

Browse files
dependabot[bot]Mateus Oliveira
andauthored
⬆ Bump cryptography from 40.0.2 to 41.0.3 (#1040)
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 08e1332 commit d725f49

19 files changed

Lines changed: 118 additions & 229 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.2
17+
version: 2.0.11-rc.3

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.2
5-
digest: sha256:fb957f31cc9f29bc716d02de8862d2a82d92ef5a6c233343ffa08d05b9c5c229
6-
generated: "2023-08-14T15:32:22.620109917+02:00"
4+
version: 2.0.11-rc.3
5+
digest: sha256:936ea66388c27561b7e1a6b7a02c4230bc837e1e8fe21ee5454dbf77fded05d0
6+
generated: "2023-08-16T11:07:07.116325909-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.2
17+
version: 2.0.11-rc.3
1818

1919
dependencies:
2020
- name: exporters
21-
version: 2.0.11-rc.2
21+
version: 2.0.11-rc.3
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.2
17+
version: 2.0.11-rc.3

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.2" }}
70+
value: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.3" }}
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.2" }}
26+
name: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.3" }}
2727
# .image_name
2828
{{- end }}
2929
name: {{ .image_tag | default "stable" }}

exporters/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cfgv==3.3.1 ; python_version >= "3.9" and python_version < "4.0" \
4444
click==8.1.3 ; python_version >= "3.9" and python_version < "4.0" \
4545
--hash=sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e \
4646
--hash=sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48
47-
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" \
47+
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32") \
4848
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
4949
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
5050
coverage[toml]==7.2.5 ; python_version >= "3.9" and python_version < "4.0" \
@@ -311,7 +311,7 @@ snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "4.0" \
311311
toml==0.10.2 ; python_version >= "3.9" and python_version < "4.0" \
312312
--hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b \
313313
--hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
314-
tomli==2.0.1 ; python_version >= "3.9" and python_full_version <= "3.11.0a6" \
314+
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11" \
315315
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
316316
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
317317
tomlkit==0.11.8 ; python_version >= "3.9" and python_version < "4.0" \

exporters/requirements.txt

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -165,26 +165,30 @@ click==8.1.3 ; python_version >= "3.9" and python_version < "4.0" \
165165
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" \
166166
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
167167
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
168-
cryptography==40.0.2 ; python_version >= "3.9" and python_version < "4.0" \
169-
--hash=sha256:05dc219433b14046c476f6f09d7636b92a1c3e5808b9a6536adf4932b3b2c440 \
170-
--hash=sha256:0dcca15d3a19a66e63662dc8d30f8036b07be851a8680eda92d079868f106288 \
171-
--hash=sha256:142bae539ef28a1c76794cca7f49729e7c54423f615cfd9b0b1fa90ebe53244b \
172-
--hash=sha256:3daf9b114213f8ba460b829a02896789751626a2a4e7a43a28ee77c04b5e4958 \
173-
--hash=sha256:48f388d0d153350f378c7f7b41497a54ff1513c816bcbbcafe5b829e59b9ce5b \
174-
--hash=sha256:4df2af28d7bedc84fe45bd49bc35d710aede676e2a4cb7fc6d103a2adc8afe4d \
175-
--hash=sha256:4f01c9863da784558165f5d4d916093737a75203a5c5286fde60e503e4276c7a \
176-
--hash=sha256:7a38250f433cd41df7fcb763caa3ee9362777fdb4dc642b9a349721d2bf47404 \
177-
--hash=sha256:8f79b5ff5ad9d3218afb1e7e20ea74da5f76943ee5edb7f76e56ec5161ec782b \
178-
--hash=sha256:956ba8701b4ffe91ba59665ed170a2ebbdc6fc0e40de5f6059195d9f2b33ca0e \
179-
--hash=sha256:a04386fb7bc85fab9cd51b6308633a3c271e3d0d3eae917eebab2fac6219b6d2 \
180-
--hash=sha256:a95f4802d49faa6a674242e25bfeea6fc2acd915b5e5e29ac90a32b1139cae1c \
181-
--hash=sha256:adc0d980fd2760c9e5de537c28935cc32b9353baaf28e0814df417619c6c8c3b \
182-
--hash=sha256:aecbb1592b0188e030cb01f82d12556cf72e218280f621deed7d806afd2113f9 \
183-
--hash=sha256:b12794f01d4cacfbd3177b9042198f3af1c856eedd0a98f10f141385c809a14b \
184-
--hash=sha256:c0764e72b36a3dc065c155e5b22f93df465da9c39af65516fe04ed3c68c92636 \
185-
--hash=sha256:c33c0d32b8594fa647d2e01dbccc303478e16fdd7cf98652d5b3ed11aa5e5c99 \
186-
--hash=sha256:cbaba590180cba88cb99a5f76f90808a624f18b169b90a4abb40c1fd8c19420e \
187-
--hash=sha256:d5a1bd0e9e2031465761dfa920c16b0065ad77321d8a8c1f5ee331021fda65e9
168+
cryptography==41.0.3 ; python_version >= "3.9" and python_version < "4.0" \
169+
--hash=sha256:0d09fb5356f975974dbcb595ad2d178305e5050656affb7890a1583f5e02a306 \
170+
--hash=sha256:23c2d778cf829f7d0ae180600b17e9fceea3c2ef8b31a99e3c694cbbf3a24b84 \
171+
--hash=sha256:3fb248989b6363906827284cd20cca63bb1a757e0a2864d4c1682a985e3dca47 \
172+
--hash=sha256:41d7aa7cdfded09b3d73a47f429c298e80796c8e825ddfadc84c8a7f12df212d \
173+
--hash=sha256:42cb413e01a5d36da9929baa9d70ca90d90b969269e5a12d39c1e0d475010116 \
174+
--hash=sha256:4c2f0d35703d61002a2bbdcf15548ebb701cfdd83cdc12471d2bae80878a4207 \
175+
--hash=sha256:4fd871184321100fb400d759ad0cddddf284c4b696568204d281c902fc7b0d81 \
176+
--hash=sha256:5259cb659aa43005eb55a0e4ff2c825ca111a0da1814202c64d28a985d33b087 \
177+
--hash=sha256:57a51b89f954f216a81c9d057bf1a24e2f36e764a1ca9a501a6964eb4a6800dd \
178+
--hash=sha256:652627a055cb52a84f8c448185922241dd5217443ca194d5739b44612c5e6507 \
179+
--hash=sha256:67e120e9a577c64fe1f611e53b30b3e69744e5910ff3b6e97e935aeb96005858 \
180+
--hash=sha256:6af1c6387c531cd364b72c28daa29232162010d952ceb7e5ca8e2827526aceae \
181+
--hash=sha256:6d192741113ef5e30d89dcb5b956ef4e1578f304708701b8b73d38e3e1461f34 \
182+
--hash=sha256:7efe8041897fe7a50863e51b77789b657a133c75c3b094e51b5e4b5cec7bf906 \
183+
--hash=sha256:84537453d57f55a50a5b6835622ee405816999a7113267739a1b4581f83535bd \
184+
--hash=sha256:8f09daa483aedea50d249ef98ed500569841d6498aa9c9f4b0531b9964658922 \
185+
--hash=sha256:95dd7f261bb76948b52a5330ba5202b91a26fbac13ad0e9fc8a3ac04752058c7 \
186+
--hash=sha256:a74fbcdb2a0d46fe00504f571a2a540532f4c188e6ccf26f1f178480117b33c4 \
187+
--hash=sha256:a983e441a00a9d57a4d7c91b3116a37ae602907a7618b882c8013b5762e80574 \
188+
--hash=sha256:ab8de0d091acbf778f74286f4989cf3d1528336af1b59f3e5d2ebca8b5fe49e1 \
189+
--hash=sha256:aeb57c421b34af8f9fe830e1955bf493a86a7996cc1338fe41b30047d16e962c \
190+
--hash=sha256:ce785cf81a7bdade534297ef9e490ddff800d956625020ab2ec2780a556c313e \
191+
--hash=sha256:d0d651aa754ef58d75cec6edfbd21259d93810b73f6ec246436a21b7841908de
188192
decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" \
189193
--hash=sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330 \
190194
--hash=sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186

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.2
6+
VERSION ?= 0.0.8-rc.3
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")

pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ metadata:
4949
capabilities: Basic Install
5050
categories: |
5151
Modernization & Migration,Developer Tools,Monitoring,Integration & Delivery
52-
containerImage: quay.io/pelorus/pelorus-operator:0.0.8-rc.2
53-
createdAt: "2023-08-14T14:36:38Z"
52+
containerImage: quay.io/pelorus/pelorus-operator:0.0.8-rc.3
53+
createdAt: "2023-08-16T14:07:11Z"
5454
description: |
5555
Tool that helps IT organizations measure their impact on the overall performance of their organization
5656
operatorframework.io/suggested-namespace: pelorus
5757
operators.operatorframework.io/builder: operator-sdk-v1.28.1
5858
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
5959
repository: https://github.com/dora-metrics/pelorus/
6060
support: Pelorus Community
61-
name: pelorus-operator.v0.0.8-rc.2
61+
name: pelorus-operator.v0.0.8-rc.3
6262
namespace: placeholder
6363
spec:
6464
apiservicedefinitions: {}
@@ -210,22 +210,6 @@ spec:
210210
- clusterroles
211211
verbs:
212212
- '*'
213-
- apiGroups:
214-
- ""
215-
resources:
216-
- configmaps
217-
- secrets
218-
- serviceaccounts
219-
- services
220-
verbs:
221-
- '*'
222-
- apiGroups:
223-
- rbac.authorization.k8s.io
224-
resources:
225-
- rolebindings
226-
- roles
227-
verbs:
228-
- '*'
229213
- apiGroups:
230214
- apps.openshift.io
231215
resources:
@@ -260,6 +244,22 @@ spec:
260244
- routes
261245
verbs:
262246
- '*'
247+
- apiGroups:
248+
- ""
249+
resources:
250+
- configmaps
251+
- secrets
252+
- serviceaccounts
253+
- services
254+
verbs:
255+
- '*'
256+
- apiGroups:
257+
- rbac.authorization.k8s.io
258+
resources:
259+
- rolebindings
260+
- roles
261+
verbs:
262+
- '*'
263263
- apiGroups:
264264
- operators.coreos.com
265265
resources:
@@ -409,7 +409,7 @@ spec:
409409
- --metrics-bind-address=127.0.0.1:8080
410410
- --leader-elect
411411
- --leader-election-id=pelorus-operator
412-
image: quay.io/pelorus/pelorus-operator:0.0.8-rc.2
412+
image: quay.io/pelorus/pelorus-operator:0.0.8-rc.3
413413
livenessProbe:
414414
httpGet:
415415
path: /healthz
@@ -511,7 +511,7 @@ spec:
511511
provider:
512512
name: Red Hat
513513
url: https://redhat.com
514-
version: 0.0.8-rc.2
514+
version: 0.0.8-rc.3
515515
replaces: pelorus-operator.v0.0.7
516516
skips:
517517
- pelorus-operator.v0.0.7

0 commit comments

Comments
 (0)