Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug-1073]: Use 4096 bit size in certificates #337

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b181ff6
[charts/csi-powerstore] Add PowerStore v2.9.0 support & sidecar versi…
suryagupta4 Oct 16, 2023
0c2adcc
csi-powerflex v2.9.0 changes. (#308)
VamsiSiddu-7 Oct 16, 2023
3562928
Bump up observability version for CSM 1.9 (#314)
panigs7 Oct 26, 2023
0e1c79f
update attacher sidecar for powerflex and powerstore. (#315)
VamsiSiddu-7 Oct 28, 2023
f4e8eef
[charts/csi-powerstore] Centralize all images to one place (#310)
coulof Oct 31, 2023
91d94d2
[charts/csi-powerflex] Centralize all images to one place #263 (#311)
coulof Oct 31, 2023
0ceea2a
[charts/csi-powermax] Container images in one place (#309)
coulof Oct 31, 2023
975c6bf
Removing linked proxy mode for proxy (#301)
boyamurthy Nov 2, 2023
d2d5655
Updatting latest sidecars for Powermax (#319)
boyamurthy Nov 6, 2023
0bc8c31
[charts/powerscale] Powerscale driver images in one place (#313)
atye Nov 7, 2023
8621a19
[charts/csi-unity] Centralize all images to one place (#312)
atye Nov 7, 2023
657fe60
[charts/csi-powerscale]: Remove duplicate images (#320)
atye Nov 7, 2023
d46c71c
New images location (#316)
coulof Nov 9, 2023
22c6398
[charts/csi-unity]: Update Unity version for CSM 1.9 (#322)
shaynafinocchiaro Nov 14, 2023
b0ecff3
bump up version (#323)
xuluna Nov 17, 2023
c7642fb
adding noderoot mount path (#324)
suryagupta4 Nov 20, 2023
543cbdc
changed sdc version (#325)
KshitijaKakde Nov 20, 2023
a90d17e
sidecars version update for powerstore and powerflex (#326)
adarsh-dell Nov 20, 2023
0087eb3
updating sidecar image version (#328)
PeresKereotubo Nov 20, 2023
e7a8a3d
Revert "changed sdc version (#325)" (#329)
adarsh-dell Nov 21, 2023
427ee22
Update VGS version to 1.4.0 (#331)
AkshaySainiDell Nov 22, 2023
8efde3f
Powerscale and sidecar version changes (#332)
HarishH-DELL Nov 28, 2023
2358c08
PowerMax 2.9.0 support (#321)
boyamurthy Nov 29, 2023
6b71a68
Updating latest sidecars for PowerMax (#334)
boyamurthy Nov 29, 2023
af162ca
[charts/csi-powerflex] Added external access (#333)
suryagupta4 Dec 1, 2023
d3222c3
Update image tags for replication (#336)
tdawe Dec 6, 2023
f1fcd51
use 4096
atye Dec 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump up observability version for CSM 1.9 (#314)
* Bump-up observability version for CSM 1.9

* add patch verb to powerscale

* Add codeowners
panigs7 authored Oct 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3562928e57fd416860fb5ad1dbfc545813a438cc
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -13,7 +13,9 @@
# Alik Saring (alikdell)
# Aaron Tye (atye)
# Chaganti Rajitha (chaganti-rajitha)
# Chiman Jain (chimanjain)
# Florian Coulombel (coulof)
# Harish H (HarishH-DELL)
# Meghana G M (meggm)
# Niranjan N (niranjan-n1)
# Shayna Finocchiaro (shaynafinocchiaro)
@@ -25,6 +27,10 @@
# Yiming Bao (baoy1)
# Yian Zong (YianZong)
# Forrest Xia (forrestxia)
# Nitesh Rewatkar (nitesh3108)
# Rajendra Indukuri (rajendraindukuri)
# Shefali Malhotra (shefali-malhotra)
# Spandita Panigrahi (panigs7)

# for all files:
* @gallacher @tdawe @alikdell @atye @hoppea2 @chaganti-rajitha @coulof @meggm @niranjan-n1 @shaynafinocchiaro @sharmilarama @tssushma @taohe1012 @P-Cao @shanmydell @baoy1 @YianZong @forrestxia
* @gallacher @tdawe @alikdell @atye @hoppea2 @chaganti-rajitha @coulof @meggm @niranjan-n1 @shaynafinocchiaro @sharmilarama @tssushma @taohe1012 @P-Cao @shanmydell @baoy1 @YianZong @forrestxia @nitesh3108 @rajendraindukuri @shefali-malhotra @panigs7 @chimanjain @HarishH-DELL
2 changes: 1 addition & 1 deletion charts/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ dependencies:
condition: csm-replication.enabled

- name: karavi-observability
version: 1.6.0
version: 1.7.0
repository: https://dell.github.io/helm-charts
condition: karavi-observability.enabled

2 changes: 1 addition & 1 deletion charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ rules:
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update"]
verbs: ["update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
4 changes: 2 additions & 2 deletions charts/karavi-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.6.0"
appVersion: "1.7.0"
name: karavi-observability
description: CSM for Observability is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes storage enablers for Dell EMC storage products. CSM for Observability provides Kubernetes administrators with visibility into metrics and topology data related to containerized storage.
type: application
version: 1.6.0
version: 1.7.0
dependencies:
- name: cert-manager
version: 1.10.0
10 changes: 5 additions & 5 deletions charts/karavi-observability/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
karaviTopology:
image: dellemc/csm-topology:v1.6.0
image: dellemc/csm-topology:v1.7.0
enabled: true
# comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com)
provisionerNames: csi-vxflexos.dellemc.com,csi-powerstore.dellemc.com,csi-isilon.dellemc.com,csi-powermax.dellemc.com
@@ -13,7 +13,7 @@ karaviTopology:
probability: 0.0

karaviMetricsPowerflex:
image: dellemc/csm-metrics-powerflex:v1.6.0
image: dellemc/csm-metrics-powerflex:v1.7.0
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com)
@@ -53,7 +53,7 @@ karaviMetricsPowerflex:
skipCertificateValidation: true

karaviMetricsPowerstore:
image: dellemc/csm-metrics-powerstore:v1.6.0
image: dellemc/csm-metrics-powerstore:v1.7.0
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-powerstore.dellemc.com)
@@ -79,7 +79,7 @@ karaviMetricsPowerstore:
probability: 0.0

karaviMetricsPowerscale:
image: dellemc/csm-metrics-powerscale:v1.3.0
image: dellemc/csm-metrics-powerscale:v1.4.0
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-isilon.dellemc.com)
@@ -129,7 +129,7 @@ karaviMetricsPowerscale:
skipCertificateValidation: true

karaviMetricsPowermax:
image: dellemc/csm-metrics-powermax:v1.1.0
image: dellemc/csm-metrics-powermax:v1.2.0
enabled: true
collectorAddr: otel-collector:55680
# comma separated list of provisioner names (ex: csi-powermax.dellemc.com)