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

Syncing latest changes from master for rook #814

Open
wants to merge 92 commits into
base: release-4.19
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
61de34a
external: fix rados namespace sc name
parth-gr Jan 8, 2025
03a7a15
Merge pull request #15243 from parth-gr/fix-radosnamespace-sc
travisn Jan 9, 2025
795e188
ci: rework docs-related workflow and make targets a bit
obnoxxx Dec 5, 2024
a9af67d
Merge pull request #15103 from obnoxxx/make-cleanup
travisn Jan 9, 2025
80eee60
build(deps): bump sigs.k8s.io/controller-runtime
dependabot[bot] Jan 13, 2025
59c5c04
doc: add basic obc bucketPolicy description
jhoblitt Jan 13, 2025
f9ebaf3
csi: set driver name to same as the operator namespace
travisn Jan 13, 2025
d389a0e
doc: add adopter
Jan 14, 2025
ccf957d
Merge pull request #15265 from Muyan0828/adopter-alauda
travisn Jan 14, 2025
cf92d1e
Merge pull request #15264 from travisn/csi-driver-name
travisn Jan 14, 2025
3a96001
Merge pull request #15261 from jhoblitt/feature/obc-bucket-policy-docs
BlaineEXE Jan 14, 2025
86a2870
docs: reset pending release notes
travisn Jan 14, 2025
a44ae0f
operator: omit values from mon db config logs
arttor Jan 14, 2025
254545f
Merge pull request #15269 from travisn/reset-notes
travisn Jan 14, 2025
b33598f
docs: update roadmap for release 1.17
travisn Jan 14, 2025
955fa9c
csi: update Kubernetes CSI sidecar images to current versions
nixpanic Jan 15, 2025
5f36e48
Merge pull request #15275 from nixpanic/kubernetes-csi/sidecars/20250115
BlaineEXE Jan 15, 2025
0649cd3
build: move a Makefile comment to a more appropriate place
obnoxxx Jan 14, 2025
e34c41c
build: fix S5CMD_ARCH calculation
obnoxxx Jan 14, 2025
e04efab
Merge pull request #15272 from travisn/roadmap-1.17
travisn Jan 15, 2025
0bee80b
Merge pull request #15276 from obnoxxx/fix-s5cmd-arch
travisn Jan 15, 2025
2e0901b
docs: simplify adopters instructions
travisn Jan 15, 2025
b596479
Merge pull request #15281 from travisn/adopters-simplify
travisn Jan 15, 2025
16e6780
Merge pull request #15260 from rook/dependabot/go_modules/k8s-depende…
subhamkrai Jan 16, 2025
8817a1a
core: add tolerations to crashcollector pruner cronJob pod
OdedViner Jan 11, 2025
db88970
operator: omit mon db config value log
arttor Jan 14, 2025
53c419a
Merge pull request #15258 from OdedViner/pruner_tollerations
travisn Jan 16, 2025
f5833cf
Merge pull request #15270 from cobaltcore-dev/remove-mon-db-conf-log
travisn Jan 16, 2025
4fbe3f2
build: auto merge backports without multisite test
travisn Jan 16, 2025
8767bf2
Merge pull request #15288 from travisn/mergify-auto-backport
travisn Jan 16, 2025
3d7f5cf
operator: improve operator error logging for ok-to-stop failures
OdedViner Dec 17, 2024
f01b8b1
build(deps): bump github.com/aws/aws-sdk-go
dependabot[bot] Jan 20, 2025
4d35561
build(deps): bump helm/kind-action from 1.11.0 to 1.12.0
dependabot[bot] Jan 20, 2025
c99a910
build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
dependabot[bot] Jan 20, 2025
a154e98
build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0
dependabot[bot] Jan 20, 2025
7eb3d3c
build(deps): bump wagoid/commitlint-github-action from 6.2.0 to 6.2.1
dependabot[bot] Jan 20, 2025
cb88565
build(deps): bump helm/chart-testing-action from 2.6.1 to 2.7.0
dependabot[bot] Jan 20, 2025
b0deb1b
Merge pull request #15300 from rook/dependabot/github_actions/golangc…
subhamkrai Jan 21, 2025
69ecfca
Merge pull request #15299 from rook/dependabot/github_actions/helm/ki…
subhamkrai Jan 21, 2025
5920e04
Merge pull request #15302 from rook/dependabot/github_actions/wagoid/…
subhamkrai Jan 21, 2025
545769f
Merge pull request #15303 from rook/dependabot/github_actions/helm/ch…
subhamkrai Jan 21, 2025
50e353e
Merge pull request #15298 from rook/dependabot/go_modules/github-depe…
subhamkrai Jan 21, 2025
e5e5906
Merge pull request #15301 from rook/dependabot/github_actions/actions…
subhamkrai Jan 21, 2025
e68a7ea
build: replace `golang.org/x/exp/slices` with stdlib `slices`
Juneezee Jan 20, 2025
bd053e0
Merge pull request #15304 from Juneezee/refactor/exp
subhamkrai Jan 21, 2025
e1ce1e4
build: update k8s and cntrl runtime pkg
subhamkrai Jan 21, 2025
5ca28ed
Merge pull request #15307 from subhamkrai/update-k8s-pkgs
travisn Jan 21, 2025
6935dfd
rgw: fix error handling for secret lookup
sfackler Jan 20, 2025
f52f48c
ci: codespell: s/re-using/reusing/
jhoblitt Jan 21, 2025
6af511b
Merge pull request #15310 from jhoblitt/maint/codespell-reusing
BlaineEXE Jan 21, 2025
a55fdb3
object: add obc bucketLifecycle
jhoblitt Dec 13, 2024
b689038
test: add obc bucketLifecycle integration test
jhoblitt Dec 13, 2024
6ada581
Merge pull request #15263 from jhoblitt/feature/obc-bucket-lc
BlaineEXE Jan 22, 2025
8addaff
ci: extract make targets from linters workflow
obnoxxx Jan 10, 2025
c33f6bd
Merge pull request #15256 from obnoxxx/yamllint-pylint
travisn Jan 22, 2025
e23e921
Merge pull request #15306 from sfackler/wait-for-secret
sp98 Jan 24, 2025
58febcb
operator: log mon db config values with trace lvl
arttor Jan 21, 2025
e17ef88
Merge pull request #15309 from cobaltcore-dev/mon-db-conf-trace-log
travisn Jan 24, 2025
25ee6b4
operator: custom hostname topology label
arttor Jan 15, 2025
16daa7d
Merge pull request #15184 from OdedViner/err_msg_ok_to_stop
travisn Jan 24, 2025
5c39ac5
build: remove broken make target lint
obnoxxx Jan 24, 2025
763afca
Merge pull request #15319 from obnoxxx/build-remove-lint
travisn Jan 24, 2025
11a15d3
ci: refactor a shellcheck make target out of the github ci workflow
obnoxxx Jan 22, 2025
00f04bc
Merge pull request #15313 from obnoxxx/ci-extract-shellcheck
BlaineEXE Jan 24, 2025
5bb7788
docs: add Thalassa Cloud to Adopters
thojkooi Jan 26, 2025
50329a6
Merge remote-tracking branch 'us/master' into sync_us-manual
Nikhil-Ladha Jan 27, 2025
e111f87
csv: add generated csv changes
Nikhil-Ladha Jan 27, 2025
3573d45
Merge pull request #806 from Nikhil-Ladha/sync_us-manual
subhamkrai Jan 27, 2025
94be227
build(deps): bump sigs.k8s.io/controller-runtime
dependabot[bot] Jan 27, 2025
244631c
build(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0
dependabot[bot] Jan 27, 2025
ec78ed5
build(deps): bump actions/stale from 9.0.0 to 9.1.0
dependabot[bot] Jan 27, 2025
382dccc
build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
dependabot[bot] Jan 27, 2025
c91f482
build(deps): bump github/codeql-action from 3.27.9 to 3.28.5
dependabot[bot] Jan 27, 2025
64469ed
build(deps): bump DavidAnson/markdownlint-cli2-action
dependabot[bot] Jan 27, 2025
4f50417
Merge pull request #15327 from rook/dependabot/go_modules/k8s-depende…
BlaineEXE Jan 27, 2025
e00141f
Merge pull request #15328 from rook/dependabot/github_actions/docker/…
BlaineEXE Jan 27, 2025
c6cb2c7
Merge pull request #15329 from rook/dependabot/github_actions/actions…
BlaineEXE Jan 27, 2025
e52df75
Merge pull request #15330 from rook/dependabot/github_actions/actions…
BlaineEXE Jan 27, 2025
a0f6039
Merge pull request #15331 from rook/dependabot/github_actions/github/…
BlaineEXE Jan 27, 2025
4c18515
Merge pull request #15332 from rook/dependabot/github_actions/DavidAn…
BlaineEXE Jan 27, 2025
a0ae1d9
Merge pull request #15325 from thojkooi/patch-1
travisn Jan 27, 2025
c3ed3fc
build: add make target lint
obnoxxx Jan 24, 2025
354d732
Merge pull request #807 from red-hat-storage/sync_us--master
subhamkrai Jan 28, 2025
bcb1db3
Merge pull request #15255 from cobaltcore-dev/hostname-topology-label
BlaineEXE Jan 28, 2025
7031e92
Merge pull request #15322 from obnoxxx/build-add-make-lint
travisn Jan 28, 2025
7a93439
csi: update RBACs needed for csi-omap-generator sidecar
iPraveenParihar Jan 27, 2025
3112a2b
Merge pull request #809 from red-hat-storage/sync_us--master
subhamkrai Jan 29, 2025
3fcc768
Merge pull request #15338 from iPraveenParihar/csi/vgrc-controller-rb…
travisn Jan 30, 2025
3761fda
csi: update csi-operator to v0.2.0
subhamkrai Jan 31, 2025
6b63b7c
Merge pull request #15344 from subhamkrai/update-csi-operator
travisn Jan 31, 2025
3f3a981
Merge commit '6b63b7c240be9f9861c8bc6aee1568def8033711' into sync_us-…
Feb 3, 2025
98e188a
csv: add additional csv changes that other commits bring
Feb 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

Expand Down Expand Up @@ -85,12 +85,12 @@ jobs:
fetch-depth: 0

- name: setup golang ${{ matrix.go-version }}
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ matrix.go-version }}

- name: set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # master
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # master
with:
platforms: all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@0184f5a228ee06430bb9e67d65f73a1a6767496a # v6.2.0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: "./.commitlintrc.json"
helpURL: https://rook.io/docs/rook/latest/Contributing/development-flow/#commit-structure
2 changes: 1 addition & 1 deletion .github/workflows/crds-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/daily-nightly-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
use-tmate: ${{ secrets.USE_TMATE }}

- name: setup golang
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-smoke-suite-reef-artifact
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-smoke-suite-squid-artifact
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-smoke-suite-master-artifact
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-object-suite-master-artifact
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-upgrade-suite-squid-artifact
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-upgrade-suite-reef-artifact
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.9

- uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v18.0.0
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
with:
globs: |
Documentation/**/*.md
!Documentation/Helm-Charts

- name: Check helm-docs
run: make check.helm-docs
- name: Check docs
run: make check.docs
run: |
make gen.docs
tests/scripts/validate_modified_files.sh docs
- name: Install mkdocs and dependencies
run: cd build/release/ && make deps.docs

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.62
Expand All @@ -52,7 +52,7 @@ jobs:
name: govulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: 3.9

- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0

- name: Run chart-testing (lint)
run: ct lint --charts=./deploy/charts/rook-ceph --validate-yaml=false --validate-maintainers=false
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-helm-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-helm-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-keystone-auth-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-mgr-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-mgr-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
CLUSTER_NAMESPACE="multi-external" tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-multi-cluster-deploy-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-object-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-object-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-smoke-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-smoke-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-upgrade-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-upgrade-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-upgrade-helm-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/integration-tests-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-helm-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
CLUSTER_NAMESPACE="multi-external" tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-multi-cluster-deploy-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-smoke-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-upgrade-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-upgrade-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
tests/scripts/collect-logs.sh

- name: Artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: failure()
with:
name: ceph-object-suite-artifact-${{ matrix.kubernetes-versions }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pip install yamllint

- name: Lint YAML files
run: yamllint -c .github/workflows/.yamllint deploy/examples/ --no-warnings
run: make yamllint

pylint:
runs-on: ubuntu-latest
Expand All @@ -58,7 +58,7 @@ jobs:
pip install pygit2

- name: Lint Python files
run: pylint $(git ls-files '*.py') -E
run: make pylint

- name: Setup black for py
uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # stable
2 changes: 1 addition & 1 deletion .github/workflows/mod-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
fetch-depth: 0

- name: Set up Go version
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

- name: Create KinD Cluster
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
config: tests/scripts/multus/kind-config.yaml
cluster_name: kind
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

# docker/setup-qemu action installs QEMU static binaries, which are used to run builders for architectures other than the host.
- name: set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # master
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # master
with:
platforms: all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rbac-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF file
path: results.sarif
Expand All @@ -64,6 +64,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
sarif_file: results.sarif
Loading
Loading