Skip to content

Commit d4ac653

Browse files
committed
Bump changelog and version for v1.9.1
1 parent 065728a commit d4ac653

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.9.1](https://github.com/buildkite/buildkite-agent-scaler/tree/1.9.1) (2025-01-20)
8+
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.9.0...1.9.1)
9+
10+
### Changed
11+
- Add an option to override the agent endpoint URL via flag and env var [#203](https://github.com/buildkite/buildkite-agent-scaler/pull/203) (@wolfeidau)
12+
13+
### Fixed
14+
- Fix errors in README [#196](https://github.com/buildkite/buildkite-agent-scaler/pull/196) (@DrJosh9000)
15+
16+
### Internal
17+
- Assume an IAM role for publishing to SAR S3 bucket [#201](https://github.com/buildkite/buildkite-agent-scaler/pull/201) (@yob)
18+
- Update release process to assume new IAM roles via OIDC [#202](https://github.com/buildkite/buildkite-agent-scaler/pull/202) (@yob)
19+
- Update the role used to publish SAR [#200](https://github.com/buildkite/buildkite-agent-scaler/pull/200) (@yob)
20+
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 [#192](https://github.com/buildkite/buildkite-agent-scaler/pull/192) (@dependabot[bot])
21+
722
## [v1.9.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.9.0) (2024-07-29)
823
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.8.0...v1.9.0)
924

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version the library version number
4-
const Version = "1.9.0"
4+
const Version = "1.9.1"
55

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)