Skip to content

Commit

Permalink
docs: update changelog (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-chem authored Nov 9, 2023
1 parent 2920e1b commit 76702f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`Fixed` for any bug fixes.
`Security` in case of vulnerabilities.


## [0.4.0b0] - 2023-11-9
### Added
- Add KusciaDeployment operator.
- Support non MTLS network communication in P2P networking mode.

## [0.3.0b0] - 2023-9-7
### Added
- Support the deployment of new lite domain in centralized clusters.
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
log "KUSCIA_IMAGE=${KUSCIA_IMAGE}"

if [[ "$SECRETFLOW_IMAGE" == "" ]]; then
SECRETFLOW_IMAGE=secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow/secretflow-lite-anolis8:1.2.0.dev20231025
SECRETFLOW_IMAGE=secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow/secretflow-lite-anolis8:1.2.0b0
fi
log "SECRETFLOW_IMAGE=${SECRETFLOW_IMAGE}"

Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/start_standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ MASTER_MEMORY_LIMIT=2G
LITE_MEMORY_LIMIT=4G
AUTONOMY_MEMORY_LIMIT=6G
SF_IMAGE_NAME="secretflow/secretflow-lite-anolis8"
SF_IMAGE_TAG="1.2.0.dev20231025"
SF_IMAGE_TAG="1.2.0b0"
SF_IMAGE_REGISTRY="secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow"
NETWORK_NAME="kuscia-exchange"
SECRETPAD_USER_NAME=""
Expand Down

0 comments on commit 76702f5

Please sign in to comment.