Skip to content

Commit 55f1d5d

Browse files
dependabot[bot]Mateus Oliveira
andauthored
⬆ Bump cryptography from 41.0.3 to 41.0.4 (#1068)
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 9a1ca53 commit 55f1d5d

19 files changed

Lines changed: 93 additions & 93 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.12-rc.1
17+
version: 2.0.12-rc.2

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.12-rc.1
5-
digest: sha256:138eedeac8258862c9a4d47987e17cd46f6a77ae620f8151eb7f3e783fb6a702
6-
generated: "2023-08-28T13:16:06.613566112-04:00"
4+
version: 2.0.12-rc.2
5+
digest: sha256:88a122b606a1b03a63bd0afaf2381b9493aff6fbdb5a97c746216f70db5486db
6+
generated: "2023-09-22T08:45:22.2856204-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.12-rc.1
17+
version: 2.0.12-rc.2
1818

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

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

exporters/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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_version < "3.11" \
314+
tomli==2.0.1 ; python_version >= "3.9" and python_full_version <= "3.11.0a6" \
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 & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -165,30 +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==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
168+
cryptography==41.0.4 ; python_version >= "3.9" and python_version < "4.0" \
169+
--hash=sha256:004b6ccc95943f6a9ad3142cfabcc769d7ee38a3f60fb0dddbfb431f818c3a67 \
170+
--hash=sha256:047c4603aeb4bbd8db2756e38f5b8bd7e94318c047cfe4efeb5d715e08b49311 \
171+
--hash=sha256:0d9409894f495d465fe6fda92cb70e8323e9648af912d5b9141d616df40a87b8 \
172+
--hash=sha256:23a25c09dfd0d9f28da2352503b23e086f8e78096b9fd585d1d14eca01613e13 \
173+
--hash=sha256:2ed09183922d66c4ec5fdaa59b4d14e105c084dd0febd27452de8f6f74704143 \
174+
--hash=sha256:35c00f637cd0b9d5b6c6bd11b6c3359194a8eba9c46d4e875a3660e3b400005f \
175+
--hash=sha256:37480760ae08065437e6573d14be973112c9e6dcaf5f11d00147ee74f37a3829 \
176+
--hash=sha256:3b224890962a2d7b57cf5eeb16ccaafba6083f7b811829f00476309bce2fe0fd \
177+
--hash=sha256:5a0f09cefded00e648a127048119f77bc2b2ec61e736660b5789e638f43cc397 \
178+
--hash=sha256:5b72205a360f3b6176485a333256b9bcd48700fc755fef51c8e7e67c4b63e3ac \
179+
--hash=sha256:7e53db173370dea832190870e975a1e09c86a879b613948f09eb49324218c14d \
180+
--hash=sha256:7febc3094125fc126a7f6fb1f420d0da639f3f32cb15c8ff0dc3997c4549f51a \
181+
--hash=sha256:80907d3faa55dc5434a16579952ac6da800935cd98d14dbd62f6f042c7f5e839 \
182+
--hash=sha256:86defa8d248c3fa029da68ce61fe735432b047e32179883bdb1e79ed9bb8195e \
183+
--hash=sha256:8ac4f9ead4bbd0bc8ab2d318f97d85147167a488be0e08814a37eb2f439d5cf6 \
184+
--hash=sha256:93530900d14c37a46ce3d6c9e6fd35dbe5f5601bf6b3a5c325c7bffc030344d9 \
185+
--hash=sha256:9eeb77214afae972a00dee47382d2591abe77bdae166bda672fb1e24702a3860 \
186+
--hash=sha256:b5f4dfe950ff0479f1f00eda09c18798d4f49b98f4e2006d644b3301682ebdca \
187+
--hash=sha256:c3391bd8e6de35f6f1140e50aaeb3e2b3d6a9012536ca23ab0d9c35ec18c8a91 \
188+
--hash=sha256:c880eba5175f4307129784eca96f4e70b88e57aa3f680aeba3bab0e980b0f37d \
189+
--hash=sha256:cecfefa17042941f94ab54f769c8ce0fe14beff2694e9ac684176a2535bf9714 \
190+
--hash=sha256:e40211b4923ba5a6dc9769eab704bdb3fbb58d56c5b336d30996c24fcf12aadb \
191+
--hash=sha256:efc8ad4e6fc4f1752ebfb58aefece8b4e3c4cae940b0994d43649bdfce8d0d4f
192192
decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" \
193193
--hash=sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330 \
194194
--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.9-rc.1
6+
VERSION ?= 0.0.9-rc.2
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: 14 additions & 14 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.9-rc.1
53-
createdAt: "2023-08-28T17:16:10Z"
52+
containerImage: quay.io/pelorus/pelorus-operator:0.0.9-rc.2
53+
createdAt: "2023-09-22T11:45:26Z"
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.9-rc.1
61+
name: pelorus-operator.v0.0.9-rc.2
6262
namespace: placeholder
6363
spec:
6464
apiservicedefinitions: {}
@@ -210,15 +210,6 @@ spec:
210210
- clusterroles
211211
verbs:
212212
- '*'
213-
- apiGroups:
214-
- ""
215-
resources:
216-
- configmaps
217-
- secrets
218-
- serviceaccounts
219-
- services
220-
verbs:
221-
- '*'
222213
- apiGroups:
223214
- rbac.authorization.k8s.io
224215
resources:
@@ -260,6 +251,15 @@ spec:
260251
- routes
261252
verbs:
262253
- '*'
254+
- apiGroups:
255+
- ""
256+
resources:
257+
- configmaps
258+
- secrets
259+
- serviceaccounts
260+
- services
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.9-rc.1
412+
image: quay.io/pelorus/pelorus-operator:0.0.9-rc.2
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.9-rc.1
514+
version: 0.0.9-rc.2
515515
replaces: pelorus-operator.v0.0.8
516516
skips:
517517
- pelorus-operator.v0.0.8

0 commit comments

Comments
 (0)