Skip to content

Commit

Permalink
docs: start a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Jul 23, 2021
1 parent f568706 commit c020c6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: checkout repository
uses: actions/checkout@v2


# --------------------------------------------------------------------------
# Github Release
# --------------------------------------------------------------------------
Expand All @@ -48,6 +47,8 @@ jobs:
prerelease: true
release_name: ${{ github.ref }}
tag_name: ${{ github.ref }}
body: |
See the [CHANGELOG.md](https://raw.githubusercontent.com/Kong/kubernetes-testing-framework/main/CHANGELOG.md)
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## v0.2.1

### Improvements

* Added Kubernetes version specification when building a
new environments.Environment. This is now accessible in
the CLI via `ktf env create --kubernetes-version <VER>`.
([#58](https://github.com/kong/kubernetes-testing-framework/pull/58))

0 comments on commit c020c6a

Please sign in to comment.