Skip to content

Commit

Permalink
Merge pull request #75 from drone-runners/changelog-for-beta-10
Browse files Browse the repository at this point in the history
update for change log for release of 1.0.0-beta.10
  • Loading branch information
TP Honey committed Sep 9, 2021
2 parents 25a6660 + bbdce63 commit e6a8c75
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## [v1.0.0-beta.9](https://github.com/drone-runners/drone-runner-kube/tree/v1.0.0-beta.9) (2021-08-16)
## [v1.0.0-beta.10](https://github.com/drone-runners/drone-runner-kube/tree/v1.0.0-beta.10) (2021-09-09)

[Full Changelog](https://github.com/drone-runners/drone-runner-kube/compare/v1.0.0-beta.9...v1.0.0-beta.10)

**Implemented enhancements:**

- improved logging of k8s api calls [\#73](https://github.com/drone-runners/drone-runner-kube/pull/73) ([marko-gacesa](https://github.com/marko-gacesa))

**Fixed bugs:**

- \(fix\) updated code for k8s error detection: removed 'aborted container' error [\#74](https://github.com/drone-runners/drone-runner-kube/pull/74) ([marko-gacesa](https://github.com/marko-gacesa))
- \(bug\) handling an error in container launcher code [\#72](https://github.com/drone-runners/drone-runner-kube/pull/72) ([marko-gacesa](https://github.com/marko-gacesa))
- \(bugfix\) upgrade envsubst for better parsing [\#71](https://github.com/drone-runners/drone-runner-kube/pull/71) ([tphoney](https://github.com/tphoney))

## [v1.0.0-beta.9](https://github.com/drone-runners/drone-runner-kube/tree/v1.0.0-beta.9) (2021-08-17)

[Full Changelog](https://github.com/drone-runners/drone-runner-kube/compare/v1.0.0-beta.8...v1.0.0-beta.9)

Expand All @@ -17,6 +31,10 @@
- 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))

**Merged pull requests:**

- \(maint\) release prep and adding changelog generator [\#70](https://github.com/drone-runners/drone-runner-kube/pull/70) ([tphoney](https://github.com/tphoney))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit e6a8c75

Please sign in to comment.