1.2.0 Aster
Aster 1.2 시리즈 첫 번째 릴리즈
Notable changes
kubespray 및 ceph-ansible을 하위 모듈로 이동합니다. 이제 kubespray와 ceph-ansible은 upstream repository로 이동합니다. upstream repository를 직접 수정하지 않고 패치 파일을 적용합니다.
kubespray는 kubernetes 1.24.x 버전을 지원하는 마지막 branch release-2.22로 수정되었습니다.
ceph-ansible은 Ceph Quincy 17.2.x 버전을 지원하는 branch stable-7.0으로 고정됩니다.
btx 이미지에 qemu-utils 패키지 추가했습니다. qemu-img 명령어는 엔지니어가 많이 사용합니다.
Burrito Changelog
enhance: (keepalived) remove sudo in check_proxy script since keepalived is already running as root; (jijisa@iorchard.net)
doc: add burrito readthedocs service url in README.rst; (jijisa@iorchard.net)
fix: add .readthedocs.yaml and docs/requirements.txt; (jijisa@iorchard.net)
doc: update documentation with sphinx; (jijisa@iorchard.net)
fix: modify btx image tag to 1.2.0 in scripts/images.txt; (jijisa@iorchard.net)
fix: set ceph-ansible to stable-7.0 branch; (jijisa@iorchard.net)
- fix: modify metallb_ip_range type to string in vars.yml.sample
patch metallb task to set timeout to 120 seconds; (jijisa@iorchard.net)
feature: upgrade btx to 1.2.0; (jijisa@iorchard.net)
doc: fix typo in install.rst and install_offline.rst; (jijisa@iorchard.net)
- fix: add some patches to kubespray and ceph-ansible;
update download_url in offline_vars.yml; update containerd_insecure_registries; (jijisa@iorchard.net)
refactor: move kubespray and ceph-ansible to submodule; (jijisa@iorchard.net)
doc: update online install document; (jijisa@iorchard.net)
doc: update install documents; (jijisa@iorchard.net)
BTX Changelog
image: jijisa/btx:1.2.0 (https://hub.docker.com/r/jijisa/btx/tags)
feature: add qemu-utils package
feature: upgrade k8s to 1.24.14 and helm to 3.12.0