Skip to content

Commit bcd692b

Browse files
committed
release: v0.6.1
1 parent 565066e commit bcd692b

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
## [Unreleased]
55

66

7+
<a name="v0.6.1"></a>
8+
## [v0.6.1] - 2020-09-09
9+
### Chore
10+
- update quarkus version to 1.7.2.Final
11+
- use organization-level secrets for image deployment
12+
- **actions:** add binary uploads to develop branch CI ([#104](https://github.com/boson-project/faas/issues/104))
13+
14+
### Docs
15+
- initial Go template READMEs
16+
17+
### Fix
18+
- build releases from main branch only
19+
- remove references to unused binaries appsody, kn, kubectl
20+
- image override ([#88](https://github.com/boson-project/faas/issues/88))
21+
22+
### Templates
23+
- **node:** make node templates use npx [@redhat](https://github.com/redhat)/faas-js-runtime ([#99](https://github.com/boson-project/faas/issues/99))
24+
25+
726
<a name="v0.6.0"></a>
827
## [v0.6.0] - 2020-08-31
928
### Chore
@@ -36,6 +55,9 @@
3655
### Fixup
3756
- remove unnecessary WithVerbose option from progressListener
3857

58+
### Release
59+
- v0.6.0
60+
3961
### Test
4062
- add test targets for go and quarkus templates ([#72](https://github.com/boson-project/faas/issues/72))
4163

@@ -146,7 +168,8 @@
146168
- add kn-based implementation
147169

148170

149-
[Unreleased]: https://github.com/boson-project/faas/compare/v0.6.0...HEAD
171+
[Unreleased]: https://github.com/boson-project/faas/compare/v0.6.1...HEAD
172+
[v0.6.1]: https://github.com/boson-project/faas/compare/v0.6.0...v0.6.1
150173
[v0.6.0]: https://github.com/boson-project/faas/compare/v0.5.0...v0.6.0
151174
[v0.5.0]: https://github.com/boson-project/faas/compare/v0.4.0...v0.5.0
152175
[v0.4.0]: https://github.com/boson-project/faas/compare/v0.3.0...v0.4.0

0 commit comments

Comments
 (0)