File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515[tool ]
1616[tool .commitizen ]
1717name = " cz_conventional_commits"
18- version = " 0.3.3 "
18+ version = " 0.4.0 "
1919tag_format = " v$version"
Original file line number Diff line number Diff line change 1414 ~ limitations under the License.
1515-->
1616
17+ ## v0.4.0 (2023-04-05)
18+
19+ ### Feat
20+
21+ - ** deploy** : add token extraction from fl-core pod in k8s deployment
22+ - ** deploy** : inject secret_key_base from config in k8s secret
23+ - add auth token logging in docker deploy
24+ - ** deploy** : add secret_key_base from config in docker env
25+ - ** command** : add override host flag in user/fn/mod subcommands
26+ - ** client** : add injecthost function to services
27+ - ** cfg** : add cfg subcommand for config management
28+ - ** client** : expand config; read from existing config file
29+ - ** admin** : add user list command
30+ - ** admin** : add user subcmd to create user
31+ - ** kubernetes** : add postgres entities in k8s up
32+
33+ ### Fix
34+
35+ - ** docker** : correctly handle custom worker/core images
36+ - ** client** : add custom type for fl context keys
37+ - ** cfg** : handle missing config file; set correct host key
38+ - ** user_service** : add missing auth token in requests
39+ - ** mod_service** : add missing auth token in requests
40+ - ** fn_service** : add missing api auth token in requests
41+ - ** deploy** : set correct types in k8s deployment
42+
43+ ### Refactor
44+
45+ - isolate openapi structs to client layer
46+ - move error handling to common file
47+
1748## v0.3.3 (2023-02-02)
1849
1950### Fix
You can’t perform that action at this time.
0 commit comments