Skip to content

Commit d519cb6

Browse files
committed
bump: version 0.1.0 → 0.2.0
1 parent 808599d commit d519cb6

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
[tool]
1616
[tool.commitizen]
1717
name = "cz_conventional_commits"
18-
version = "0.1.0"
18+
version = "0.2.0"
1919
tag_format = "v$version"

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,52 @@
1414
~ limitations under the License.
1515
-->
1616

17+
## v0.2.0 (2022-10-30)
18+
19+
### Feat
20+
21+
- **dev**: add prometheus in admin dev deployment
22+
- **fn**: add out-dir param in fn create
23+
- **fn**: update "fn create" command with build and source-dir
24+
- **build**: add build module for function creation
25+
- update fn and fn_service to new sdk version
26+
- **dev**: add secret_key_base env in dev deployment
27+
- add custom worker and core image in dev deployment
28+
- **docker_utils**: add existence check in image pull
29+
30+
### Fix
31+
32+
- change host ip to local
33+
- use correct prom image and expose port
34+
- **fn**: check cast
35+
- openapi error handling
36+
- **build**: fix broken out-path in wasm builder
37+
- **fn**: add default value for namespace in create/delete/invoke
38+
- **fn**: fix out-dir and source-file interaction
39+
- add missing license header in test file
40+
- **fn**: mark language as not required in create
41+
- **dev**: forward correct port in fl-core
42+
- fix host and port configuration
43+
- **license**: change with correct license header
44+
45+
### Refactor
46+
47+
- move names in constants and remove prom in reset
48+
- move interfaces and impl in one file
49+
- change parameter name
50+
- **wasm**: use docker utils in wasm builder
51+
- **dev**: drop ow and update local deployer
52+
- **docker_utils**: move docker utils in its own package
53+
- **main**: separate parse and run
54+
- **main**: move app to its own package
55+
- **main**: separate cli run in app.go
56+
- **deploy**: add name for ctx parameter in dockerdeployer
57+
- **build**: change wasm build functions to struct methods
58+
- add type in Source flag and change resources to fixtures
59+
- **fn**: migrate fn and fn_service to new api sdk version
60+
- move images to Setup and pass kong default vars
61+
- **docker_utils**: fix linting errors
62+
1763
## v0.1.0 (2022-09-17)
1864

1965
### Feat

0 commit comments

Comments
 (0)