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

STOR-1570: Chore: Update secrets-store-csi-driver to the latest release #12

Merged
merged 125 commits into from
Feb 7, 2024

Conversation

dobsonj
Copy link
Member

@dobsonj dobsonj commented Jan 16, 2024

https://issues.redhat.com/browse/STOR-1570

This rebases the driver on the v1.4.0 upstream release, bringing in the following changes since v1.3.4

  • test: more usage of t.TempDir()
  • chore: bump github/codeql-action from 2.3.0 to 2.3.2
  • chore: bump codecov/codecov-action from 3.1.2 to 3.1.3
  • ci: [StepSecurity] Apply security best practices
  • chore: bump golang from 403f486 to 79ffe35 in /test/e2eprovider
  • chore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eprovider
  • docs: add openssf badge
  • chore: bump golang from 403f486 to 79ffe35 in /docker
  • chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eprovider
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0
  • chore: bump step-security/harden-runner from 2.3.1 to 2.4.0
  • chore: bump github/codeql-action from 2.3.2 to 2.3.3
  • chore: bump golang from eaf1267 to 31a8f92 in /docker
  • chore: bump golang from 79ffe35 to 31a8f92 in /test/e2eprovider
  • Use dl.k8s.io instead of hardcoded GCS URIs
  • chore: bump actions/setup-go from 4.0.0 to 4.0.1
  • chore: bump codecov/codecov-action from 3.1.3 to 3.1.4
  • chore: bump k8s deps to v1.26.4 (chore: bump k8s deps to v1.26.4 kubernetes-sigs/secrets-store-csi-driver#1254)
  • fix: make manifest diff
  • test: improve nodeserver testing
  • chore: bump k8s.io/code-generator from 0.26.4 to 0.27.2 in /hack/tools
  • Update concepts.md
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump github/codeql-action from 2.3.3 to 2.3.6
  • release: update manifest and helm charts for v1.3.4
  • chore: bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • chore: bump actions/checkout from 3.5.2 to 3.5.3
  • chore: bump actions/dependency-review-action from 3.0.4 to 3.0.6
  • chore: bump github/codeql-action from 2.3.6 to 2.20.0
  • Enable image digest as pulling option
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump k8s.io/code-generator from 0.27.2 to 0.27.3 in /hack/tools
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • chore: bump ossf/scorecard-action from 2.1.3 to 2.2.0
  • chore: bump github/codeql-action from 2.20.0 to 2.20.1
  • chore: update debian-base to bookworm-v1.0.0
  • chore: bump github/codeql-action from 2.20.1 to 2.20.3
  • chore: bump github/codeql-action from 2.20.3 to 2.20.4
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • docs: mention sig-auth subproject in readme
  • AWS provider has a Helm chart
  • chore: bump github/codeql-action from 2.20.4 to 2.21.0
  • chore: bump k8s.io/code-generator from 0.27.3 to 0.27.4 in /hack/tools
  • chore: bump github/codeql-action from 2.21.0 to 2.21.2
  • chore: cleanup secretproviderclass status
  • helm: aggregated clusterrole to view secretproviderclasspodstatuses
  • chore: bump github/codeql-action from 2.21.2 to 2.21.5
  • chore: bump actions/checkout from 3.5.3 to 4.0.0
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0 in /test/e2eprovider
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0
  • chore: bump golang.org/x/net from 0.10.0 to 0.17.0 in /hack/tools
  • Remove driver name hardcode
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: bump google.golang.org/grpc from 1.49.0 to 1.56.3
  • chore: update to go 1.21
  • chore: update to go 1.21.4 in docker
  • chore: bump version to v1.4.0 in release-1.4
  • release: update manifest and helm charts for v1.4.0

Diff to upstream v1.4.0:
kubernetes-sigs/secrets-store-csi-driver@v1.4.0...dobsonj:rebase-v1.4.0

/cc @openshift/storage

tam7t and others added 30 commits April 29, 2023 11:34
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b2c19fb...f3feb00)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@40a12dc...894ff02)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/github_actions/github/codeql-action-2.3.2

chore: bump github/codeql-action from 2.3.0 to 2.3.2
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
…ecurity_remediation

ci: [StepSecurity] Apply security best practices
Bumps golang from `403f486` to `79ffe35`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [monis.app/mlog](https://github.com/enj/mlog) from 0.0.2 to 0.0.4.
- [Release notes](https://github.com/enj/mlog/releases)
- [Commits](enj/mlog@v0.0.2...v0.0.4)

---
updated-dependencies:
- dependency-name: monis.app/mlog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/github_actions/codecov/codecov-action-3.1.3

chore: bump codecov/codecov-action from 3.1.2 to 3.1.3
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
…ot/docker/test/e2eprovider/golang-79ffe35

chore: bump golang from `403f486` to `79ffe35` in /test/e2eprovider
Bumps golang from `403f486` to `79ffe35`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/docker/docker/golang-79ffe35

chore: bump golang from `403f486` to `79ffe35` in /docker
…ot/go_modules/test/e2eprovider/monis.app/mlog-0.0.4

chore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eprovider
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.80.1 to 2.100.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.80.1...v2.100.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/test/e2eprovider/k8s.io/klog/v2-2.100.1

chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eprovider
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.54.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.47.0...v1.54.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/test/e2eprovider/google.golang.org/grpc-1.54.0

chore: bump google.golang.org/grpc from 1.47.0 to 1.54.0 in /test/e2eprovider
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@6b3083a...128a634)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f3feb00...29b1f65)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps golang from `eaf1267` to `31a8f92`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps golang from `79ffe35` to `31a8f92`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ot/github_actions/step-security/harden-runner-2.4.0

chore: bump step-security/harden-runner from 2.3.1 to 2.4.0
…ot/github_actions/github/codeql-action-2.3.3

chore: bump github/codeql-action from 2.3.2 to 2.3.3
The `storage.googleapis.com/kubernetes-release` URL is a hard coded path
to a GCS bucket location. To allow redirecting and spreading the load
across multiple hosting locations, the `dl.k8s.io` URL has been
introduced.

Signed-off-by: Sean McGinnis <stmcg@amazon.com>
Use dl.k8s.io instead of hardcoded GCS URIs
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4d34df0...fac708d)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…-pick-of-#1375-upstream-release-1.4

Automated cherry pick of kubernetes-sigs#1375: release: update manifest and helm charts for v1.4.0
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 16, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 16, 2024

@dobsonj: This pull request references STOR-1570 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set.

In response to this:

https://issues.redhat.com/browse/STOR-1570

