-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,14 @@ | ||
# release note | ||
|
||
## v0.5.0 | ||
## v0.5.1 | ||
|
||
*Bugfix:* | ||
|
||
- [x] Layer Not found appears when apply is executed on machines other than master0. | ||
- [x] Lite build cache sectional images due to registry not start. | ||
- [x] sealer login x509 err. (Set env ` SKIP_TLS_VERIFY=true` to skip ) | ||
- [x] fix null point error caused by using label plugin. | ||
- [x] fix imageList containing spaces causing panic. | ||
|
||
*Optimize:* | ||
|
||
- [x] Optimize the delete command. | ||
|
||
```shell | ||
delete to cluster by baremetal provider: | ||
sealer delete --masters x.x.x.x --nodes x.x.x.x | ||
sealer delete --masters x.x.x.x-x.x.x.y --nodes x.x.x.x-x.x.x.y | ||
delete to cluster by cloud provider, just set the number of masters or nodes: | ||
sealer delete --masters 2 --nodes 3 | ||
specify the cluster name(If there is only one cluster in the $HOME/.sealer directory, it should be applied. ): | ||
sealer delete --masters 2 --nodes 3 -f /root/.sealer/specify-cluster/Clusterfile | ||
delete all: | ||
sealer delete --all [--force] | ||
sealer delete -f /root/.sealer/mycluster/Clusterfile [--force] | ||
``` | ||
|
||
- [x] Optimize the lite build step. | ||
- [x] Shell plugin support on field. | ||
- [x] Show more image details (creation time and size). | ||
- [x] lite build support add 'yml' file and skip to run cmd when its layer value contains "kubectl". | ||
- [x] local build support cache image from imageList,manifests/*.yaml,charts. | ||
- [x] support overwrite kubeadm config. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters