Skip to content

Commit

Permalink
docs: update CHANGELOG.md for release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Aug 2, 2021
1 parent f6840c0 commit b0fc709
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.5.0

### Improvements

* GKE clusters created by KTF now get a label added that indicate that
they were KTF-provisioned and by which IAM service account they were
created by.
([#73](https://github.com/Kong/kubernetes-testing-framework/pull/73))

### Breaking Changes

* Removed a check when creating a cluster client that would validate
that the /version endpoint of the cluster was up, as some use cases
actually want to create the client first and then wait.
([#73](https://github.com/Kong/kubernetes-testing-framework/pull/73))

## v0.4.0

### Improvements
Expand Down

0 comments on commit b0fc709

Please sign in to comment.