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

Sync the upstream changes from ceph/ceph-csi:devel into the devel branch. #190

Merged
merged 43 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3be99d6
doc: Update README.md and fix typo
runzhliu Sep 2, 2023
83ce2c9
rebase: Bump the k8s-dependencies group with 1 update
dependabot[bot] Sep 4, 2023
b3ef867
rebase: Bump actions/checkout from 3 to 4
dependabot[bot] Sep 4, 2023
80ad5b6
rbd: fixed csi-rbdplugin crashes when decoding volume ID failed
crazytaxii Sep 4, 2023
77aee83
rebase: Bump the github-dependencies group with 1 update
dependabot[bot] Sep 4, 2023
97df4e7
rebase: Bump golang.org/x/sys from 0.11.0 to 0.12.0
dependabot[bot] Sep 4, 2023
5411a69
rbd: fixed all potential crashing when decoding volume ID failed
crazytaxii Sep 6, 2023
4eb2dbd
doc: adding empty storageClassName in static pvc
Rakshith-R Sep 7, 2023
7c0ce53
doc: add design doc for QoS
Madhu-1 Aug 29, 2023
c198348
rebase: Bump golang.org/x/oauth2 in /actions/retest
dependabot[bot] Sep 11, 2023
907c4f3
rebase: Bump the github-dependencies group with 2 updates
dependabot[bot] Sep 11, 2023
28d2a86
rebase: Bump golang.org/x/crypto from 0.12.0 to 0.13.0
dependabot[bot] Sep 11, 2023
5090c41
rebase: Bump google.golang.org/grpc from 1.57.0 to 1.58.0
dependabot[bot] Sep 11, 2023
95df079
doc: remove support matrix for Snapshot
Madhu-1 Sep 13, 2023
4560ae8
doc: remove unwanted PSP and clusterrole
Madhu-1 Sep 13, 2023
32a58f4
doc: remove storageclass details for shallow volume
Madhu-1 Sep 13, 2023
137914b
doc: add info about csi snapshot deployment
iPraveenParihar Sep 12, 2023
c3aaf52
rebase: Bump golang.org/x/net from 0.14.0 to 0.15.0
dependabot[bot] Sep 15, 2023
e1275a2
rebase: update k8s packages to 1.28.2
Madhu-1 Sep 18, 2023
ef25ce9
rebase: Bump the k8s-dependencies group with 1 update
dependabot[bot] Sep 18, 2023
526412d
doc: remove unwanted steps from upgrade
Madhu-1 Sep 18, 2023
cf577e3
deploy: update CSI sidecars to latest versions available
iPraveenParihar Sep 14, 2023
5677834
rebase: bump docker/login-action from 2 to 3
dependabot[bot] Sep 18, 2023
fb80035
rebase: bump the k8s-dependencies group in /api with 1 update
dependabot[bot] Sep 18, 2023
3c126fe
rebase: bump the github-dependencies group with 3 updates
dependabot[bot] Sep 18, 2023
1b20fec
helm: add option to enable read affinity for rbd
iPraveenParihar Sep 7, 2023
6719d64
e2e: added test to verify read affinity functionality
iPraveenParihar Sep 13, 2023
3bbd20a
rebase: bump the github-dependencies group with 3 updates
dependabot[bot] Sep 25, 2023
0c617b0
rebase: bump google.golang.org/grpc from 1.58.0 to 1.58.2
dependabot[bot] Sep 26, 2023
e504987
rbd: update snap RbdImageName
iPraveenParihar Sep 27, 2023
fd1dbfe
rebase: bump the github-dependencies group with 2 updates
dependabot[bot] Sep 28, 2023
9c53bf8
rebase: bump the github-dependencies group with 2 updates
dependabot[bot] Sep 29, 2023
0ed7a64
rbd: update snap RbdImageName in createSnapshot
iPraveenParihar Sep 29, 2023
cba5402
rebase: bump the github-dependencies group with 2 updates
dependabot[bot] Oct 2, 2023
0bfb324
rebase: bump golang.org/x/oauth2 in /actions/retest
dependabot[bot] Oct 9, 2023
b47643d
rebase: bump golang.org/x/net from 0.15.0 to 0.16.0
dependabot[bot] Oct 9, 2023
7cfe112
ci: group golang.org/x/ under golang dependencies
nixpanic Oct 10, 2023
8edbc5c
ci: disable addons after cluster creation
Madhu-1 Oct 9, 2023
8d4b751
ci: remove support for older version of Rook
Madhu-1 Oct 9, 2023
31d84b1
ci: update Rook to latest release
Madhu-1 Oct 9, 2023
5abb0da
rebase: bump the github-dependencies group with 3 updates
dependabot[bot] Oct 10, 2023
82f1323
cephfs: safeguard localClusterState struct from race conditions
Rakshith-R Oct 9, 2023
d516a1d
cephfs: safeguard subVolumeGroupCreated map from race condition
Rakshith-R Oct 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ updates:
golang-dependencies:
patterns:
- "github.com/golang*"
- "golang.org/x/*"
k8s-dependencies:
patterns:
- "k8s.io*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: multi-arch-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: multi-arch-build
# yamllint disable-line rule:line-length
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'ci/skip/multi-arch-build') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: codespell
run: make containerized-test TARGET=codespell
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: commitlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: go-test
run: make containerized-test TARGET=go-test
go-test-api:
name: go-test-api
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: go-test-api
run: make containerized-test TARGET=go-test-api
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
run: make containerized-test TARGET=go-lint
2 changes: 1 addition & 1 deletion .github/workflows/lint-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
name: lint-extras
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: lint-extras
run: make containerized-test TARGET=lint-extras
2 changes: 1 addition & 1 deletion .github/workflows/mod-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
name: mod-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: mod-check
run: make containerized-test TARGET=mod-check
4 changes: 2 additions & 2 deletions .github/workflows/publish-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'ceph/ceph-csi'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Login to Quay
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_IO_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-retest-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Docker build
# Run cd to avoid loading complete cephcsi directory in docker context
Expand Down
4 changes: 2 additions & 2 deletions actions/retest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.18

require (
github.com/google/go-github v17.0.0+incompatible
golang.org/x/oauth2 v0.11.0
golang.org/x/oauth2 v0.13.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/net v0.16.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
8 changes: 4 additions & 4 deletions actions/retest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=
golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
golang.org/x/oauth2 v0.11.0 h1:vPL4xzxBM4niKCW6g9whtaWVXTJf1U5e4aZxxFx/gbU=
golang.org/x/oauth2 v0.11.0/go.mod h1:LdF7O/8bLR/qWK9DrpXmbHLTouvRHK0SgJl0GmDBchk=
golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/oauth2 v0.13.0 h1:jDDenyj+WgFtmV3zYVoi8aE2BwtXFLWOA67ZfNWftiY=
golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn0=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
Expand Down
198 changes: 198 additions & 0 deletions actions/retest/vendor/golang.org/x/oauth2/deviceauth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading