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

Release v0.1.4 #200

Merged
merged 15 commits into from
Aug 22, 2024
Merged

Release v0.1.4 #200

merged 15 commits into from
Aug 22, 2024

Commits on Jul 25, 2024

  1. Use nnfv1alpha1.DataMovementInitiator from nnf-sos

    Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
    bdevcich committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    729bba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Parse stats from dcp output (#189)

    Grab the end stats from dcp output and store it in the command status.
    
    Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
    bdevcich committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    419cf16 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Verify auto-gen files in workflow (#190)

    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    45a8a3d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Bump envtest to 1.29 (#192)

    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9309f88 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Squash the warnings about patchesStrategicMerge (#193)

    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9e2c8d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Use NnfDataMovementProfiles

    nnf-dm uses a configmap to store its configuration in. This is not
    consistent with the other means of configuration (i.e. Storage and
    Container Profiles).
    
    This change removes the nnf-dm-config map and swaps it with using
    NnfDataMovementProfiles.
    
    Pinned profiles are used for copy_in/copy_out directives. Non-pinned
    profiles are used for the Copy Offload API since the user can select any
    profile they wish and can change profiles with each request. This means
    that the nnf-dm reconciler now needs access to the `nnf-system`
    namespace to get the non-pinned profiles.
    
    Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
    bdevcich committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    27cfe15 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Handle case mismatch warning for FROM and AS (#194)

    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d7b12ce View commit details
    Browse the repository at this point in the history
  2. Re-vendor nnf-sos datamovementprofile changes (#195)

    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9fecb22 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Update nnf-sos modules

    Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
    bdevcich committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    732134f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Optional DM mkdir (#197)

    For things like SCR that are using the Copy Offload API, the destination
    can easily be created by the client software. SCR guarantees this.
    
    Using profiles, allow the destination prep (mkdir to ensure dest exists)
    to be skipped.
    
    This way, copy_in/copy_out can still ensure the dest exists while
    disabling this behavior for SCR.
    
    Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
    bdevcich committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5a57d7c View commit details
    Browse the repository at this point in the history
  2. update peer modules

    Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
    ajfloeder committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0867289 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #198 from NearNodeFlash/update-peer-modules

    update peer modules
    ajfloeder committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    45a98ea View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge branch 'master' into release-v0.1.4

    Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
    ajfloeder committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cdb45f1 View commit details
    Browse the repository at this point in the history
  2. Update nnf-mfu release references

    Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
    ajfloeder committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0c89a41 View commit details
    Browse the repository at this point in the history
  3. Update own release references

    Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
    ajfloeder committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b53b981 View commit details
    Browse the repository at this point in the history