Skip to content

Commit 88e4d4e

Browse files
dependabot[bot]Mateus Oliveira
andauthored
⬆ Bump requests from 2.29.0 to 2.31.0 (#1000)
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 9eef958 commit 88e4d4e

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.4
17+
version: 2.0.11-rc.5

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.4
5-
digest: sha256:900316cd09a827cc056e461548d390e956f445e337a3a6da9332a7f104fb8855
6-
generated: "2023-08-16T14:46:06.496158126-03:00"
4+
version: 2.0.11-rc.5
5+
digest: sha256:a8b983deb6da2968f3f294d4ad5c4731cd14dcee7b3c37804bf0e534c2512819
6+
generated: "2023-08-16T17:50:46.538971828-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.4
17+
version: 2.0.11-rc.5
1818

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

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.4" }}
70+
value: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.5" }}
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.4" }}
26+
name: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "v2.0.11-rc.5" }}
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
@@ -460,9 +460,9 @@ regex==2023.5.4 ; python_version >= "3.9" and python_version < "4.0" \
460460
--hash=sha256:f576b8dec95456ba0157943a57f5f88c076cf96cc363ef1bf5027c2976fd487a \
461461
--hash=sha256:fbc5b23b569d96b8c831574c93098b68c6d7ff2509f31268c968152ca4f2ecd0 \
462462
--hash=sha256:ff8fef88029d0420315935041db517855ea022889fa8d54959943e39fffebf59
463-
requests==2.29.0 ; python_version >= "3.9" and python_version < "4.0" \
464-
--hash=sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b \
465-
--hash=sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059
463+
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" \
464+
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
465+
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
466466
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" \
467467
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
468468
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254

exporters/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ requests-oauthlib==1.3.1 ; python_version >= "3.9" and python_version < "4.0" \
372372
requests-toolbelt==1.0.0 ; python_version >= "3.9" and python_version < "4.0" \
373373
--hash=sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6 \
374374
--hash=sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06
375-
requests==2.29.0 ; python_version >= "3.9" and python_version < "4.0" \
376-
--hash=sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b \
377-
--hash=sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059
375+
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" \
376+
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
377+
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
378378
rsa==4.9 ; python_version >= "3.9" and python_version < "4" \
379379
--hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \
380380
--hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21

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.4
6+
VERSION ?= 0.0.8-rc.5
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: 27 additions & 27 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.4
53-
createdAt: "2023-08-16T17:46:11Z"
52+
containerImage: quay.io/pelorus/pelorus-operator:0.0.8-rc.5
53+
createdAt: "2023-08-16T20:50:51Z"
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.4
61+
name: pelorus-operator.v0.0.8-rc.5
6262
namespace: placeholder
6363
spec:
6464
apiservicedefinitions: {}
@@ -211,53 +211,53 @@ spec:
211211
verbs:
212212
- '*'
213213
- apiGroups:
214-
- route.openshift.io
214+
- integreatly.org
215215
resources:
216-
- routes
216+
- grafanadashboards
217+
- grafanadatasources
218+
- grafanas
217219
verbs:
218220
- '*'
219221
- apiGroups:
220-
- ""
222+
- image.openshift.io
221223
resources:
222-
- configmaps
223-
- secrets
224-
- serviceaccounts
225-
- services
224+
- imagestreams
226225
verbs:
227226
- '*'
228227
- apiGroups:
229-
- rbac.authorization.k8s.io
228+
- monitoring.coreos.com
230229
resources:
231-
- rolebindings
232-
- roles
230+
- prometheuses
231+
- prometheusrules
232+
- servicemonitors
233233
verbs:
234234
- '*'
235235
- apiGroups:
236-
- apps.openshift.io
236+
- route.openshift.io
237237
resources:
238-
- deploymentconfigs
238+
- routes
239239
verbs:
240240
- '*'
241241
- apiGroups:
242-
- integreatly.org
242+
- ""
243243
resources:
244-
- grafanadashboards
245-
- grafanadatasources
246-
- grafanas
244+
- configmaps
245+
- secrets
246+
- serviceaccounts
247+
- services
247248
verbs:
248249
- '*'
249250
- apiGroups:
250-
- image.openshift.io
251+
- rbac.authorization.k8s.io
251252
resources:
252-
- imagestreams
253+
- rolebindings
254+
- roles
253255
verbs:
254256
- '*'
255257
- apiGroups:
256-
- monitoring.coreos.com
258+
- apps.openshift.io
257259
resources:
258-
- prometheuses
259-
- prometheusrules
260-
- servicemonitors
260+
- deploymentconfigs
261261
verbs:
262262
- '*'
263263
- apiGroups:
@@ -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.4
412+
image: quay.io/pelorus/pelorus-operator:0.0.8-rc.5
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.4
514+
version: 0.0.8-rc.5
515515
replaces: pelorus-operator.v0.0.7
516516
skips:
517517
- pelorus-operator.v0.0.7

0 commit comments

Comments
 (0)