Releases: buildkite/agent
v3.81.0
v3.81.0 (2024-09-10)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Fixed
- Fix for region discovery issue with aws sdkv2 when running in ec2 #2977 (@wolfeidau)
- Explain verification-failure-behavior in more detail #2984 (@DrJosh9000)
Added
- Add sha256 checksum output to the formatting options #2974 (@patrobinson)
Internal
- Dependabot churn: #2978, #2980 (@dependabot[bot])
v3.80.0
v3.80.0 (2024-09-06)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Added
- Support AWS KMS for signing and verifying pipelines #2960 (@wolfeidau)
Changed
- Allow
buildkite-agent
to run a job when JWK is unavailable but failure behaviour is set towarn
#2945 (@CheeseStick)
Fixed
- coda-content-type pass content-type to the server when specified #2967 (@SorchaAbel)
- Updated to support only ECC_NIST_P256 keyspec for initial release #2973 (@wolfeidau)
Internal
v3.79.0
v3.79.0 (2024-08-29)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Fixed
Added
- Support for multiple trace context encodings #2947 (@DrJosh9000)
Internal
- Bump github.com/buildkite/go-pipeline from 0.11.0 to 0.12.0 #2959 (@wolfeidau)
- Dependabot churn: #2951, #2955, #2949, #2956, #2954, #2950, #2953 (@dependabot[bot])
v3.78.0
v3.78.0 (2024-08-20)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Fixed
- fix for layout issues with log messages #2933 (@wolfeidau)
- Prevent Cancel from running when a k8s job is cancelled already #2935 (@CerealBoy)
- k8s: Unconditionally set
BUILDKITE_AGENT_ACCESS_TOKEN
#2942 (@DrJosh9000)
Changed
- Add a bit more context to the debugging for failing signature verify #2926 (@wolfeidau)
- Update description for the 'priority' option for the 'buildkite-agent annotate' command. #2934 (@gilesgas)
Internal
Dependabot churn: #2927, #2928, #2929, #2930, #2931, #2937, #2939, #2940, #2943 (@dependabot[bot])
v3.77.0
v3.77.0 (2024-08-08)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Added
- Added
core
package:core
makes some core agent functions accessible as a library #2915 (@DrJosh9000)
Fixed
- Write hooks into new tempdir #2925 (@DrJosh9000)
- Fix default endpoint string in
api
andcore
#2923 (@DrJosh9000)
Internal
Dependabot churn: #2919, #2922, #2921, #2918, #2917 (@dependabot[bot])
v3.76.2
v3.76.2 (2024-08-01)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Note
v3.76.0 fixed an issue which caused the HTTP client in the agent to fall back to HTTP/1.1, see #2908. If you need to disable HTTP/2.0 in your environment you can do this using the --no-http2
flag or matching configuration option.
Fixed
- Only override TLSClientConfig if set #2913 (@DrJosh9000)
v3.76.1
v3.76.1 (2024-07-31)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Note
v3.76.0 fixed an issue which caused the HTTP client in the agent to fall back to HTTP/1.1, see #2908. If you need to disable HTTP/2.0 in your environment you can do this using the --no-http2
flag or matching configuration option.
Fixed
- Pass cancel grace period to bootstrap #2910 (@DrJosh9000)
v3.76.0
v3.76.0 (2024-07-31)
Warning
This version of the agent has an issue which causes agents to intermittently disconnect for several minutes
This results in jobs failing with "agent lost" (status code -1).
Please use v3.82.1 or later. See #3005 for more info.
Note
This release fixed an issue which caused the HTTP client in the agent to fall back to HTTP/1.1, see #2908. If you need to disable HTTP/2.0 in your environment you can do this using the --no-http2
flag or matching configuration option.
Changed
- fix enable http/2 by default as intended by flags #2908 (@wolfeidau)
Fixed
- Let artifact phase and post-command run in grace period #2899 (@DrJosh9000)
Internal
v3.75.1
v3.75.0
Added
- Introduce
riscv64
architecture #2877 (@TimePrinciple) - Add a SHA256SUMS file #2890 (@DrJosh9000)
Changed
- Reject more secrets #2884 (@DrJosh9000)
- Include repo name in Packages image path #2871 (@swebb)
Fixed
- Fix some common artifact download bugs #2878 (@DrJosh9000)
- SUP-2343: remove "retry" example from "buildkite-agent step get" as not valid #2879 (@tomowatt)
Internal
- Log in to buildkite packages right before pushing images #2892 (@moskyb)
- Update LICENSE.txt #2885 (@wooly)
- Remove Packagecloud agent publish steps from agent pipeline #2873 (@tommeier)
- Release Docker images on Buildkite Packages #2837 (@swebb)
- Fix the OIDC login for Packages #2875 (@swebb)
- Fix the Packages registry name #2874 (@swebb)
- Fix image name when pushing to Buildkite packages #2870 (@swebb)
- Dependabot updates: #2888, #2887, #2882, #2883, #2880 (@dependabot[bot])