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

Commit 9ce739a

Browse files
chore(release): 5.0.7 [skip ci]
## [5.0.7](v5.0.6...v5.0.7) (2022-03-23) ### Bug Fixes * **deps:** update aws-sdk-js-v3 monorepo to v[secure] ([ada5fc1](ada5fc1)) * **deps:** update dependency tiny-async-pool to v1.3.0 ([f1d69a3](f1d69a3)) * **deps:** update oclif ([622f59d](622f59d))
1 parent ada5fc1 commit 9ce739a

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.7](https://github.com/vital-software/monofo/compare/v5.0.6...v5.0.7) (2022-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update aws-sdk-js-v3 monorepo to v[secure] ([ada5fc1](https://github.com/vital-software/monofo/commit/ada5fc1128b295e8661c5ed85fc455c67bf6106a))
7+
* **deps:** update dependency tiny-async-pool to v1.3.0 ([f1d69a3](https://github.com/vital-software/monofo/commit/f1d69a33c322a7bb6a7c3b26b3cbaedd156c27b7))
8+
* **deps:** update oclif ([622f59d](https://github.com/vital-software/monofo/commit/622f59df173dc759e762c217c0e24c3628cd786e))
9+
110
## [5.0.6](https://github.com/vital-software/monofo/compare/v5.0.5...v5.0.6) (2022-03-14)
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.6:
28+
- vital-software/monofo#v5.0.7:
2929
generate: pipeline
3030
```
3131
@@ -107,7 +107,7 @@ env:
107107
steps:
108108
- command: yarn install
109109
plugins:
110-
- vital-software/monofo#v5.0.6:
110+
- vital-software/monofo#v5.0.7:
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.6:
38+
- vital-software/monofo#v5.0.7:
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.6:
67+
- vital-software/monofo#v5.0.7:
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.6:
16+
- vital-software/monofo#v5.0.7:
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.6:
23+
- vital-software/monofo#v5.0.7:
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.6}
5+
export MONOFO_VERSION=${MONOFO_VERSION:-5.0.7}
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.6",
3+
"version": "5.0.7",
44
"description": "Dynamic Buildkite pipeline generator for monorepos",
55
"author": "Dominic Scheirlinck <[email protected]>",
66
"bin": {

0 commit comments

Comments
 (0)