Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadG193 committed Jan 17, 2021
1 parent b58cd03 commit 5a8c7a6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release=v0.1.0
release=v0.2.0
27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Change Log
# Changelog

## [v0.2.0](https://github.com/PrasadG193/kyaml2go/tree/v0.2.0) (2021-01-17)

[Full Changelog](https://github.com/PrasadG193/kyaml2go/compare/v0.1.0...v0.2.0)

**Closed issues:**

- Update client-go dep to 1.19 [\#30](https://github.com/PrasadG193/kyaml2go/issues/30)

**Merged pull requests:**

- Update release script to work with changelog\_generator 1.15.2 [\#40](https://github.com/PrasadG193/kyaml2go/pull/40) ([PrasadG193](https://github.com/PrasadG193))
- Add yaml2go link in the footer [\#39](https://github.com/PrasadG193/kyaml2go/pull/39) ([PrasadG193](https://github.com/PrasadG193))
- Update README to use docker image [\#38](https://github.com/PrasadG193/kyaml2go/pull/38) ([PrasadG193](https://github.com/PrasadG193))
- Add CI workflow to build docker image [\#37](https://github.com/PrasadG193/kyaml2go/pull/37) ([PrasadG193](https://github.com/PrasadG193))
- \[UI\] Add GitHub buttons [\#36](https://github.com/PrasadG193/kyaml2go/pull/36) ([PrasadG193](https://github.com/PrasadG193))
- Importer - allow digits in package names [\#35](https://github.com/PrasadG193/kyaml2go/pull/35) ([PrasadG193](https://github.com/PrasadG193))
- Fix k8s dependencies [\#34](https://github.com/PrasadG193/kyaml2go/pull/34) ([PrasadG193](https://github.com/PrasadG193))
- Make kyaml2go compatible with client-go v0.19.3 [\#31](https://github.com/PrasadG193/kyaml2go/pull/31) ([PrasadG193](https://github.com/PrasadG193))
- Add support for custom resources [\#29](https://github.com/PrasadG193/kyaml2go/pull/29) ([PrasadG193](https://github.com/PrasadG193))

## [v0.1.0](https://github.com/PrasadG193/kyaml2go/tree/v0.1.0) (2020-01-18)

[Full Changelog](https://github.com/PrasadG193/kyaml2go/compare/cdec056bbc24f4e56b66e259ea5879b0c6c20973...v0.1.0)

**Closed issues:**

- Data field is missing for Secrets [\#20](https://github.com/PrasadG193/kyaml2go/issues/20)
Expand All @@ -9,7 +32,6 @@
**Merged pull requests:**

- Add release script [\#25](https://github.com/PrasadG193/kyaml2go/pull/25) ([PrasadG193](https://github.com/PrasadG193))
- Add release script [\#24](https://github.com/PrasadG193/kyaml2go/pull/24) ([PrasadG193](https://github.com/PrasadG193))
- Add golint, govet checks in CI [\#23](https://github.com/PrasadG193/kyaml2go/pull/23) ([PrasadG193](https://github.com/PrasadG193))
- Call secret data populator before cleanup [\#21](https://github.com/PrasadG193/kyaml2go/pull/21) ([PrasadG193](https://github.com/PrasadG193))
- \[UI\] Add google analytics [\#18](https://github.com/PrasadG193/kyaml2go/pull/18) ([PrasadG193](https://github.com/PrasadG193))
Expand All @@ -22,7 +44,6 @@
- Secrets: Convert binary Data to StringData [\#10](https://github.com/PrasadG193/kyaml2go/pull/10) ([PrasadG193](https://github.com/PrasadG193))
- Add get method [\#8](https://github.com/PrasadG193/kyaml2go/pull/8) ([PrasadG193](https://github.com/PrasadG193))
- Add frontend [\#7](https://github.com/PrasadG193/kyaml2go/pull/7) ([PrasadG193](https://github.com/PrasadG193))
- 1. Add drop down to select the method [\#6](https://github.com/PrasadG193/kyaml2go/pull/6) ([viveksinghggits](https://github.com/viveksinghggits))
- Use strings.Replace to work with go 1.11 [\#4](https://github.com/PrasadG193/kyaml2go/pull/4) ([PrasadG193](https://github.com/PrasadG193))
- Rename project to kgoclient-gen [\#3](https://github.com/PrasadG193/kyaml2go/pull/3) ([PrasadG193](https://github.com/PrasadG193))
- Be2cool [\#2](https://github.com/PrasadG193/kyaml2go/pull/2) ([bajran](https://github.com/bajran))
Expand Down

0 comments on commit 5a8c7a6

Please sign in to comment.