forked from ceph/ceph-csi-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Syncing latest changes from main for cephcsi-operator #48
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adding markdown lint CI check and also adding some small changes to fix the CI Signed-off-by: subhamkrai <srai@redhat.com>
ci: add markdown lint
for background information, see https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review and https://github.com/actions/dependency-review-action Signed-off-by: Michael Adam <obnox@samba.org>
This assigns an issue to a github user who comments '`/assign` based on https://github.com/rook/rook/blob/master/.github/workflows/auto-assign.yaml Signed-off-by: Michael Adam <obnox@samba.org>
The mod.check target verifies and tidies the go module dependencies. Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
This workflow periodically scans issues and PRs to mark inactive items stale and close them after continued inactivity. Based on the rook project's workflow: https://github.com/rook/rook/blob/master/.github/workflows/stale.yaml Signed-off-by: Michael Adam <obnox@samba.org>
Fix issue 149 - add some CI workflows
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 17. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v16...v17) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…Anson/markdownlint-cli2-action-17 build(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 17
This commit updates the condition to include the `extra-create-metadata` argument for the csi-snapshotter sidecar container when the driver type is either RBD or CephFS. Signed-off-by: Praveen M <m.praveen@ibm.com>
Syncing latest changes from upstream main for ceph-csi-operator
…a-create-metadata fix: update extra-create-metadata arg condition
Syncing latest changes from upstream main for ceph-csi-operator
Bumps the k8s-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `k8s.io/api` from 0.31.1 to 0.31.2 - [Commits](kubernetes/api@v0.31.1...v0.31.2) Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2 - [Commits](kubernetes/apimachinery@v0.31.1...v0.31.2) Updates `k8s.io/client-go` from 0.31.1 to 0.31.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.1...v0.31.2) Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.19.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…dencies-131051e953 build(deps): bump the k8s-dependencies group with 4 updates
Syncing latest changes from upstream main for ceph-csi-operator
Removed duplicate entries in the rbd clusterrole Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
adding the missing rbac for both cephfs and rbd to support all the features we have in cephcsi that is supported in Rook/cephcsi Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
updating the images to the latest release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Add missing RBAC and update images to latest release
…-main Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
add generated bundle changes Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
Syncing latest changes from upstream main for ceph-csi-operator
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: df-build-team, Madhu-1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR containing the latest commits from main branch