-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from tphoney/changelog_generator
(maint) release prep and adding changelog generator
- Loading branch information
Showing
4 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
since-tag=v1.0.0-beta.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ release/* | |
TODO.md | ||
NOTES.md | ||
.idea | ||
kube.config | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
# Changelog | ||
|
||
## [Unreleased] | ||
### Added | ||
- `User` and `Group` fields to **step** definition to change the default user and group of a container. | ||
- support for self-hosted tmate instances | ||
## [v1.0.0-beta.9](https://github.com/drone-runners/drone-runner-kube/tree/v1.0.0-beta.9) (2021-08-16) | ||
|
||
[Full Changelog](https://github.com/drone-runners/drone-runner-kube/compare/v1.0.0-beta.8...v1.0.0-beta.9) | ||
|
||
**Implemented enhancements:** | ||
|
||
- moved out kube client from engine [\#69](https://github.com/drone-runners/drone-runner-kube/pull/69) ([marko-gacesa](https://github.com/marko-gacesa)) | ||
- \(feat\) netrc envs are set through k8s secrets [\#67](https://github.com/drone-runners/drone-runner-kube/pull/67) ([marko-gacesa](https://github.com/marko-gacesa)) | ||
- \(feat\) option to disable netrc for non-clone steps [\#64](https://github.com/drone-runners/drone-runner-kube/pull/64) ([tphoney](https://github.com/tphoney)) | ||
- Add a host alias for detached steps [\#52](https://github.com/drone-runners/drone-runner-kube/pull/52) ([hhomar](https://github.com/hhomar)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Increased container start timeout to 8 minutes [\#66](https://github.com/drone-runners/drone-runner-kube/pull/66) ([marko-gacesa](https://github.com/marko-gacesa)) | ||
- fail all containers when a kube error occurs [\#65](https://github.com/drone-runners/drone-runner-kube/pull/65) ([marko-gacesa](https://github.com/marko-gacesa)) | ||
- Updated resource distribution, resources for exec command [\#63](https://github.com/drone-runners/drone-runner-kube/pull/63) ([marko-gacesa](https://github.com/marko-gacesa)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters