Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump nix from 0.26.2 to 0.27.1 in /src/agent #3482

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2023

  1. Release 8.7.1 (hotfix) (#3459)

    * Remove the retention policy setting (#3452)
    
    ---------
    
    Co-authored-by: Cheick Keita <[email protected]>
    AdamL-Microsoft and chkeita authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c69deed View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Revert "Release 8.7.1 (hotfix) (#3459)" (#3468)

    This reverts commit c69deed.
    AdamL-Microsoft authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c8986aa View commit details
    Browse the repository at this point in the history
  2. Redo 8.7.1 (#3469)

    * Redo-8.7.1-hotfix
    
    ---------
    
    Co-authored-by: Cheick Keita <[email protected]>
    AdamL-Microsoft and chkeita authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7b40402 View commit details
    Browse the repository at this point in the history
  3. Support custom ado fields that mark work items as duplicate (#3467)

    * Add field to ado config for checking duplicate work items
    
    * Make duplicate fields nullable and add it to python models
    
    * Update broken tests
    
    * Update docs to include new ado_duplicate_fields property
    kananb authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d999603 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    b2435b1 View commit details
    Browse the repository at this point in the history
  2. Bump tokio from 1.30.0 to 1.32.0 in /src/proxy-manager (#3425)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.30.0 to 1.32.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b913074 View commit details
    Browse the repository at this point in the history
  3. Bump tokio from 1.30.0 to 1.32.0 in /src/agent (#3424)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.30.0 to 1.32.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    14ab36e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    f141050 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump elsa from 1.8.1 to 1.9.0 in /src/agent (#3411)

    Bumps [elsa](https://github.com/manishearth/elsa) from 1.8.1 to 1.9.0.
    - [Commits](Manishearth/elsa@v1.8.1...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: elsa
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d4319d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump tempfile from 3.7.1 to 3.8.0 in /src/agent (#3437)

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.7.1...v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    93b16ec View commit details
    Browse the repository at this point in the history
  2. Bump tempfile from 3.7.1 to 3.8.0 in /src/proxy-manager (#3436)

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.7.1...v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7f7ab37 View commit details
    Browse the repository at this point in the history
  3. Updating requirements.txt to accept >= onefuzztypes. (#3477)

    * Updating requirements.txt to accept >= onefuzztypes.
    
    * Trying to loosen restriction.
    nharper285 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b2e6a07 View commit details
    Browse the repository at this point in the history
  4. Bump notify from 6.0.1 to 6.1.1 in /src/agent (#3435)

    Bumps [notify](https://github.com/notify-rs/notify) from 6.0.1 to 6.1.1.
    - [Release notes](https://github.com/notify-rs/notify/releases)
    - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
    - [Commits](notify-rs/notify@notify-6.0.1...notify-6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: notify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    aa9c9ea View commit details
    Browse the repository at this point in the history
  5. Bump azure_* crates (#3478)

    Porges authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    74475cc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Bump nix from 0.26.2 to 0.27.1 in /src/agent

    Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.1.
    - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
    - [Commits](nix-rust/nix@v0.26.2...v0.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: nix
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6e4fceb View commit details
    Browse the repository at this point in the history
  2. Add signal feature

    Porges authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8b73648 View commit details
    Browse the repository at this point in the history