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 upstream devel for ceph-csi #358

Merged
merged 3 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. journal: fix empty csiCreationTimeKey value

    This commit fixes the issue where the `csiCreationTimeKey`
    field was missing during the rebuilding of the
    `VolumeGroupJournalConfig` struct in the `Connect()` method,
    which led to the `csi.creationtime` key not being stored in
    the omap.
    
    Signed-off-by: Praveen M <[email protected]>
    iPraveenParihar authored and mergify[bot] committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e150fd9 View commit details
    Browse the repository at this point in the history
  2. ci: add test for uncommitted changes in deploy directory

    added test for uncommitted changes in deploy directory under go-test GH action.
    Also, created a new make target named `make check-deploy-committed` that
    can be used to verify the uncommitted changes.
    
    Signed-off-by: Nikhil-Ladha <[email protected]>
    Nikhil-Ladha authored and mergify[bot] committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    71cbf3d View commit details
    Browse the repository at this point in the history
  3. rebase: bump the golang-dependencies group with 3 updates

    Bumps the golang-dependencies group with 3 updates: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `golang.org/x/crypto` from 0.25.0 to 0.26.0
    - [Commits](golang/crypto@v0.25.0...v0.26.0)
    
    Updates `golang.org/x/net` from 0.27.0 to 0.28.0
    - [Commits](golang/net@v0.27.0...v0.28.0)
    
    Updates `golang.org/x/sys` from 0.23.0 to 0.24.0
    - [Commits](golang/sys@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mergify[bot] committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3db33b1 View commit details
    Browse the repository at this point in the history