Skip to content

Commit 4db2598

Browse files
authored
Merge pull request #3244 from buildkite/release-v3.95.0
Bump version and changelog for v3.95.0
2 parents bc7a0d6 + 5b2749c commit 4db2598

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v3.95.0](https://github.com/buildkite/agent/tree/v3.95.0) (2025-03-20)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.94.0...v3.95.0)
10+
11+
> [!IMPORTANT]
12+
> Secrets (as visible to the agent in environment variables) are now redacted from annotations, meta-data values, and step updates, similar to how secrets are redacted from job logs.
13+
> If needed, this can be disabled by passing the flag `--redacted-vars=''` to the `annotate`, `meta-data set`, or `step update` command.
14+
15+
### Changed
16+
- Redact meta-data values and step attribute updates with warnings [#3243](https://github.com/buildkite/agent/pull/3243) (@DrJosh9000)
17+
- Redact annotations [#3242](https://github.com/buildkite/agent/pull/3242) (@DrJosh9000)
18+
- ANSI parser speedup [#3237](https://github.com/buildkite/agent/pull/3237) (@DrJosh9000)
19+
20+
### Fixed
21+
- Agents running with disconnect-after-job or disconnect-after-idle-timeout can now be kept alive with agent pausing [#3238](https://github.com/buildkite/agent/pull/3238) (@DrJosh9000)
22+
- The `pty-raw` experiment no longer causes a warning to be logged [#3241](https://github.com/buildkite/agent/pull/3241) (@DrJosh9000)
23+
24+
### Dependency updates
25+
- Bump google.golang.org/api from 0.224.0 to 0.226.0 in the cloud-providers group [#3240](https://github.com/buildkite/agent/pull/3240) (@dependabot[bot])
26+
- Bump the container-images group across 7 directories with 3 updates [#3239](https://github.com/buildkite/agent/pull/3239) (@dependabot[bot])
27+
828
## [v3.94.0](https://github.com/buildkite/agent/tree/v3.94.0) (2025-03-12)
929
[Full Changelog](https://github.com/buildkite/agent/compare/v3.93.1...v3.94.0)
1030

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.94.0
1+
3.95.0

0 commit comments

Comments
 (0)