You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,23 @@
1
1
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2
2
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3
3
4
-
## Unreleased
4
+
## 1.6.3
5
+
### Fixed
6
+
- use path prefix when evaluating restricted volume mounts. See [#ea74fa2](https://github.com/drone-runners/drone-runner-docker/commit/ea74fa2ba442eacb0812ad5983c305a16b6763bc).
7
+
8
+
## 1.6.2
9
+
### Added
10
+
- support for self-hosted tmate instances
11
+
12
+
## 1.6.1
13
+
### Changed
14
+
- restrict temporary volumes used with docker plugins
15
+
- restrict environment variables used with docker plugins
16
+
17
+
## 1.6.0
18
+
### Added
19
+
- experimental support for remote debugging with tmate, disabled by default
20
+
5
21
### Fixed
6
22
- exit code 78 not properly exiting early when pipeline has services (from runner-go)
0 commit comments