Skip to content

Commit

Permalink
docs: update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
elfgzp committed Nov 26, 2020
1 parent 72e2219 commit 63cc3a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitpod.Dockerfile
Expand Up @@ -6,6 +6,7 @@ RUN sudo apt-add-repository https://cli.github.com/packages
RUN sudo apt update
RUN sudo apt install gh
RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
RUN npm install -g auto-changelog

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
Expand Down
20 changes: 15 additions & 5 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.8.0](https://github.com/TNK-Studio/lazykube/compare/v0.7.1...v0.8.0)

> 26 November 2020
- feat: add release version checkout [`#48`](https://github.com/TNK-Studio/lazykube/pull/48)
- feat: change context [`#47`](https://github.com/TNK-Studio/lazykube/pull/47)
- Issue 42 [`#46`](https://github.com/TNK-Studio/lazykube/pull/46)
- style: delete unused code [`a1958f9`](https://github.com/TNK-Studio/lazykube/commit/a1958f937e8e15d30983db65ffe8fd0c2a61ec92)
- docs: update change log [`1820cbb`](https://github.com/TNK-Studio/lazykube/commit/1820cbbd3165081848e4144fee044cf302e149a2)

#### [v0.7.1](https://github.com/TNK-Studio/lazykube/compare/v0.7.0...v0.7.1)

> 25 November 2020
Expand Down Expand Up @@ -35,13 +45,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 22 November 2020
- feat: Add custom resource panel. [`#32`](https://github.com/TNK-Studio/lazykube/pull/32)
- docs: update change log [`b099a93`](https://github.com/TNK-Studio/lazykube/commit/b099a93ee6f22013ae3a051f8f9f40cdb95620ea)

#### [v0.4.2](https://github.com/TNK-Studio/lazykube/compare/v0.4.1...v0.4.2)

> 21 November 2020
- fix: add gcp、azure and openstack ... client auth provider [`#31`](https://github.com/TNK-Studio/lazykube/pull/31)
- docs: update change log [`b099a93`](https://github.com/TNK-Studio/lazykube/commit/b099a93ee6f22013ae3a051f8f9f40cdb95620ea)
- docs: update change log [`00f668c`](https://github.com/TNK-Studio/lazykube/commit/00f668c6fa7b56b98d6e648c739852f030a13041)

#### [v0.4.1](https://github.com/TNK-Studio/lazykube/compare/v0.4.0...v0.4.1)
Expand Down Expand Up @@ -71,16 +81,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 19 November 2020
- Feat edit resource [`#22`](https://github.com/TNK-Studio/lazykube/pull/22)
- fix: cluster info navitation [`#21`](https://github.com/TNK-Studio/lazykube/pull/21)
- docs: update change log [`361e334`](https://github.com/TNK-Studio/lazykube/commit/361e3348503ac04ef50d073ee7bdd8b407f954bd)
- docs: update change log [`6963134`](https://github.com/TNK-Studio/lazykube/commit/6963134bdc7261a809e0cd80941e3bd6f6855ad7)
- fix: fix edit resource [`6f29f7c`](https://github.com/TNK-Studio/lazykube/commit/6f29f7c1e62aa433af46ebe429ccb19ad3696f2e)

#### [v0.2.3](https://github.com/TNK-Studio/lazykube/compare/v0.2.2...v0.2.3)

> 18 November 2020
- fix: cluster info navitation [`#21`](https://github.com/TNK-Studio/lazykube/pull/21)
- docs: add README_CN.md [`ee6b20a`](https://github.com/TNK-Studio/lazykube/commit/ee6b20a63de1f8b590abe58aed4087eb6651c674)
- docs: update change log [`361e334`](https://github.com/TNK-Studio/lazykube/commit/361e3348503ac04ef50d073ee7bdd8b407f954bd)
- docs: update change log [`2b08e45`](https://github.com/TNK-Studio/lazykube/commit/2b08e45d0ec39650f68d5ef0fb05bb79d045872b)

#### [v0.2.2](https://github.com/TNK-Studio/lazykube/compare/v0.2.1...v0.2.2)
Expand Down Expand Up @@ -122,9 +132,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 16 November 2020
- Dev [`#9`](https://github.com/TNK-Studio/lazykube/pull/9)
- fix: .github/workflows/homebrew-tap.yml [`7e931f0`](https://github.com/TNK-Studio/lazykube/commit/7e931f0c94d50a9dfe274ed3cb7f8eacf6e1a4e2)
- Update homebrew-tap.yml [`423caa4`](https://github.com/TNK-Studio/lazykube/commit/423caa43e3697eebbd59576a35d0f72927a26e47)
- docs: modify readme [`c6091be`](https://github.com/TNK-Studio/lazykube/commit/c6091be52028d6860054cc3956e6f19bf4d43abb)
- fix: previous line bug [`42e6c50`](https://github.com/TNK-Studio/lazykube/commit/42e6c506756326d8271bcb21b7fe7164cc8b409b)
- fix: Optimize log rendering [`ec1ba69`](https://github.com/TNK-Studio/lazykube/commit/ec1ba69e773b00da2a5128d9f9111ba411e2f63e)

#### v0.1.0

Expand Down

0 comments on commit 63cc3a5

Please sign in to comment.