-
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 #645
Conversation
updating ubuntu image to 22.04 from 20.04 which is used in ci test Signed-off-by: subhamkrai <[email protected]>
Signed-off-by: Michael Adam <[email protected]>
docs: improve wording in BlockPoolRados Namespace CRD doc.
ci: update ubuntu image to 22.04
Update the version of Go used for govulncheck to get the latest CVE fix present in Go v1.22.3. Signed-off-by: Blaine Gardner <[email protected]>
ci: update go version for govulncheck
The CI step that runs markdown lint accidentally got removed as part of PR updates. Add the CI step back in. Signed-off-by: Blaine Gardner <[email protected]>
ci: add missing markdownlint CI step
LVM-based OSDs on PVCs are legacy and are not well tested. Therefore, we add status to the cephcluster CR that at least gives a clue that the OSDs should be replaced. Signed-off-by: Travis Nielsen <[email protected]>
osd: Add cephcluster status for deprecated osds to replace
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-dependencies group with 1 update: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Updates `github.com/aws/aws-sdk-go` from 1.52.2 to 1.53.0 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.52.2...v1.53.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
…dependencies-58b26b4692 build(deps): bump github.com/aws/aws-sdk-go from 1.52.2 to 1.53.0 in the github-dependencies group
…angci/golangci-lint-action-6 build(deps): bump golangci/golangci-lint-action from 5 to 6
8f553d0
to
f065658
Compare
The version v2 was deprecated and was causing warnings. Signed-off-by: NymanRobin <[email protected]>
Afte pylint was updated to version 3.2.0 a set of new errors appeared. This makes ci passing by either fixing the problem or ignoring it in the check Signed-off-by: NymanRobin <[email protected]>
ci: bump github actions dependency setup-go
ci: fix pylint errors
Since pacific is no longer supported, we can remove pacific specific code. Signed-off-by: Satoru Takeuchi <[email protected]>
Let's hold this until rook#14208 fixed |
f065658
to
d7ae32f
Compare
since we moved to ubuntu 22.04, ci push image build is failing due wrong parameter `--platforms linux/amd64 linux/arm64,` it should be instead `--platforms linux/amd64, linux/arm64`. Signed-off-by: subhamkrai <[email protected]>
…image ci: push image ci failing in ubuntu 22.04
…code core: remove pacific specific code
after cross-storageclass clone/restore, now we can clone across different storageclass. this commit updates the documentation indicating the same. Signed-off-by: yati1998 <[email protected]>
d7ae32f
to
5ac2727
Compare
The last pr missed removing the extra comma after the platform so, instead of ` linux/amd64,linux/arm64,` it should be ` linux/amd64,linux/arm64`. Signed-off-by: subhamkrai <[email protected]>
ci: remove extra comma from platforms
doc: Update documentation for volume clone
…-master Signed-off-by: Ceph Jenkins <[email protected]>
add generated csv changes Signed-off-by: Ceph Jenkins <[email protected]>
5ac2727
to
315df96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[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 |
PR containing the latest commits from upstream master branch