Skip to content

Commit aace90f

Browse files
committed
Release v0.0.8
1 parent 35d36e1 commit aace90f

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release=v0.0.7
1+
release=v0.0.8

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v0.0.8](https://github.com/kbrew-dev/kbrew/tree/v0.0.8) (2021-08-02)
4+
5+
[Full Changelog](https://github.com/kbrew-dev/kbrew/compare/v0.0.7...v0.0.8)
6+
7+
**Closed issues:**
8+
9+
- Raw args with int values are not working [\#94](https://github.com/kbrew-dev/kbrew/issues/94)
10+
11+
**Merged pull requests:**
12+
13+
- Correct binary install link in README [\#108](https://github.com/kbrew-dev/kbrew/pull/108) ([PrasadG193](https://github.com/PrasadG193))
14+
- Add license to code files [\#106](https://github.com/kbrew-dev/kbrew/pull/106) ([gauravgahlot](https://github.com/gauravgahlot))
15+
- Add Mergify integration to automatically merge PRs on approval [\#104](https://github.com/kbrew-dev/kbrew/pull/104) ([PrasadG193](https://github.com/PrasadG193))
16+
- Switch release repo to kbrew [\#103](https://github.com/kbrew-dev/kbrew/pull/103) ([PrasadG193](https://github.com/PrasadG193))
17+
- 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))
18+
319
## [v0.0.7](https://github.com/kbrew-dev/kbrew/tree/v0.0.7) (2021-07-26)
420

521
[Full Changelog](https://github.com/kbrew-dev/kbrew/compare/v0.0.6...v0.0.7)
@@ -29,6 +45,7 @@
2945
- Silence usage and error print [\#92](https://github.com/kbrew-dev/kbrew/pull/92) ([sahil-lakhwani](https://github.com/sahil-lakhwani))
3046
- Skip namespace creation if name is nil [\#91](https://github.com/kbrew-dev/kbrew/pull/91) ([PrasadG193](https://github.com/PrasadG193))
3147
- 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))
3249
- add info and args command [\#88](https://github.com/kbrew-dev/kbrew/pull/88) ([sahil-lakhwani](https://github.com/sahil-lakhwani))
3350
- App cleanup improvements [\#87](https://github.com/kbrew-dev/kbrew/pull/87) ([PrasadG193](https://github.com/PrasadG193))
3451
- Skip helm app installation if already exists [\#85](https://github.com/kbrew-dev/kbrew/pull/85) ([PrasadG193](https://github.com/PrasadG193))
@@ -75,6 +92,7 @@
7592
- Added link to registry [\#53](https://github.com/kbrew-dev/kbrew/pull/53) ([vishal-biyani](https://github.com/vishal-biyani))
7693
- Add go lint checks [\#52](https://github.com/kbrew-dev/kbrew/pull/52) ([mahendrabagul](https://github.com/mahendrabagul))
7794
- 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))
7896

7997
## [v0.0.3](https://github.com/kbrew-dev/kbrew/tree/v0.0.3) (2021-04-05)
8098

@@ -84,10 +102,6 @@
84102

85103
- Install script does not support Mac [\#49](https://github.com/kbrew-dev/kbrew/issues/49)
86104

87-
**Merged pull requests:**
88-
89-
- Add support of Mac build [\#50](https://github.com/kbrew-dev/kbrew/pull/50) ([PrasadG193](https://github.com/PrasadG193))
90-
91105
## [v0.0.2](https://github.com/kbrew-dev/kbrew/tree/v0.0.2) (2021-04-05)
92106

93107
[Full Changelog](https://github.com/kbrew-dev/kbrew/compare/v0.0.1...v0.0.2)

0 commit comments

Comments
 (0)