From 682e8556245890daf2be52f8c6c74a8b46cc1afe Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Thu, 17 Aug 2023 17:13:45 +1000 Subject: [PATCH] Update VERSION and CHANGELOG for v3.52.0 --- CHANGELOG.md | 9 +++++++-- version/VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b93ff2f47..8aa0ec783c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [v3.51.1](https://github.com/buildkite/agent/tree/v3.51.1) (2023-08-16) -[Full Changelog](https://github.com/buildkite/agent/compare/v3.51.0...v3.51.1) +## [v3.52.0](https://github.com/buildkite/agent/tree/v3.52.0) (2023-08-17) +[Full Changelog](https://github.com/buildkite/agent/compare/v3.51.0...v3.52.0) + +### Added +- [Experimental] Include pipeline and step env in step signatures [#2295](https://github.com/buildkite/agent/pull/2295) (@DrJosh9000) ### Fixed - Fix step get is printing the address of the stdout stream at the start [#2299](https://github.com/buildkite/agent/pull/2299) (@triarius) @@ -15,6 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add a newline after printing errors from the config parser [#2296](https://github.com/buildkite/agent/pull/2296) (@triarius) ### Internal +- Enable mount-buildkite-agent in release pipeline containers [#2298](https://github.com/buildkite/agent/pull/2298) (@DrJosh9000) +- Update ecr, docker plugins, and agent image ver [#2297](https://github.com/buildkite/agent/pull/2297) (@DrJosh9000) - Pin bk cli used in agent pipeline to a commit [#2294](https://github.com/buildkite/agent/pull/2294) (@triarius) ## [v3.51.0](https://github.com/buildkite/agent/tree/v3.51.0) (2023-08-15) diff --git a/version/VERSION b/version/VERSION index d1278a4677..7ac0b0a686 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -3.51.1 +3.52.0