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

Release v1.12.0 #549

Merged
merged 46 commits into from
Oct 30, 2024
Merged

Release v1.12.0 #549

merged 46 commits into from
Oct 30, 2024

Conversation

shaynafinocchiaro
Copy link
Contributor

Is this a new chart?

Yes

What this PR does / why we need it:

Release v1.12.0 changes.

Which issue(s) is this PR associated with:

Special notes for your reviewer:

Checklist:

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped
  • Variables are documented in the chart README.md
  • Title of the PR starts with the chart name (e.g. [charts_dir/mychartname]) if applicable

shaynafinocchiaro and others added 30 commits October 30, 2024 14:05
* add redis as a chart dependency

* update depdencies
* Enable dependabot for version updates

This PR includes a dependabot configuration file that instructs dependabot to look for version updates to container images in the following charts:
- csi-vxflexos
- csm-authorization
- karavi-observability

Other charts can be updated by following a similar pattern to alter the chart values and templates, and then adding the chart to the .github/dependabot file.

Tested by running `helm template --dependency-update <chart-name>` and manually inspecting the resulting yaml for proper image specifications.

Signed-off-by: Eric Young <[email protected]>

---------

Signed-off-by: Eric Young <[email protected]>
…485)

* support multiple vaults

* update comments

* fix spacing
)

* Bump the csm-authorization group across 1 directory with 2 updates

Bumps the csm-authorization group with 2 updates in the /charts/csm-authorization directory: openpolicyagent/kube-mgmt and redis.


Updates `openpolicyagent/kube-mgmt` from 0.11 to 8.5.7

Updates `redis` from 6.0.8-alpine to 7.4.0-alpine

---
updated-dependencies:
- dependency-name: openpolicyagent/kube-mgmt
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csm-authorization
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: csm-authorization
...

Signed-off-by: dependabot[bot] <[email protected]>

* update policy for kube-mgmt to read in for opa

* make same updates for v2

* update redis image

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: root <[email protected]>
Bumps the csi-vxflexos group with 3 updates in the /charts/csi-vxflexos directory: sig-storage/csi-provisioner, sig-storage/csi-resizer and sig-storage/csi-node-driver-registrar.


Updates `sig-storage/csi-provisioner` from v5.0.1 to v5.0.2

Updates `sig-storage/csi-resizer` from v1.11.1 to v1.11.2

Updates `sig-storage/csi-node-driver-registrar` from v2.10.1 to v2.11.1

---
updated-dependencies:
- dependency-name: sig-storage/csi-provisioner
  dependency-type: direct:production
  dependency-group: csi-vxflexos
- dependency-name: sig-storage/csi-resizer
  dependency-type: direct:production
  dependency-group: csi-vxflexos
