eric sciple
7e84ae0b30
Prepare release 2.319.0 ( #3424 )
2024-08-08 08:57:44 -05:00
eric sciple
fb6d1adb43
.NET 8 OS compatibility test ( #3422 )
...
* Revert "Warn for soon to be deprecated OS versions (#3413 )"
This reverts commit ae04147f96 .
* Add .NET 8 OS compatibility test
* feedback
2024-08-07 16:53:00 -05:00
Tingluo Huang
7303cb5673
Ignore ssl cert on websocket client. ( #3423 )
2024-08-06 18:20:54 -04:00
Tingluo Huang
43d67e46db
Revert "Bump runner to dotnet 8" ( #3412 )
...
* Revert "Upgrade dotnet sdk to v8.0.303 (#3388 )"
This reverts commit dbcaa7cf3d .
* Revert "Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (#3347 )"
This reverts commit 3dab1f1fb0 .
* Revert "Upgrade dotnet sdk to v8.0.302 (#3346 )"
This reverts commit 8f1c723ba0 .
* Revert "Bump runner to dotnet 8 (#3345 )"
This reverts commit 1e74a8137b .
2024-08-05 10:03:18 -05:00
eric sciple
ae04147f96
Warn for soon to be deprecated OS versions ( #3413 )
2024-08-02 14:37:46 -05:00
eric sciple
12506842c0
Prepare release 2.318.0 ( #3404 )
2024-07-26 10:03:59 -05:00
Tingluo Huang
2190396357
Update Docker to v27.1.1 ( #3401 )
...
* Update Docker to v27.1.1
* Update Dockerfile
2024-07-26 10:36:05 -04:00
Kynan Ware
41bc0da6fe
Redirect supported OS doc section to the public docs ( #3396 )
...
* redirect supported OS doc to public docs
* Anchor to appropriate OS heading
Co-authored-by: Patrick Ellis <319655+pje@users.noreply.github.com >
---------
Co-authored-by: Patrick Ellis <319655+pje@users.noreply.github.com >
2024-07-22 17:07:09 -04:00
Kynan Ware
2a7f327d93
Update supported distros to match new docs ( #3226 )
...
Co-authored-by: Patrick Ellis <319655+pje@users.noreply.github.com >
2024-07-17 10:35:03 -04:00
github-actions[bot]
dbcaa7cf3d
Upgrade dotnet sdk to v8.0.303 ( #3388 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-15 01:06:31 -04:00
Francesco Renzi
8df87a82b0
Rephrase node20 warning ( #3376 )
2024-07-08 12:41:06 +01:00
Nikola Jokic
70746ff593
Bump hook version to 0.6.1 ( #3350 )
2024-06-26 14:56:33 +02:00
eric sciple
054fc2e046
Backoff to avoid excessive retries to Run Service in a duration ( #3354 )
2024-06-24 16:33:22 -05:00
eric sciple
ecb732eaf4
Receive error body from Run Service ( #3342 )
2024-06-19 16:38:32 +00:00
dependabot[bot]
3dab1f1fb0
Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src ( #3347 )
...
Bumps [System.Security.Cryptography.Pkcs](https://github.com/dotnet/runtime ) from 5.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: System.Security.Cryptography.Pkcs
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>
2024-06-18 12:12:10 -04:00
github-actions[bot]
8f1c723ba0
Upgrade dotnet sdk to v8.0.302 ( #3346 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-18 12:03:44 -04:00
Tingluo Huang
1e74a8137b
Bump runner to dotnet 8 ( #3345 )
...
* Bump runner to dotnet 8
* .
2024-06-18 11:28:53 -04:00
Josh Gross
3f28dd845f
Pass runner version as environment variable in workflow ( #3318 )
2024-06-10 18:13:17 -04:00
Tingluo Huang
edfdbb9661
Make sure we mask secrets when reporting telemetry. ( #3315 )
2024-06-04 09:57:15 -04:00
Hidetake Iwata
00888c10f9
Bump docker version and docker buildx version ( #3277 )
2024-05-31 16:22:54 +00:00
Francesco Renzi
84b1bea43e
Prepare relese 2.317.0 ( #3311 )
2024-05-30 13:36:44 +01:00
dependabot[bot]
ce4d7be00f
Bump xunit from 2.4.1 to 2.7.1 in /src ( #3242 )
...
* Bump xunit from 2.4.1 to 2.7.1 in /src
Bumps [xunit](https://github.com/xunit/xunit ) from 2.4.1 to 2.7.1.
- [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.7.1 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Appease xunit warnings after upgrading to v2.7.1
* Appease the whitespace linter
* Appease the whitespace linter
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Ellis <319655+pje@users.noreply.github.com >
2024-05-21 10:47:43 -04:00
John Wesley Walker III
bd7235ef62
Install gpg-agent during actions/runner container image build ( #3294 )
...
`add-apt-repository` depends on `gpg-agent`
2024-05-17 09:55:44 -04:00
John Wesley Walker III
0f15173045
Make it easy to install git on an Action Runner Image ( #3273 )
...
(We don't actually install `git`. We simply get the prerequisites out of the way.)
2024-05-15 18:01:06 +00:00
Patrick Ellis
76dc3a28c0
Upgrade node20: 20.8.1 → 20.13.1 ( #3284 )
...
* Upgrade node20: 20.8.1 → 20.13.1
* Call out the release process for `alpine_nodejs` in a comment
* move the comment to the end of the line so it's more obvious which variable it's talking about
2024-05-14 13:50:33 -04:00
Patrick Ellis
c67e7f2813
Delete all the contentHash files ( #3285 )
...
Nothing uses them anymore after #3074 .
2024-05-13 17:40:23 -04:00
Yang Cao
54052b94fb
Also do not give up when uploading steps metadata ( #3280 )
2024-05-10 11:02:29 -04:00
Luke Tomlinson
f2c05de91c
Prep 2.316.1 Release ( #3272 )
2024-05-02 13:44:48 -04:00
eric sciple
18803bdff6
Preserve dates when deserializing job message from Run Service ( #3269 )
...
* Preserve dates when deserializing job message from Run Service
* Preserve dates when deserializing job message from "Actions Run Service"
v2.316.1
2024-05-02 10:44:57 -04:00
Francesco Renzi
04b07b6675
Prepare v2.316.0 release ( #3252 )
2024-04-23 16:46:17 +01:00
eric sciple
dd9fcfc5b2
Replace invalid file name chars in diag log name ( #3249 )
2024-04-20 11:37:25 -05:00
Tingluo Huang
5107c5efb2
Cleanup enabled feature flags. ( #3248 )
2024-04-19 15:31:44 -04:00
Yang Cao
1b61d78c07
Relax the condition to stop uploading to Results ( #3230 )
2024-04-17 13:55:03 +00:00
Tingluo Huang
2e0eb2c11f
Cleanup enabled feature flags. ( #3246 )
...
* Cleanup FF 'DistributedTask.UseWhich2'.
* more ff.
2024-04-16 16:52:10 -04:00
github-actions[bot]
2d83e1d88f
Upgrade dotnet sdk to v6.0.421 ( #3244 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-14 22:47:26 -04:00
Aiqiao Yan
4a1e38095b
backoff if we retried polling for more than 50 times in less than 30m… ( #3232 )
...
* backoff if we retried polling for more than 50 times in less than 30minutes
* run dotnet format
* move delay to after no message trace
* run dotnet format
2024-04-09 14:13:07 -04:00
eeSquared
f467e9e125
Add new SessionConflict return code ( #3215 )
...
* Add new SessionConflict return code
* formatting
* Change return type of CreateSessionAsync to new enum
* Update entry scripts to handle new exit code
* Move enum
2024-03-27 18:49:58 +00:00
Tingluo Huang
77e0bfbb8a
Load '_runnerSettings' in the early point of JobRunner.cs ( #3218 )
2024-03-23 23:12:39 -04:00
Luke Tomlinson
a52c53955c
Prepare v2.315.0 release ( #3216 )
v2.315.0
2024-03-22 11:38:53 -04:00
Luke Tomlinson
8ebf298bcd
Always Delete Actions Service Session ( #3214 )
...
* Delete Actions Service session always
* update tes
2024-03-21 16:30:34 -04:00
Jacob Wallraff
4b85145661
Handle new non-retryable exception type ( #3191 )
...
* Handle new non-retryable exception type
* Update ActionManager.cs
2024-03-21 18:50:45 +00:00
Nikola Jokic
bc8b6e0152
Bump docker version and docker buildx version ( #3208 )
2024-03-20 11:16:41 -04:00
github-actions[bot]
82e01c6173
Upgrade dotnet sdk to v6.0.420 ( #3211 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-17 22:42:44 -04:00
Nikola Jokic
93bc1cd918
Bump hook version to 0.6.0 ( #3203 )
2024-03-15 11:13:29 -04:00
Tatyana Kostromskaya
692d910868
Add ability to enforce actions to run on node20 ( #3192 )
...
Add options to enforce actions execute on node20
2024-03-14 14:12:08 +01:00
Patrick Carnahan
2c8c941622
consume new pipelines service url in handlers ( #3185 )
...
* consume pipelines service url if present
updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
* consume pipelines url
updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
2024-03-05 11:13:16 -05:00
Nikola Jokic
86d6211c75
Remove -f flag in wait when manually trap signal ( #3182 )
...
* Remove -f flag in wait when manually trap signal
* Remove extra empty line
2024-03-04 11:32:21 +01:00
Yashwanth Anantharaju
aa90563cae
don't crash listener on getting job exceptions ( #3177 )
2024-02-29 15:39:29 +00:00
Tingluo Huang
4cb3cb2962
Bump runner version to match the latest patch release ( #3175 )
2024-02-28 20:08:31 +00:00
Ryan Troost
d7777fd632
fix summaries for actions results ( #3174 )
...
* fix summaries for actions results
* remove negative
2024-02-27 15:22:26 -05:00