Skip to content

Commit 5fb4afe

Browse files
committed
Update changelog.md
1 parent 0a936fc commit 5fb4afe

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

changelog.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
11
# Changelog
22

3-
## v0.4.1
4-
5-
### v0.4.1 Removed
6-
7-
- Removed `checkout`, same reason as `command`.
8-
93
## v0.4.0
104

11-
### v0.4.0 Fixed
12-
13-
- Allow multiple steps to use metahooks for the same hook but with different content.
14-
- Inject `bash` shebang and Bash Strict Mode (`set -euo pipefail`) so that if metahooks fail with errors the job halts rather than continuing.
15-
16-
Bash Strict Mode is provided by
17-
- `set -o errexit` - halt on error
18-
- `set -o nounset` - halt if variable is unset
19-
- `set -o pipefail` - halt if a command inside a pipe fails
20-
21-
You can override those choices by setting different values (e.g. `set +o nounset`) within your metahook.
22-
23-
### v0.4.0 Removed
24-
255
- **Breaking change** Removed support for `command` metahook.
266

277
Buildkite special-cases this which triggers edge-cases that a `command` metahook would need to work around.

0 commit comments

Comments
 (0)