- dependency-name: sig-storage/csi-node-driver-registrar
  dependency-type: direct:production
  dependency-group: csi-vxflexos
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rt (#488)

* Update storage crd with isiPath

* Add description for CR parameters
Bumps the csi-vxflexos group with 4 updates in the /charts/csi-vxflexos directory: sig-storage/csi-attacher, sig-storage/csi-provisioner, sig-storage/csi-resizer and sig-storage/csi-node-driver-registrar.


Updates `sig-storage/csi-attacher` from v4.6.1 to v4.7.0

Updates `sig-storage/csi-provisioner` from v5.0.2 to v5.1.0

Updates `sig-storage/csi-resizer` from v1.11.2 to v1.12.0

Updates `sig-storage/csi-node-driver-registrar` from v2.11.1 to v2.12.0

---
updated-dependencies:
- dependency-name: sig-storage/csi-attacher
  dependency-type: direct:production
  dependency-group: csi-vxflexos
- dependency-name: sig-storage/csi-provisioner
  dependency-type: direct:production
  dependency-group: csi-vxflexos
- dependency-name: sig-storage/csi-resizer
  dependency-type: direct:production
  dependency-group: csi-vxflexos
- dependency-name: sig-storage/csi-node-driver-registrar
  dependency-type: direct:production
  dependency-group: csi-vxflexos
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the csm-authorization group with 1 update in the /charts/csm-authorization directory: openpolicyagent/kube-mgmt.


Updates `openpolicyagent/kube-mgmt` from 8.5.7 to 8.5.8

---
updated-dependencies:
- dependency-name: openpolicyagent/kube-mgmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csm-authorization
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#494)

* enable dependabot for auth v2

* combine into one
* Cherry-picked .github/dependabot.yaml from 6e0b47d (#481)

* update isilon images for dependabot

* updating dependabot.yaml for isilon

* remove trailing spaces

* add missing period

---------

Co-authored-by: Eric Young <[email protected]>
Bumps the csm-authorization group with 1 update in the /charts/csm-authorization-v2.0 directory: openpolicyagent/kube-mgmt.


Updates `openpolicyagent/kube-mgmt` from 8.5.7 to 8.5.8

---
updated-dependencies:
- dependency-name: openpolicyagent/kube-mgmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csm-authorization
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the karavi-observability group with 1 update in the /charts/karavi-observability directory: nginxinc/nginx-unprivileged.


Updates `nginxinc/nginx-unprivileged` from 1.20 to 1.27

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: karavi-observability
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add dependabot compatibility for csi-powerstore images

* Update dependabot.yml
* Adding dependabot compatibility for csi-unity

* removing trailing spaces
Bumps the csi-powerstore group with 6 updates in the /charts/csi-powerstore directory:

| Package | From | To |
| --- | --- | --- |
| sig-storage/csi-attacher | `v4.6.1` | `v4.7.0` |
| sig-storage/csi-provisioner | `v5.0.1` | `v5.1.0` |
| sig-storage/csi-snapshotter | `v8.0.1` | `v8.1.0` |
| sig-storage/csi-resizer | `v1.11.1` | `v1.12.0` |
| sig-storage/csi-node-driver-registrar | `v2.10.1` | `v2.12.0` |
| sig-storage/csi-external-health-monitor-controller | `v0.12.1` | `v0.13.0` |



Updates `sig-storage/csi-attacher` from v4.6.1 to v4.7.0

Updates `sig-storage/csi-provisioner` from v5.0.1 to v5.1.0

Updates `sig-storage/csi-snapshotter` from v8.0.1 to v8.1.0

Updates `sig-storage/csi-resizer` from v1.11.1 to v1.12.0

Updates `sig-storage/csi-node-driver-registrar` from v2.10.1 to v2.12.0

Updates `sig-storage/csi-external-health-monitor-controller` from v0.12.1 to v0.13.0

---
updated-dependencies:
- dependency-name: sig-storage/csi-attacher
  dependency-type: direct:production
  dependency-group: csi-powerstore
- dependency-name: sig-storage/csi-provisioner
  dependency-type: direct:production
  dependency-group: csi-powerstore
- dependency-name: sig-storage/csi-snapshotter
  dependency-type: direct:production
  dependency-group: csi-powerstore
- dependency-name: sig-storage/csi-resizer
  dependency-type: direct:production
  dependency-group: csi-powerstore
- dependency-name: sig-storage/csi-node-driver-registrar
  dependency-type: direct:production
  dependency-group: csi-powerstore
- dependency-name: sig-storage/csi-external-health-monitor-controller
  dependency-type: direct:production
  dependency-group: csi-powerstore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the csi-vxflexos group with 2 updates in the /charts/csi-vxflexos directory: sig-storage/csi-snapshotter and sig-storage/csi-external-health-monitor-controller.


Updates `sig-storage/csi-snapshotter` from v8.0.1 to v8.1.0

Updates `sig-storage/csi-external-health-monitor-controller` from v0.12.1 to v0.13.0

---
updated-dependencies:
- dependency-name: sig-storage/csi-snapshotter
  dependency-type: direct:production
  dependency-group: csi-vxflexos
- dependency-name: sig-storage/csi-external-health-monitor-controller
  dependency-type: direct:production
  dependency-group: csi-vxflexos
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the csi-isilon group with 6 updates in the /charts/csi-isilon directory:

| Package | From | To |
| --- | --- | --- |
| sig-storage/csi-attacher | `v4.6.1` | `v4.7.0` |
| sig-storage/csi-provisioner | `v5.0.1` | `v5.1.0` |
| sig-storage/csi-snapshotter | `v8.0.1` | `v8.1.0` |
| sig-storage/csi-resizer | `v1.11.1` | `v1.12.0` |
| sig-storage/csi-node-driver-registrar | `v2.10.1` | `v2.12.0` |
| sig-storage/csi-external-health-monitor-controller | `v0.12.1` | `v0.13.0` |



Updates `sig-storage/csi-attacher` from v4.6.1 to v4.7.0

Updates `sig-storage/csi-provisioner` from v5.0.1 to v5.1.0

Updates `sig-storage/csi-snapshotter` from v8.0.1 to v8.1.0

Updates `sig-storage/csi-resizer` from v1.11.1 to v1.12.0

Updates `sig-storage/csi-node-driver-registrar` from v2.10.1 to v2.12.0

Updates `sig-storage/csi-external-health-monitor-controller` from v0.12.1 to v0.13.0

---
updated-dependencies:
- dependency-name: sig-storage/csi-attacher
  dependency-type: direct:production
  dependency-group: csi-isilon
- dependency-name: sig-storage/csi-provisioner
  dependency-type: direct:production
  dependency-group: csi-isilon
- dependency-name: sig-storage/csi-snapshotter
  dependency-type: direct:production
  dependency-group: csi-isilon
- dependency-name: sig-storage/csi-resizer
  dependency-type: direct:production
  dependency-group: csi-isilon
- dependency-name: sig-storage/csi-node-driver-registrar
  dependency-type: direct:production
  dependency-group: csi-isilon
- dependency-name: sig-storage/csi-external-health-monitor-controller
  dependency-type: direct:production
  dependency-group: csi-isilon
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* updated podmon version

* update replication version

* Update Chart.yaml

* updated replication versions

* updated replication versions

* updated replication versions

* bump observability version

* fix instruction link

---------

Co-authored-by: Chiman Jain <[email protected]>
Bumps the csi-unity group with 6 updates in the /charts/csi-unity directory:

| Package | From | To |
| --- | --- | --- |
| sig-storage/csi-attacher | `v4.6.1` | `v4.7.0` |
| sig-storage/csi-provisioner | `v5.0.1` | `v5.1.0` |
| sig-storage/csi-snapshotter | `v8.0.1` | `v8.1.0` |
| sig-storage/csi-resizer | `v1.11.1` | `v1.12.0` |
| sig-storage/csi-node-driver-registrar | `v2.10.1` | `v2.12.0` |
| sig-storage/csi-external-health-monitor-controller | `v0.12.1` | `v0.13.0` |



Updates `sig-storage/csi-attacher` from v4.6.1 to v4.7.0

Updates `sig-storage/csi-provisioner` from v5.0.1 to v5.1.0

Updates `sig-storage/csi-snapshotter` from v8.0.1 to v8.1.0

Updates `sig-storage/csi-resizer` from v1.11.1 to v1.12.0

Updates `sig-storage/csi-node-driver-registrar` from v2.10.1 to v2.12.0

Updates `sig-storage/csi-external-health-monitor-controller` from v0.12.1 to v0.13.0

---
updated-dependencies:
- dependency-name: sig-storage/csi-attacher
  dependency-type: direct:production
  dependency-group: csi-unity
- dependency-name: sig-storage/csi-provisioner
  dependency-type: direct:production
  dependency-group: csi-unity
- dependency-name: sig-storage/csi-snapshotter
  dependency-type: direct:production
  dependency-group: csi-unity
- dependency-name: sig-storage/csi-resizer
  dependency-type: direct:production
  dependency-group: csi-unity
- dependency-name: sig-storage/csi-node-driver-registrar
  dependency-type: direct:production
  dependency-group: csi-unity
- dependency-name: sig-storage/csi-external-health-monitor-controller
  dependency-type: direct:production
  dependency-group: csi-unity
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…e-service and expose prometheus metrics (#512)

* Cherry-picked .github/dependabot.yaml from 6e0b47d (#481)

* [charts/csm-authorization-v2.0] Enable dependabot for authorization v2 (#495)

* add dependabot config

* combine into one

* updating dependabot.yaml for isilon (#491)

* Add dependabot compatibility for csi-powerstore images (#506)

* Add dependabot compatibility for csi-powerstore images

* Update dependabot.yml

* Adding dependabot compatibility for csi-unity (#509)

* Adding dependabot compatibility for csi-unity

* Adding dependabot compatibility for csi-unity

* Adding dependabot compatibility for csi-unity

* add collector address

* remove depdendabot

---------

Co-authored-by: Eric Young <[email protected]>
Co-authored-by: shaynafinocchiaro <[email protected]>
Co-authored-by: aqu-dell <[email protected]>
Co-authored-by: Akshay Saini <[email protected]>
Co-authored-by: sakshi-garg1 <[email protected]>
Bumps the csi-powermax group with 6 updates in the /charts/csi-powermax directory:

| Package | From | To |
| --- | --- | --- |
| sig-storage/csi-attacher | `v4.6.1` | `v4.7.0` |
| sig-storage/csi-provisioner | `v5.0.1` | `v5.1.0` |
| sig-storage/csi-snapshotter | `v8.0.1` | `v8.1.0` |
| sig-storage/csi-resizer | `v1.11.1` | `v1.12.0` |
| sig-storage/csi-node-driver-registrar | `v2.10.1` | `v2.12.0` |
| sig-storage/csi-external-health-monitor-controller | `v0.12.1` | `v0.13.0` |



Updates `sig-storage/csi-attacher` from v4.6.1 to v4.7.0

Updates `sig-storage/csi-provisioner` from v5.0.1 to v5.1.0

Updates `sig-storage/csi-snapshotter` from v8.0.1 to v8.1.0

Updates `sig-storage/csi-resizer` from v1.11.1 to v1.12.0

Updates `sig-storage/csi-node-driver-registrar` from v2.10.1 to v2.12.0

Updates `sig-storage/csi-external-health-monitor-controller` from v0.12.1 to v0.13.0

---
updated-dependencies:
- dependency-name: sig-storage/csi-attacher
  dependency-type: direct:production
  dependency-group: csi-powermax
- dependency-name: sig-storage/csi-provisioner
  dependency-type: direct:production
  dependency-group: csi-powermax
- dependency-name: sig-storage/csi-snapshotter
  dependency-type: direct:production
  dependency-group: csi-powermax
- dependency-name: sig-storage/csi-resizer
  dependency-type: direct:production
  dependency-group: csi-powermax
- dependency-name: sig-storage/csi-node-driver-registrar
  dependency-type: direct:production
  dependency-group: csi-powermax
- dependency-name: sig-storage/csi-external-health-monitor-controller
  dependency-type: direct:production
  dependency-group: csi-powermax
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…es (#528)

* Making SDC optional for Powerflex NFS Volumes

* Resolve formatting issue
Bumps the container-storage-modules group with 1 update in the /installation-wizard/container-storage-modules directory: dell/container-storage-modules/csi-metadata-retriever.


Updates `dell/container-storage-modules/csi-metadata-retriever` from v1.8.0 to v1.9.0

---
updated-dependencies:
- dependency-name: dell/container-storage-modules/csi-metadata-retriever
  dependency-type: direct:production
  dependency-group: container-storage-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the csi-powerstore group with 1 update in the /charts/csi-powerstore directory: dell/container-storage-modules/csi-metadata-retriever.


Updates `dell/container-storage-modules/csi-metadata-retriever` from v1.8.0 to v1.9.0

---
updated-dependencies:
- dependency-name: dell/container-storage-modules/csi-metadata-retriever
  dependency-type: direct:production
  dependency-group: csi-powerstore
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the csi-isilon group with 1 update in the /charts/csi-isilon directory: dell/container-storage-modules/csi-metadata-retriever.


Updates `dell/container-storage-modules/csi-metadata-retriever` from v1.8.0 to v1.9.0

---
updated-dependencies:
- dependency-name: dell/container-storage-modules/csi-metadata-retriever
  dependency-type: direct:production
  dependency-group: csi-isilon
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor

@donatwork donatwork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed the csi-powerstore and CSM Replication sections. LGTM.

@shaynafinocchiaro shaynafinocchiaro merged commit 7edbbbb into main Oct 30, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.