Skip to content

Commit 987da57

Browse files
committed
Update changelog
1 parent f2de088 commit 987da57

1 file changed

Lines changed: 43 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v1.9.0]
10+
11+
### Added
12+
* Add step validation to skip invalid configurations with helpful warnings (#158)
13+
* Add SHA256 checksum verification for downloaded binaries (#155)
14+
* Add map format support for env configuration with null literal support for reading from OS environment (#154)
15+
* Preserve and display plugins defined within command steps in README documentation (#157)
16+
17+
### Fixed
18+
* Fix notify processing in group steps (#156)
19+
20+
## [v1.8.0]
21+
922
### Added
10-
* Accept both `artifact_paths` (preferred) and `artifacts` (alternative) field names in plugin configuration for backward compatibility (#120)
23+
* Accept both `artifact_paths` (preferred) and `artifacts` (alternative) field names in plugin configuration for backward compatibility (#151)
24+
* Keep the binary in the plugin directory instead of build directory (#135)
25+
26+
### Changed
27+
* Update module github.com/bmatcuk/doublestar/v4 to v4.10.0 (#150)
28+
* Update dependency go to v1.25.7 (#152)
29+
* Update module github.com/sirupsen/logrus to v1.9.4 (#146)
30+
* Update dependency go to v1.25.6 (#147)
31+
* Update buildkite plugin secrets to v2 (#149)
1132

1233
### Fixed
13-
* Fix `artifact_paths` field being ignored when specified in plugin configuration. Both `artifact_paths` and `artifacts` now work correctly (#120)
14-
* Fix typo in test case: "artifiact" → "artifact"
15-
* Fix BATS test failures caused by unbound `BUILDKITE_PLUGINS_PATH` variable in hooks/command
34+
* Fix `artifact_paths` field being ignored when specified in plugin configuration (#151)
35+
* Have `download: false` respect `binary_folder` configuration (#148)
36+
37+
## [v1.7.0]
38+
39+
### Added
40+
* Add support for `secrets` field in step configuration (#137)
41+
42+
## [v1.6.2]
43+
44+
### Fixed
45+
* Fix env parsing of complex values with equals signs (#141)
46+
47+
### Changed
48+
* Update versions in README (#142)
49+
50+
## [v1.6.1]
51+
52+
### Added
53+
* Add `download` configuration option to support pre-installed binaries (#130)
54+
* Add retry logic for binary download to handle transient network issues (#138)
1655

1756
## [v1.6.0]
1857

0 commit comments

Comments
 (0)