Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/runner Loading
base: v2.313.0
Choose a base ref
...
head repository: actions/runner Loading
compare: v2.314.0
Choose a head ref
  • 11 commits
  • 35 files changed
  • 7 contributors

Commits on Feb 7, 2024

  1. Prepare v2.313.0 Release (#3137)

    * update runnerversion
    
    * update releaseNote.md
    
    * update-releasenote
    luketomlinson committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    31318d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 15, 2024

  1. Process snapshot tokens (#3135)

    * Added Snapshot TemplateToken to AgentJobRequestMessage
    
    * WIP for processing the snapshot token
    
    * Changed snapshot post job step condition to Success, added comments
    
    * Refactored snapshot post-job step
    
    * Added evaluation of snapshot token to retrieve image name
    
    * Added snapshot to workflow schema
    
    * Fixed linter error
    
    * Migrated snapshot logic to new SnapshotOperationProvider
    
    * Fixed linter error
    
    * Fixed linter errors
    
    * Fixed linter error
    
    * Fixed linter errors
    
    * Updated L0 tests
    
    * Fixed linter errors
    
    * Added new JobExtensionL0 tests for snapshot post-job step
    
    * Added JobExtensionL0 test case for snapshot mappings
    
    * Added SnapshotOperationProviderL0 tests
    
    * Enabled nullable types for SnapshotOperationProvider and its tests
    
    * Added more assertions to SnapshotOperationProviderL0 tests
    
    * Fixed linter errors
    
    * Made sure TestHostContexts are disposed of properlyh in SnapshotOperationProviderL0 tests
    
    * Resolved PR comments
    
    * Fixed formatting
    
    * Removed redundant reference
    
    * Addressed PR comments
    davidomid committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    927b26a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Upgrade dotnet sdk to v6.0.419 (#3158)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3db5c90 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. handle broker run service exception handling (#3163)

    * handle run service exception handling
    
    * force fail always
    
    * format
    
    * format
    yaananth committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b19b946 View commit details
    Browse the repository at this point in the history
  2. Add a retry logic to docker login operation (#3089)

    While there's an existing retry mechanism for the `docker pull` command
    [^1], it's missing for `docker login`.
    
    Similar to the `docker pull` scenario, the container registry could
    potentially be briefly unavailable or inaccessible, leading to failed
    `docker login` attempt and subsequent workflow run failures.
    
    Since it's container based workflow, there is not way to retry on
    customer side. The runner should retry itself.
    
    It also aligns with community feedback [^2].
    
    [^1]: https://github.com/actions/runner/blob/8e0cd36cd8c74c3067ffe10189c1e42f7e753af2/src/Runner.Worker/ContainerOperationProvider.cs#L201
    [^2]: https://github.com/orgs/community/discussions/73069
    
    Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
    enescakir and thboop committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6603bfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3449d5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d296014 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    034c51c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    601d3de View commit details
    Browse the repository at this point in the history
  3. Prepare v2.314.0 release (#3172)

    * Prepare v2.314.0 release
    
    * update releaseNoteMd
    luketomlinson committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d8bce88 View commit details
    Browse the repository at this point in the history
Loading