This repository was archived by the owner on Jul 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +17
-8
lines changed Expand file tree Collapse file tree 7 files changed +17
-8
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## [ 5.0.6] ( https://github.com/vital-software/monofo/compare/v5.0.5...v5.0.6 ) (2022-03-14)
2
11
3
12
Original file line number Diff line number Diff line change 25
25
- seek-oss/aws-sm#v2.2.1: # for example, but your secret management might be e.g. via S3 bucket or "env" file instead
26
26
env :
27
27
BUILDKITE_API_ACCESS_TOKEN : " global/buildkite-api-access-token"
28
- - vital-software/monofo#v5.0.6 :
28
+ - vital-software/monofo#v5.0.7 :
29
29
generate : pipeline
30
30
` ` `
31
31
107
107
steps:
108
108
- command: yarn install
109
109
plugins:
110
- - vital-software/monofo#v5.0.6 :
110
+ - vital-software/monofo#v5.0.7 :
111
111
upload:
112
112
node-modules.catar.caibx:
113
113
- "node_modules/"
Original file line number Diff line number Diff line change 35
35
- yarn install
36
36
- yarn build
37
37
plugins :
38
- - vital-software/monofo#v5.0.6 :
38
+ - vital-software/monofo#v5.0.7 :
39
39
upload :
40
40
node-modules.tar.lz4 :
41
41
filesFrom : node-modules.list
64
64
- commands:
65
65
- yarn run some-command
66
66
plugins:
67
- - vital-software/monofo#v5.0.6 :
67
+ - vital-software/monofo#v5.0.7 :
68
68
download:
69
69
- node-modules.tar.lz4
70
70
- build.catar.caibx
Original file line number Diff line number Diff line change 13
13
- yarn install
14
14
- yarn build
15
15
plugins :
16
- - vital-software/monofo#v5.0.6 :
16
+ - vital-software/monofo#v5.0.7 :
17
17
upload :
18
18
node-modules.tar.lz4 :
19
19
- ./node_modules/
Original file line number Diff line number Diff line change 20
20
- yarn install
21
21
- find . -type d -name node_modules -prune -print0 > node-modules.list
22
22
plugins :
23
- - vital-software/monofo#v5.0.6 :
23
+ - vital-software/monofo#v5.0.7 :
24
24
upload :
25
25
node-modules.tar.lz4 :
26
26
filesFrom : node-modules.list
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# 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 }
6
6
7
7
# This turns on debugging for monofo, which is important to see what's going on
8
8
export DEBUG=" monofo:*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monofo" ,
3
- "version" : " 5.0.6 " ,
3
+ "version" : " 5.0.7 " ,
4
4
"description" : " Dynamic Buildkite pipeline generator for monorepos" ,
5
5
"author" :
" Dominic Scheirlinck <[email protected] >" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments