Releases: buildkite/agent
v3.82.0
v3.82.0 (2024-09-17)
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
- Emit HTTP timings #2989 (@patrobinson)
- Add JSON-format env file, allow annotations from pre-bootstrap #2988 (@DrJosh9000)
Changed
Fixed
- Use job tokens for log chunk uploads #2986 (@tessereth)
- Temporarily pin kubectl version #2997 (@patrobinson)
- Prefer $HOME on all platforms #3000 (@DrJosh9000)
- Bump github.com/buildkite/interpolate from 0.1.3 to 0.1.4 #3002 (@dependabot[bot]) (Fixes a bug in nested variable interpolation buildkite/interpolate#15)
Internal
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)