From 28494039c042ef5f38feedb84c902a63c7e3fab3 Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Thu, 22 Feb 2024 12:01:05 +1100 Subject: [PATCH 1/2] Bump version and changelog for v3.64 --- CHANGELOG.md | 15 +++++++++++++++ version/VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3edad09220..88af9d0c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.64.0](https://github.com/buildkite/agent/tree/v3.64.0) (2024-02-21) +[Full Changelog](https://github.com/buildkite/agent/compare/v3.63.1...v3.64.0) + +### Added +- De-experimentify Job API [#2646](https://github.com/buildkite/agent/pull/2646) (@triarius) +- Add explicit queue flag to the agent [#2648](https://github.com/buildkite/agent/pull/2648) (@moskyb) +- Add an info log of which experiments are known and enabled on agent start [#2645](https://github.com/buildkite/agent/pull/2645) (@triarius) + +### Fixed +- YAML marshaling of `wait`, `block`, and `input` scalar steps (when using `tool sign` or `pipeline upload --format=yaml`) [#2640](https://github.com/buildkite/agent/pull/2640) (@DrJosh9000) +- Packaging: Use separate repos for each package type [#2636](https://github.com/buildkite/agent/pull/2636) (@sj26) + +### Internal +- Various dependency updates: [#2643](https://github.com/buildkite/agent/pull/2643), [#2642](https://github.com/buildkite/agent/pull/2642) [#2641](https://github.com/buildkite/agent/pull/2641), [#2638](https://github.com/buildkite/agent/pull/2638), [#2640](https://github.com/buildkite/agent/pull/2640), [#2639](https://github.com/buildkite/agent/pull/2639), [#2637](https://github.com/buildkite/agent/pull/2637) (@dependabot[bot]) + ## [v3.63.1](https://github.com/buildkite/agent/tree/v3.63.1) (2024-02-16) [Full Changelog](https://github.com/buildkite/agent/compare/v3.63.0...v3.63.1) diff --git a/version/VERSION b/version/VERSION index bd50db9ada..9b6c271987 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -3.63.1 +3.64.0 From d42d8f0044e9d3b8b42e9dda2d526c0d26a981b6 Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Thu, 22 Feb 2024 14:40:25 +1100 Subject: [PATCH 2/2] Update changelog for recent merges Co-authored-by: Narthana Epa --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88af9d0c16..97e0165973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - De-experimentify Job API [#2646](https://github.com/buildkite/agent/pull/2646) (@triarius) - Add explicit queue flag to the agent [#2648](https://github.com/buildkite/agent/pull/2648) (@moskyb) - Add an info log of which experiments are known and enabled on agent start [#2645](https://github.com/buildkite/agent/pull/2645) (@triarius) +- Add cli command to read from Pipelines Secrets [Not available to customers yet] [#2647](https://github.com/buildkite/agent/pull/2647) (@triarius) ### Fixed - YAML marshaling of `wait`, `block`, and `input` scalar steps (when using `tool sign` or `pipeline upload --format=yaml`) [#2640](https://github.com/buildkite/agent/pull/2640) (@DrJosh9000)