Skip to content

Commit 75920a5

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents ce4a8ea + b03215c commit 75920a5

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
22
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4+
## Unreleased
5+
### Fixed
6+
- exit code 78 not properly exiting early when pipeline has services (from runner-go)
7+
8+
## 1.5.3
9+
### Fixed
10+
- unexpected http code from server must always fail pipeline (from runner-go)
11+
412
## 1.5.2
513
### Added
614
- trace logging for semaphore acquisition and release

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/docker/go-connections v0.3.0 // indirect
1818
github.com/drone/drone-go v1.2.1-0.20200326064413-195394da1018
1919
github.com/drone/envsubst v1.0.2
20-
github.com/drone/runner-go v1.6.1-0.20200921171532-3b4667a1ac54
20+
github.com/drone/runner-go v1.6.1-0.20201016191343-2020a87dfb8c
2121
github.com/drone/signal v1.0.0
2222
github.com/ghodss/yaml v1.0.0
2323
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ github.com/drone/runner-go v1.6.1-0.20200921133603-3bba1bdfc563 h1:swfE/yWVK8Elk
5656
github.com/drone/runner-go v1.6.1-0.20200921133603-3bba1bdfc563/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
5757
github.com/drone/runner-go v1.6.1-0.20200921171532-3b4667a1ac54 h1:wcvBrqRl9QX7f1Uo+hJUXH3PxGVzQ0dVOcpqoc3AhSs=
5858
github.com/drone/runner-go v1.6.1-0.20200921171532-3b4667a1ac54/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
59+
github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03 h1:4ebPdaawF8/5zKZxRpN+yHO7ucvdVLm4ATZsgTLHR3Q=
60+
github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
61+
github.com/drone/runner-go v1.6.1-0.20201015180055-9f0ba71ae255 h1:pLed5htQ9oZbXwAbmPmS+IXaiej2fm2nJR1e57QyHY0=
62+
github.com/drone/runner-go v1.6.1-0.20201015180055-9f0ba71ae255/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
63+
github.com/drone/runner-go v1.6.1-0.20201016191343-2020a87dfb8c h1:WVtJlsgxuPUklmey5MNKWK+8ajuDaKsnlb03lwFBVPQ=
64+
github.com/drone/runner-go v1.6.1-0.20201016191343-2020a87dfb8c/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
5965
github.com/drone/signal v1.0.0 h1:NrnM2M/4yAuU/tXs6RP1a1ZfxnaHwYkd0kJurA1p6uI=
6066
github.com/drone/signal v1.0.0/go.mod h1:S8t92eFT0g4WUgEc/LxG+LCuiskpMNsG0ajAMGnyZpc=
6167
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=

0 commit comments

Comments
 (0)