Skip to content

Commit 17d77ce

Browse files
committed
bump: version 0.3.3 → 0.4.0
1 parent 3a48a1b commit 17d77ce

2 files changed

Lines changed: 32 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.3.3"
18+
version = "0.4.0"
1919
tag_format = "v$version"

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,37 @@
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

0 commit comments

Comments
 (0)