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

Merge patch release 0.3.11 into main #344

Merged
merged 18 commits into from
Mar 8, 2023
Merged

Merge patch release 0.3.11 into main #344

merged 18 commits into from
Mar 8, 2023

Commits on Jan 11, 2023

  1. Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#314)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3.1.1...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    97d1b53 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 3.0.11 to 3.2.3 (#313)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.0.11...v3.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c0e35e9 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#309)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.0...v17.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2831d3c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Clears payload at startup (#326)

    * Fix Mongodb configuration where GUIDs are not deserialized correctly
    
    Remove pending payloads only when MachineName matches.
    
    * Update changelog
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    mocsharp committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7ad457a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Fix payload assembler not respecting user configured timeout window (#…

    …330)
    
    * Fix payload assembler not respecting user configured timeout window
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    
    * Add test case for grouping over multiple associations
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    
    * Adjust pulse time to catch the previous regression
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    
    ---------
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    mocsharp committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e3a463b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Bump Microsoft.EntityFrameworkCore.InMemory from 6.0.13 to 6.0.14 (#337)

    Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 6.0.13 to 6.0.14.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v6.0.13...v6.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.EntityFrameworkCore.InMemory
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1067bb0 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.EntityFrameworkCore from 6.0.13 to 6.0.14 (#336)

    Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 6.0.13 to 6.0.14.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v6.0.13...v6.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.EntityFrameworkCore
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    55f78e3 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.EntityFrameworkCore.Design from 6.0.13 to 6.0.14 (#335)

    Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) from 6.0.13 to 6.0.14.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v6.0.13...v6.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.EntityFrameworkCore.Design
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>
    dependabot[bot] and mocsharp committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    efaab5c View commit details
    Browse the repository at this point in the history
  4. Bump anchore/scan-action from 3.3.2 to 3.3.4 (#334)

    Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.2 to 3.3.4.
    - [Release notes](https://github.com/anchore/scan-action/releases)
    - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
    - [Commits](anchore/scan-action@v3.3.2...v3.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: anchore/scan-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    49227ef View commit details
    Browse the repository at this point in the history
  5. Bump actions/cache from 3.2.3 to 3.2.5 (#333)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.2.3...v3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    65c549e View commit details
    Browse the repository at this point in the history
  6. Bump docker/build-push-action from 3.2.0 to 4.0.0 (#328)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v3.2.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    539ae4d View commit details
    Browse the repository at this point in the history
  7. Bump docker/metadata-action from 4.1.1 to 4.3.0 (#319)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.3.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@v4.1.1...v4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    2267f21 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Bump actions/cache from 3.2.5 to 3.2.6 (#342)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.2.5...v3.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    3b1b3c7 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.EntityFrameworkCore.Sqlite from 6.0.13 to 6.0.14 (#338)

    Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 6.0.13 to 6.0.14.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v6.0.13...v6.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.EntityFrameworkCore.Sqlite
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a176f43 View commit details
    Browse the repository at this point in the history
  3. Update messaging lib to 0.1.20 (#343)

    * Update messaging lib to 0.1.20
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    
    * Update licenses
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    
    ---------
    
    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    mocsharp committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    86cb04c View commit details
    Browse the repository at this point in the history
  4. Log payload move exception (#323)

    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    mocsharp committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7c97f1e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into patch/0.3.11

    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    mocsharp committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6d45521 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Signed-off-by: Victor Chang <vicchang@nvidia.com>
    mocsharp committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6083d4a View commit details
    Browse the repository at this point in the history