Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 4ca699d

Browse files
chore(release): 5.0.10 [skip ci]
## [5.0.10](v5.0.9...v5.0.10) (2022-05-04) ### Bug Fixes * **deps:** update aws-sdk-js-v3 monorepo ([f700cca](f700cca)) * **deps:** update dependency glob to v8 ([c560aff](c560aff)) * **deps:** update oclif ([5081ca4](5081ca4))
1 parent d93641d commit 4ca699d

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.10](https://github.com/vital-software/monofo-buildkite-plugin/compare/v5.0.9...v5.0.10) (2022-05-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update aws-sdk-js-v3 monorepo ([f700cca](https://github.com/vital-software/monofo-buildkite-plugin/commit/f700cca108b06f113b25f0eaa65674a8ce65ea1a))
7+
* **deps:** update dependency glob to v8 ([c560aff](https://github.com/vital-software/monofo-buildkite-plugin/commit/c560aff1515c088bba37090b8e56076676ddf5e9))
8+
* **deps:** update oclif ([5081ca4](https://github.com/vital-software/monofo-buildkite-plugin/commit/5081ca4c898dfca0183162ec42b41727066178a0))
9+
110
## [5.0.9](https://github.com/vital-software/monofo/compare/v5.0.8...v5.0.9) (2022-03-29)
211

312

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
- seek-oss/aws-sm#v2.2.1: # for example, but your secret management might be e.g. via S3 bucket or "env" file instead
2626
env:
2727
BUILDKITE_API_ACCESS_TOKEN: "global/buildkite-api-access-token"
28-
- vital-software/monofo#v5.0.9:
28+
- vital-software/monofo#v5.0.10:
2929
generate: pipeline
3030
```
3131
@@ -107,7 +107,7 @@ env:
107107
steps:
108108
- command: yarn install
109109
plugins:
110-
- vital-software/monofo#v5.0.9:
110+
- vital-software/monofo#v5.0.10:
111111
upload:
112112
node-modules.catar.caibx:
113113
- "node_modules/"

docs/artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
- yarn install
3636
- yarn build
3737
plugins:
38-
- vital-software/monofo#v5.0.9:
38+
- vital-software/monofo#v5.0.10:
3939
upload:
4040
node-modules.tar.lz4:
4141
filesFrom: node-modules.list
@@ -64,7 +64,7 @@ steps:
6464
- commands:
6565
- yarn run some-command
6666
plugins:
67-
- vital-software/monofo#v5.0.9:
67+
- vital-software/monofo#v5.0.10:
6868
download:
6969
- node-modules.tar.lz4
7070
- build.catar.caibx

docs/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- yarn install
1414
- yarn build
1515
plugins:
16-
- vital-software/monofo#v5.0.9:
16+
- vital-software/monofo#v5.0.10:
1717
upload:
1818
node-modules.tar.lz4:
1919
- ./node_modules/

docs/pure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- yarn install
2121
- find . -type d -name node_modules -prune -print0 > node-modules.list
2222
plugins:
23-
- vital-software/monofo#v5.0.9:
23+
- vital-software/monofo#v5.0.10:
2424
upload:
2525
node-modules.tar.lz4:
2626
filesFrom: node-modules.list

hooks/lib/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# This version marker is automatically updated to match the published release
5-
export MONOFO_VERSION=${MONOFO_VERSION:-5.0.9}
5+
export MONOFO_VERSION=${MONOFO_VERSION:-5.0.10}
66

77
# This turns on debugging for monofo, which is important to see what's going on
88
export DEBUG="monofo:*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monofo",
3-
"version": "5.0.9",
3+
"version": "5.0.10",
44
"description": "Dynamic Buildkite pipeline generator for monorepos",
55
"author": "Dominic Scheirlinck <[email protected]>",
66
"bin": {

0 commit comments

Comments
 (0)