|
14 | 14 | ~ limitations under the License. |
15 | 15 | --> |
16 | 16 |
|
| 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 | + |
17 | 63 | ## v0.1.0 (2022-09-17) |
18 | 64 |
|
19 | 65 | ### Feat |
|
0 commit comments