forked from rook/rook
-
Notifications
You must be signed in to change notification settings - Fork 9
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 upstream master for rook #840
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
currently rook images are only available in docker, let's start pushing rook images to quay.io and ghcr.io as well. Signed-off-by: subhamkrai <srai@redhat.com>
currently push-build runner is having python version 3.9 and some of the dependencies are failing when trying to install with pip upgrading to 3.13(latest) fixed the issue. Signed-off-by: subhamkrai <srai@redhat.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.4.0 to 3.6.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@4574d27...2910929) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
in the ci lint file, we use a dependency from a 3rd party lint, which updates the black package, The underlined python script file was not updated to the latest formatting, so re-format the file and update the 3rd party dependency version Signed-off-by: parth-gr <partharora1010@gmail.com>
Implements rook#15422 Extends existing ObjectStore configuration options with rgwConfigFromSecret allowing to refer config value from kubernetes secret. Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>
Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>
Implements rook#14733. Allows to set IDs of external mons to Cluster CRD. Rook will not remove external mons from quorum and will add external mon addresses to mon endpoints. Use-case for external mon is to maintain quorum for 2-AZ k8s cluster in case of zone outage. Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>
ci: update python version in push build runner
ci: update the python black package
object: allow overriding rgw config value from secret
ci: push rook image to other oci like quay,ghcr
github token should be used intead of api token for ghcr Signed-off-by: subhamkrai <srai@redhat.com>
ci: use github token instead of api token
Publishing packages to ghcr requires the packages write permission Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
ci: Add packages write permission for ghcr
Signed-off-by: Artem Torubarov <artem.torubarov@clyso.com>
Implement external arbiter mon
Adds the missing exporter container port to enable proper Prometheus scraping and filtering. Signed-off-by: Patryk Rostkowski <patrostkowski@gmail.com>
8650298
to
6775ee8
Compare
The csi-addons v0.12.0 release is now available. See-also: https://github.com/csi-addons/kubernetes-csi-addons/releases/tag/v0.12.0 Signed-off-by: Niels de Vos <ndevos@ibm.com>
csi: update csi-addons to v0.12.0
Signed-off-by: Bryan Jones <unix.chkpwd@gmail.com>
exporter: add missing rook-ceph-exporter container port definition
Bumps the k8s-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.32.1` | `0.32.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` | | [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.32.1` | `0.32.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.1` | `0.20.2` | Updates `k8s.io/api` from 0.32.1 to 0.32.2 - [Commits](kubernetes/api@v0.32.1...v0.32.2) Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.32.1...v0.32.2) Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 - [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2) Updates `k8s.io/cli-runtime` from 0.32.1 to 0.32.2 - [Commits](kubernetes/cli-runtime@v0.32.1...v0.32.2) Updates `k8s.io/client-go` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.1...v0.32.2) Updates `k8s.io/cloud-provider` from 0.32.1 to 0.32.2 - [Commits](kubernetes/cloud-provider@v0.32.1...v0.32.2) Updates `sigs.k8s.io/controller-runtime` from 0.20.1 to 0.20.2 - [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.20.1...v0.20.2) --- 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/apiextensions-apiserver 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/cli-runtime 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: k8s.io/cloud-provider 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>
…ker/setup-qemu-action-3.6.0 build(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0
…endencies-4ff4aa8e06 build(deps): bump the k8s-dependencies group with 7 updates
updates the debug log line to ensure the formatting is applied correctly. Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
fix: typo in log statement
6775ee8
to
8ed23aa
Compare
docs: unsupported kubectl exec params
8e7076b
to
4037fc6
Compare
…-master Signed-off-by: DF Build Team <df-build-team@redhat.com>
add generated csv changes Signed-off-by: DF Build Team <df-build-team@redhat.com>
4037fc6
to
db9bec3
Compare
subhamkrai
approved these changes
Mar 10, 2025
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: df-build-team, subhamkrai The full list of commands accepted by this bot can be found 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 upstream master branch