Skip to content

Commit 6566c54

Browse files
authored
Merge pull request #359 from buildkite/release-v5.9.12
Bump version and changelog for v5.9.12
2 parents 149e45a + 2acfb0e commit 6566c54

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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+
## [v5.9.12](https://github.com/buildkite/buildkite-agent-metrics/tree/v5.9.12) (2024-12-17)
8+
[Full Changelog](https://github.com/buildkite/buildkite-agent-metrics/compare/v5.9.11...v5.9.12)
9+
10+
### Release process changes
11+
- Update release process to assume new IAM roles via OIDC [#352](https://github.com/buildkite/buildkite-agent-metrics/pull/352) (@yob)
12+
- Simplify docker release script [#347](https://github.com/buildkite/buildkite-agent-metrics/pull/347) (@yob)
13+
14+
### Dependency updates
15+
- Group container image bumps into single PR [#356](https://github.com/buildkite/buildkite-agent-metrics/pull/356) (@DrJosh9000)
16+
- build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 [#358](https://github.com/buildkite/buildkite-agent-metrics/pull/358) (@dependabot[bot])
17+
- build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 [#357](https://github.com/buildkite/buildkite-agent-metrics/pull/357) (@dependabot[bot])
18+
- build(deps): bump docker/library/golang from `574185e` to `7003184` [#353](https://github.com/buildkite/buildkite-agent-metrics/pull/353) (@dependabot[bot])
19+
- build(deps): bump docker/library/golang from `6c5c959` to `6c5c959` in /.buildkite [#354](https://github.com/buildkite/buildkite-agent-metrics/pull/354) (@dependabot[bot])
20+
- build(deps): bump cloud.google.com/go/monitoring from 1.21.2 to 1.22.0 [#348](https://github.com/buildkite/buildkite-agent-metrics/pull/348) (@dependabot[bot])
21+
- build(deps): bump docker/library/alpine from 3.20.3 to 3.21.0 [#350](https://github.com/buildkite/buildkite-agent-metrics/pull/350) (@dependabot[bot])
22+
- build(deps): bump docker/library/golang from 1.23.3 to 1.23.4 [#349](https://github.com/buildkite/buildkite-agent-metrics/pull/349) (@dependabot[bot])
23+
- build(deps): bump docker/library/golang from 1.23.3 to 1.23.4 in /.buildkite [#351](https://github.com/buildkite/buildkite-agent-metrics/pull/351) (@dependabot[bot])
24+
725
## [v5.9.11](https://github.com/buildkite/buildkite-agent-metrics/tree/v5.9.11) (2024-12-04)
826
[Full Changelog](https://github.com/buildkite/buildkite-agent-metrics/compare/v5.9.10...v5.9.11)
927

version/version.go

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

33
// Version is the version number.
4-
const Version = "5.9.11"
4+
const Version = "5.9.12"

0 commit comments

Comments
 (0)