We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0184632 commit ce73c39Copy full SHA for ce73c39
CHANGELOG.md
@@ -1,6 +1,14 @@
1
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3
4
+## 1.5.2
5
+### Added
6
+- trace logging for semaphore acquisition and release
7
+
8
+### Fixed
9
+- failure to acquire semaphore due to error should fail the pipeline
10
+- failure to acquire semaphore due to context deadline should cancel the pipeline
11
12
## 1.5.1
13
### Fixed
14
- cancel a build should result in cancel status, not error status
0 commit comments