Skip to content

Commit

Permalink
doc: add 0.11.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines authored and rainest committed Dec 10, 2021
1 parent 9d74d04 commit 4fbfaf6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.11.0

### Bug Fixes

- Replicas exceeding the desired replica count (e.g. while a Deployment update
spawns replacement replicas) no longer blocks Knative readiness.
([#177](https://github.com/Kong/kubernetes-testing-framework/pull/177))

### Improvements

- Namespace readiness checks confirm the presence of the namespace itself and
the presence of Deployments within it.
([#166](https://github.com/Kong/kubernetes-testing-framework/pull/166))
- Addons can now indicate dependencies on other addons.
([#166](https://github.com/Kong/kubernetes-testing-framework/pull/166))
- Kong addon instances now listen on TCP port 8899 for TLS connections.
([#167](https://github.com/Kong/kubernetes-testing-framework/pull/167))
- Added registry addon to provide a local Docker registry within the test
cluster.
([#170](https://github.com/Kong/kubernetes-testing-framework/pull/170))

## v0.10.0

### Bug Fixes
Expand Down

0 comments on commit 4fbfaf6

Please sign in to comment.