This rebases the driver on the v1.4.0 upstream release, bringing in the following changes since v1.3.4

  • test: more usage of t.TempDir()
  • chore: bump github/codeql-action from 2.3.0 to 2.3.2
  • chore: bump codecov/codecov-action from 3.1.2 to 3.1.3
  • ci: [StepSecurity] Apply security best practices
  • chore: bump golang from 403f486 to 79ffe35 in /test/e2eprovider
  • chore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eprovider
  • docs: add openssf badge
  • chore: bump golang from 403f486 to 79ffe35 in /docker
  • chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eprovider
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0
  • chore: bump step-security/harden-runner from 2.3.1 to 2.4.0
  • chore: bump github/codeql-action from 2.3.2 to 2.3.3
  • chore: bump golang from eaf1267 to 31a8f92 in /docker
  • chore: bump golang from 79ffe35 to 31a8f92 in /test/e2eprovider
  • Use dl.k8s.io instead of hardcoded GCS URIs
  • chore: bump actions/setup-go from 4.0.0 to 4.0.1
  • chore: bump codecov/codecov-action from 3.1.3 to 3.1.4
  • chore: bump k8s deps to v1.26.4 (chore: bump k8s deps to v1.26.4 kubernetes-sigs/secrets-store-csi-driver#1254)
  • fix: make manifest diff
  • test: improve nodeserver testing
  • chore: bump k8s.io/code-generator from 0.26.4 to 0.27.2 in /hack/tools
  • Update concepts.md
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump github/codeql-action from 2.3.3 to 2.3.6
  • release: update manifest and helm charts for v1.3.4
  • chore: bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • chore: bump actions/checkout from 3.5.2 to 3.5.3
  • chore: bump actions/dependency-review-action from 3.0.4 to 3.0.6
  • chore: bump github/codeql-action from 2.3.6 to 2.20.0
  • Enable image digest as pulling option
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump k8s.io/code-generator from 0.27.2 to 0.27.3 in /hack/tools
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • chore: bump ossf/scorecard-action from 2.1.3 to 2.2.0
  • chore: bump github/codeql-action from 2.20.0 to 2.20.1
  • chore: update debian-base to bookworm-v1.0.0
  • chore: bump github/codeql-action from 2.20.1 to 2.20.3
  • chore: bump github/codeql-action from 2.20.3 to 2.20.4
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • docs: mention sig-auth subproject in readme
  • AWS provider has a Helm chart
  • chore: bump github/codeql-action from 2.20.4 to 2.21.0
  • chore: bump k8s.io/code-generator from 0.27.3 to 0.27.4 in /hack/tools
  • chore: bump github/codeql-action from 2.21.0 to 2.21.2
  • chore: cleanup secretproviderclass status
  • helm: aggregated clusterrole to view secretproviderclasspodstatuses
  • chore: bump github/codeql-action from 2.21.2 to 2.21.5
  • chore: bump actions/checkout from 3.5.3 to 4.0.0
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0 in /test/e2eprovider
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0
  • chore: bump golang.org/x/net from 0.10.0 to 0.17.0 in /hack/tools
  • Remove driver name hardcode
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: bump google.golang.org/grpc from 1.49.0 to 1.56.3
  • chore: update to go 1.21
  • chore: update to go 1.21.4 in docker
  • chore: bump version to v1.4.0 in release-1.4
  • release: update manifest and helm charts for v1.4.0

Diff to upstream v1.4.0:
kubernetes-sigs/secrets-store-csi-driver@v1.4.0...dobsonj:rebase-v1.4.0

/cc @openshift/storage

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 16, 2024
Copy link

openshift-ci bot commented Jan 16, 2024

@dobsonj: GitHub didn't allow me to request PR reviews from the following users: openshift/storage.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

https://issues.redhat.com/browse/STOR-1570

This rebases the driver on the v1.4.0 upstream release, bringing in the following changes since v1.3.4

  • test: more usage of t.TempDir()
  • chore: bump github/codeql-action from 2.3.0 to 2.3.2
  • chore: bump codecov/codecov-action from 3.1.2 to 3.1.3
  • ci: [StepSecurity] Apply security best practices
  • chore: bump golang from 403f486 to 79ffe35 in /test/e2eprovider
  • chore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eprovider
  • docs: add openssf badge
  • chore: bump golang from 403f486 to 79ffe35 in /docker
  • chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eprovider
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0
  • chore: bump step-security/harden-runner from 2.3.1 to 2.4.0
  • chore: bump github/codeql-action from 2.3.2 to 2.3.3
  • chore: bump golang from eaf1267 to 31a8f92 in /docker
  • chore: bump golang from 79ffe35 to 31a8f92 in /test/e2eprovider
  • Use dl.k8s.io instead of hardcoded GCS URIs
  • chore: bump actions/setup-go from 4.0.0 to 4.0.1
  • chore: bump codecov/codecov-action from 3.1.3 to 3.1.4
  • chore: bump k8s deps to v1.26.4 (chore: bump k8s deps to v1.26.4 kubernetes-sigs/secrets-store-csi-driver#1254)
  • fix: make manifest diff
  • test: improve nodeserver testing
  • chore: bump k8s.io/code-generator from 0.26.4 to 0.27.2 in /hack/tools
  • Update concepts.md
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump github/codeql-action from 2.3.3 to 2.3.6
  • release: update manifest and helm charts for v1.3.4
  • chore: bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • chore: bump actions/checkout from 3.5.2 to 3.5.3
  • chore: bump actions/dependency-review-action from 3.0.4 to 3.0.6
  • chore: bump github/codeql-action from 2.3.6 to 2.20.0
  • Enable image digest as pulling option
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump k8s.io/code-generator from 0.27.2 to 0.27.3 in /hack/tools
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • chore: bump ossf/scorecard-action from 2.1.3 to 2.2.0
  • chore: bump github/codeql-action from 2.20.0 to 2.20.1
  • chore: update debian-base to bookworm-v1.0.0
  • chore: bump github/codeql-action from 2.20.1 to 2.20.3
  • chore: bump github/codeql-action from 2.20.3 to 2.20.4
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • docs: mention sig-auth subproject in readme
  • AWS provider has a Helm chart
  • chore: bump github/codeql-action from 2.20.4 to 2.21.0
  • chore: bump k8s.io/code-generator from 0.27.3 to 0.27.4 in /hack/tools
  • chore: bump github/codeql-action from 2.21.0 to 2.21.2
  • chore: cleanup secretproviderclass status
  • helm: aggregated clusterrole to view secretproviderclasspodstatuses
  • chore: bump github/codeql-action from 2.21.2 to 2.21.5
  • chore: bump actions/checkout from 3.5.3 to 4.0.0
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0 in /test/e2eprovider
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0
  • chore: bump golang.org/x/net from 0.10.0 to 0.17.0 in /hack/tools
  • Remove driver name hardcode
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: bump google.golang.org/grpc from 1.49.0 to 1.56.3
  • chore: update to go 1.21
  • chore: update to go 1.21.4 in docker
  • chore: bump version to v1.4.0 in release-1.4
  • release: update manifest and helm charts for v1.4.0

Diff to upstream v1.4.0:
kubernetes-sigs/secrets-store-csi-driver@v1.4.0...dobsonj:rebase-v1.4.0

/cc @openshift/storage

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link

openshift-ci bot commented Jan 16, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dobsonj

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 16, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 16, 2024
Copy link

openshift-ci bot commented Jan 22, 2024

@dobsonj: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@jsafrane
Copy link

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2024
@ropatil010
Copy link

ropatil010 commented Feb 7, 2024

Adding the label based on Pre-merge regression test results added here: https://issues.redhat.com/browse/STOR-1570
/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Feb 7, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 7, 2024

@dobsonj: This pull request references STOR-1570 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set.

In response to this:

https://issues.redhat.com/browse/STOR-1570

This rebases the driver on the v1.4.0 upstream release, bringing in the following changes since v1.3.4

  • test: more usage of t.TempDir()
  • chore: bump github/codeql-action from 2.3.0 to 2.3.2
  • chore: bump codecov/codecov-action from 3.1.2 to 3.1.3
  • ci: [StepSecurity] Apply security best practices
  • chore: bump golang from 403f486 to 79ffe35 in /test/e2eprovider
  • chore: bump monis.app/mlog from 0.0.2 to 0.0.4 in /test/e2eprovider
  • docs: add openssf badge
  • chore: bump golang from 403f486 to 79ffe35 in /docker
  • chore: bump k8s.io/klog/v2 from 2.80.1 to 2.100.1 in /test/e2eprovider
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: update node-driver-registrar:v2.8.0, livenessprobe:v2.10.0
  • chore: bump step-security/harden-runner from 2.3.1 to 2.4.0
  • chore: bump github/codeql-action from 2.3.2 to 2.3.3
  • chore: bump golang from eaf1267 to 31a8f92 in /docker
  • chore: bump golang from 79ffe35 to 31a8f92 in /test/e2eprovider
  • Use dl.k8s.io instead of hardcoded GCS URIs
  • chore: bump actions/setup-go from 4.0.0 to 4.0.1
  • chore: bump codecov/codecov-action from 3.1.3 to 3.1.4
  • chore: bump k8s deps to v1.26.4 (chore: bump k8s deps to v1.26.4 kubernetes-sigs/secrets-store-csi-driver#1254)
  • fix: make manifest diff
  • test: improve nodeserver testing
  • chore: bump k8s.io/code-generator from 0.26.4 to 0.27.2 in /hack/tools
  • Update concepts.md
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump github/codeql-action from 2.3.3 to 2.3.6
  • release: update manifest and helm charts for v1.3.4
  • chore: bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • chore: bump actions/checkout from 3.5.2 to 3.5.3
  • chore: bump actions/dependency-review-action from 3.0.4 to 3.0.6
  • chore: bump github/codeql-action from 2.3.6 to 2.20.0
  • Enable image digest as pulling option
  • chore: bump github.com/golangci/golangci-lint in /hack/tools
  • chore: bump k8s.io/code-generator from 0.27.2 to 0.27.3 in /hack/tools
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • chore: bump ossf/scorecard-action from 2.1.3 to 2.2.0
  • chore: bump github/codeql-action from 2.20.0 to 2.20.1
  • chore: update debian-base to bookworm-v1.0.0
  • chore: bump github/codeql-action from 2.20.1 to 2.20.3
  • chore: bump github/codeql-action from 2.20.3 to 2.20.4
  • chore: bump sigs.k8s.io/controller-tools in /hack/tools
  • docs: mention sig-auth subproject in readme
  • AWS provider has a Helm chart
  • chore: bump github/codeql-action from 2.20.4 to 2.21.0
  • chore: bump k8s.io/code-generator from 0.27.3 to 0.27.4 in /hack/tools
  • chore: bump github/codeql-action from 2.21.0 to 2.21.2
  • chore: cleanup secretproviderclass status
  • helm: aggregated clusterrole to view secretproviderclasspodstatuses
  • chore: bump github/codeql-action from 2.21.2 to 2.21.5
  • chore: bump actions/checkout from 3.5.3 to 4.0.0
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0 in /test/e2eprovider
  • chore: bump golang.org/x/net from 0.8.0 to 0.17.0
  • chore: bump golang.org/x/net from 0.10.0 to 0.17.0 in /hack/tools
  • Remove driver name hardcode
  • chore: bump google.golang.org/grpc in /test/e2eprovider
  • chore: bump google.golang.org/grpc from 1.49.0 to 1.56.3
  • chore: update to go 1.21
  • chore: update to go 1.21.4 in docker
  • chore: bump version to v1.4.0 in release-1.4
  • release: update manifest and helm charts for v1.4.0

Diff to upstream v1.4.0:
kubernetes-sigs/secrets-store-csi-driver@v1.4.0...dobsonj:rebase-v1.4.0

/cc @openshift/storage

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@dobsonj
Copy link
Member Author

dobsonj commented Feb 7, 2024

/label docs-approved
/label px-approved

@openshift-ci openshift-ci bot added docs-approved Signifies that Docs has signed off on this PR px-approved Signifies that Product Support has signed off on this PR labels Feb 7, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit b8ed753 into openshift:main Feb 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet