|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.1.0](https://github.com/kbrew-dev/kbrew/tree/v0.1.0) (2021-08-03) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/kbrew-dev/kbrew/compare/v0.0.8...v0.1.0) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Fix install demo gif [\#112](https://github.com/kbrew-dev/kbrew/pull/112) ([PrasadG193](https://github.com/PrasadG193)) |
| 10 | +- Analytics documentation [\#111](https://github.com/kbrew-dev/kbrew/pull/111) ([PrasadG193](https://github.com/PrasadG193)) |
| 11 | +- Update CLI description [\#109](https://github.com/kbrew-dev/kbrew/pull/109) ([PrasadG193](https://github.com/PrasadG193)) |
| 12 | +- Update README [\#102](https://github.com/kbrew-dev/kbrew/pull/102) ([vishal-biyani](https://github.com/vishal-biyani)) |
| 13 | + |
3 | 14 | ## [v0.0.8](https://github.com/kbrew-dev/kbrew/tree/v0.0.8) (2021-08-02) |
4 | 15 |
|
5 | 16 | [Full Changelog](https://github.com/kbrew-dev/kbrew/compare/v0.0.7...v0.0.8) |
|
15 | 26 | - Add Mergify integration to automatically merge PRs on approval [\#104](https://github.com/kbrew-dev/kbrew/pull/104) ([PrasadG193](https://github.com/PrasadG193)) |
16 | 27 | - Switch release repo to kbrew [\#103](https://github.com/kbrew-dev/kbrew/pull/103) ([PrasadG193](https://github.com/PrasadG193)) |
17 | 28 | - Bump helm.sh/helm/v3 from 3.5.4 to 3.6.1 [\#101](https://github.com/kbrew-dev/kbrew/pull/101) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 29 | +- Enable code scan with CodeQL for Go source [\#89](https://github.com/kbrew-dev/kbrew/pull/89) ([sanketsudake](https://github.com/sanketsudake)) |
18 | 30 |
|
19 | 31 | ## [v0.0.7](https://github.com/kbrew-dev/kbrew/tree/v0.0.7) (2021-07-26) |
20 | 32 |
|
|
45 | 57 | - Silence usage and error print [\#92](https://github.com/kbrew-dev/kbrew/pull/92) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) |
46 | 58 | - Skip namespace creation if name is nil [\#91](https://github.com/kbrew-dev/kbrew/pull/91) ([PrasadG193](https://github.com/PrasadG193)) |
47 | 59 | - Use correct reference while creating namespace [\#90](https://github.com/kbrew-dev/kbrew/pull/90) ([PrasadG193](https://github.com/PrasadG193)) |
48 | | -- Enable code scan with CodeQL for Go source [\#89](https://github.com/kbrew-dev/kbrew/pull/89) ([sanketsudake](https://github.com/sanketsudake)) |
49 | 60 | - add info and args command [\#88](https://github.com/kbrew-dev/kbrew/pull/88) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) |
50 | 61 | - App cleanup improvements [\#87](https://github.com/kbrew-dev/kbrew/pull/87) ([PrasadG193](https://github.com/PrasadG193)) |
51 | 62 | - Skip helm app installation if already exists [\#85](https://github.com/kbrew-dev/kbrew/pull/85) ([PrasadG193](https://github.com/PrasadG193)) |
|
92 | 103 | - Added link to registry [\#53](https://github.com/kbrew-dev/kbrew/pull/53) ([vishal-biyani](https://github.com/vishal-biyani)) |
93 | 104 | - Add go lint checks [\#52](https://github.com/kbrew-dev/kbrew/pull/52) ([mahendrabagul](https://github.com/mahendrabagul)) |
94 | 105 | - fix exact match for registry [\#51](https://github.com/kbrew-dev/kbrew/pull/51) ([sahil-lakhwani](https://github.com/sahil-lakhwani)) |
95 | | -- Add support of Mac build [\#50](https://github.com/kbrew-dev/kbrew/pull/50) ([PrasadG193](https://github.com/PrasadG193)) |
96 | 106 |
|
97 | 107 | ## [v0.0.3](https://github.com/kbrew-dev/kbrew/tree/v0.0.3) (2021-04-05) |
98 | 108 |
|
|
102 | 112 |
|
103 | 113 | - Install script does not support Mac [\#49](https://github.com/kbrew-dev/kbrew/issues/49) |
104 | 114 |
|
| 115 | +**Merged pull requests:** |
| 116 | + |
| 117 | +- Add support of Mac build [\#50](https://github.com/kbrew-dev/kbrew/pull/50) ([PrasadG193](https://github.com/PrasadG193)) |
| 118 | + |
105 | 119 | ## [v0.0.2](https://github.com/kbrew-dev/kbrew/tree/v0.0.2) (2021-04-05) |
106 | 120 |
|
107 | 121 | [Full Changelog](https://github.com/kbrew-dev/kbrew/compare/v0.0.1...v0.0.2) |
|
0 commit comments