Releases: buildkite-plugins/monorepo-diff-buildkite-plugin
Releases · buildkite-plugins/monorepo-diff-buildkite-plugin
v1.10.0
Changelog
- 48ed677 Add Retry field to Step struct
- ae801f2 Add manual retry configuration to retry tests
- a641987 Add test for validating plugin blocks
- fd265c0 Create helper func for agent upload dry runs
- 7ac56c5 Fix temp pipeline file removal
- f3811e6 Fix tests
- 548d04f Log generated pipelines during tests
- ace5f1b Merge branch 'main' into SUP-3871-Update-tests
- f64e062 Merge pull request #134 from buildkite-plugins/SUP-3871-Update-tests
- 28128d3 Merge pull request #165 from buildkite-plugins/renovate/secrets-2.x
- 9760124 Merge pull request #166 from buildkite-plugins/renovate/go-1.x
- b7d070e Merge pull request #167 from ValentinLevitov/add-retry-field-to-step
- 9ae7588 Merge pull request #168 from buildkite-plugins/renovate/go-1.x
- bda191d Merge pull request #169 from JonCubed/jk/support-group-key
- ef34207 Merge pull request #174 from buildkite-plugins/renovate/go-1.x
- 3877563 Merge pull request #175 from buildkite-plugins/renovate/secrets-2.x
- 0d524e0 Merge pull request #176 from buildkite-plugins/release/v1.10.0
- 43dee41 Mount binary into golang test container
- 47fd6fd Move cleanup into main
- 25f332f Move os.Remove back into tests
- 2a2c32f Remove extra validatePipelineWithAgent calls from tests
- 3a74ca0 Update buildkite plugin secrets to v2.2.0
- 43bc51e Update changelog, readme for v1.10.0 release
- c994e79 Update go toolchain directive to v1.26.3
- a189455 Update release date in changelog
- 1838b13 Update to tests to validate generated pipeline using pipeline upload dry run command
- 8026ba8 chore(deps): update buildkite plugin secrets to v2.1.0
- fe47715 chore(deps): update dependency go to v1.26.1
- 32000a0 chore(deps): update dependency go to v1.26.2
- 75f2394 feat(group): support key attribute on group steps
v1.9.1
What's Changed
Fixed
Added
- Improve diff() logic, extend tests #163 (petetomasik)
Changed
- Update goreleaser/goreleaser-action action to v7 #161 (renovate[bot])
- Update dependency go to v1.26.0 #160 (renovate[bot])
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Adds steps validation to prevent failed pipeline uploads by @petetomasik in #158
- Add config to (optionally) verify binary checksum by @petetomasik in #155
- Update README to include using plugins within command steps by @petetomasik in #157
- Add map format support to env by @petetomasik in #154
- Fix
notifyattribute when step is insidegroupstep by @petetomasik in #156 - Bump version in readme by @petetomasik in #159
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.9.2 by @renovate[bot] in #145
- feat: Keep the binary in the plugin instead of build dir by @JanSF in #135
- fix(deps): update module github.com/sirupsen/logrus to v1.9.4 by @renovate[bot] in #146
- chore(deps): update dependency go to v1.25.6 by @renovate[bot] in #147
- chore(deps): update buildkite plugin secrets to v2 by @renovate[bot] in #149
- fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.10.0 by @renovate[bot] in #150
- fix: Have download:false respect binary_folder by @JanSF in #148
- Support both 'artifacts' and 'artifact_paths' fields by @petetomasik in #151
- chore(deps): update dependency go to v1.25.7 by @renovate[bot] in #152
- Run go mod tidy by @petetomasik in #153
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- feat: add support for secrets field in step configuration by @jasonwbarnett in #137
- Update README for v1.7.0 by @petetomasik in #144
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- Fix env parsing of complex values by @petetomasik in #141
- 📖 update versions in README by @mcncl in #142
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- feat: add download configuration option to support pre-installed binaries by @rajatvig in #130
- SUP-5615: Add retry logic for binary download by @Mykematt in #138
- Update monorepo-diff plugin version to 1.6.1 by @pzeballos in #139
New Contributors
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Changelog
- 3abe712 Bring Changelog UTD and bump README versions
- 442a748 Merge branch 'buildkite-plugins:main' into main
- dac2b9d Merge pull request #127 from JanSF/main
- 8dd1f90 Merge pull request #133 from toadzky/add-key-field-to-steps
- 46b60ac Merge pull request #136 from buildkite-plugins/release/bump-readme-and-changelog
- 2e3d44d bugfix: use the right schema syntax for the plugin
- 6912ae9 feat: add support for
keyin watch config steps - 470a15f feat: do an update check instead of downloading binary every time
v1.5.2
What's Changed
- chore(deps): update dependency go to v1.25.1 by @renovate[bot] in #109
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #110
- chore(deps): update dependency go to v1.25.3 by @renovate[bot] in #111
- chore(deps): update dependency go to v1.25.4 by @renovate[bot] in #115
- chore(deps): update buildkite plugin secrets to v1.0.1 by @renovate[bot] in #116
- chore(deps): update buildkite plugin secrets to v1.0.2 by @renovate[bot] in #117
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #119
- chore(deps): update dependency go to v1.25.5 by @renovate[bot] in #121
- feat: add support for depends_on in step definitions by @jasonwbarnett in #123
- feat: do an update check instead of downloading binary every time by @JanSF in #122
- Revert "feat: do an update check instead of downloading binary every time" by @pzeballos in #126
- Fix unicode handling in git diff output by @scadu in #131
- Update readme for upcoming release by @scadu in #132
New Contributors
Full Changelog: v1.5.1...v1.5.2
v1.5.1 (🐛 Bugs)
What's Changed
- fix: nested envs parsing as rawenv by @mcncl in #102
- fix: publish workflow volume mount by @mcncl in #104
- fix: plugin ID doesn't need org by @mcncl in #105
- chore: update go version in Dockerfile for toolchain use by @mcncl in #106
- fix: --rm-dist deprecated in favour of --clean by @mcncl in #107
- fix: goreleaser and publish permissions by @mcncl in #108
Full Changelog: v1.5.0...v1.5.1