Skip to content

Commit 4e7beee

Browse files
authored
Merge pull request #1605 from buildkite/moskyb/release/3.35.1
Bump version + changelog for v3.35.1
2 parents f89af11 + 13f5eb8 commit 4e7beee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.35.1](https://github.com/buildkite/agent/tree/v3.35.1) (2022-04-05)
9+
[Full Changelog](https://github.com/buildkite/agent/compare/v3.35.0...v3.35.1)
10+
11+
### Fixed
12+
13+
- Revert file permission changes made in [#1580](https://github.com/buildkite/agent/pull/1580). They were creating issues with docker-based workflows [#1601](https://github.com/buildkite/agent/pull/1601) (@pda + @moskyb)
14+
815
## [v3.35.0](https://github.com/buildkite/agent/tree/v3.35.0) (2022-03-23)
916
[Full Changelog](https://github.com/buildkite/agent/compare/v3.34.0...v3.35.0)
1017

agent/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "runtime"
1010
//
1111
// Pre-release builds' versions must be in the format `x.y-beta`, `x.y-beta.z` or `x.y-beta.z.a`
1212

13-
var baseVersion string = "3.35.0"
13+
var baseVersion string = "3.35.1"
1414
var buildVersion string = ""
1515

1616
func Version() string {

0 commit comments

Comments
 (0)