Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Automated Changelog Update for v5.0.0-beta5.2 #3

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci-patch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ jobs:
password: ${{ secrets.GH_PAT }}

- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-amd64
path: docker/sealos/bin/sealos-amd64

- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-arm64
path: docker/sealos/bin/sealos-arm64
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand All @@ -159,12 +159,12 @@ jobs:
uses: rlespinasse/git-commit-data-action@v1

- name: Download amd64 patch image tar
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: patch-image-amd64.tar
path: /tmp/sealos/images/
- name: Download arm64 patch image tar
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: patch-image-arm64.tar
path: /tmp/sealos/images/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloud-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
bash ./scripts/resolve-tag-image.sh "${{ inputs.push_image }}" "${{ steps.check_tag.outputs.isTag }}" "${{ inputs.push_image_tag }}"
echo repo=ghcr.io/${{ github.repository_owner }}/sealos-cloud >> $GITHUB_OUTPUT
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
echo latest_cluster_image=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module.name }}-controller:latest >> $GITHUB_OUTPUT

- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e_k3s_multi_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
- name: Download sealos binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-${{ matrix.arch }}
path: /tmp/sealos/bin/
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-amd64
path: /tmp/verify/
Expand All @@ -49,12 +49,12 @@ jobs:
sudo chmod a+x /tmp/verify/sealos
sudo /tmp/verify/sealos version
- name: Download patch image tar
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: patch-image-${{ matrix.arch }}.tar
path: /tmp/sealos/images/
- name: Download e2e test
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: e2e.test
path: /tmp/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e_k8s_multi_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
- name: Download sealos binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-${{ matrix.arch }}
path: /tmp/sealos/bin/
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-amd64
path: /tmp/verify/
Expand All @@ -49,12 +49,12 @@ jobs:
sudo chmod a+x /tmp/verify/sealos
sudo /tmp/verify/sealos version
- name: Download patch image tar
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: patch-image-${{ matrix.arch }}.tar
path: /tmp/sealos/images/
- name: Download e2e test
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: e2e.test
path: /tmp/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e_test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download image-cri-shim
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-cri-shim-amd64
path: /tmp/
- name: Download sealctl
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealctl-amd64
path: /tmp/
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-amd64
path: /tmp/
- name: Download e2e test
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: e2e.test
path: /tmp/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e_test_core_k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download image-cri-shim
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-cri-shim-amd64
path: /tmp/
- name: Download sealctl
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealctl-amd64
path: /tmp/
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-amd64
path: /tmp/
- name: Download e2e test
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: e2e.test
path: /tmp/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e_test_image_cri_shim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Install Dependencies
run: sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev
- name: Download image-cri-shim
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-cri-shim-amd64
path: /tmp/
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-amd64
path: /tmp/
Expand All @@ -46,7 +46,7 @@ jobs:
sudo mv /tmp/sealos /usr/bin/
sudo sealos version
- name: Download e2e test
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: e2e.test
path: /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
echo latest_cluster_image=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ env.MODULE_NAME }}-frontend:latest >> $GITHUB_OUTPUT

- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/import-patch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
make build BINS=${{ matrix.binary }} PLATFORM=linux_${{ matrix.arch }}
- name: Save Binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.binary }}-${{ matrix.arch }}
path: bin/linux_${{ matrix.arch}}/${{ matrix.binary }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
go install github.com/onsi/ginkgo/v2/ginkgo
cd test/e2e && ginkgo build .
- name: Save E2e Test
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e.test
path: test/e2e/e2e.test
Expand Down Expand Up @@ -152,25 +152,25 @@ jobs:
uses: rlespinasse/git-commit-data-action@v1

- name: Download lvscare
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: lvscare-${{ matrix.arch }}
path: docker/lvscare

- name: Download sealctl
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealctl-${{ matrix.arch }}
path: docker/patch

- name: Download image-cri-shim
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-cri-shim-${{ matrix.arch }}
path: docker/patch

- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos-${{ matrix.arch }}
path: docker/sealos
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
OWNER: ${{ github.repository_owner }}

- name: Upload Cluster Images
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: patch-image-${{ matrix.arch }}.tar
path: patch-${{ matrix.arch }}.tar
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/import-save-sealos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
with:
sealosVersion: "4.1.7"
- name: Save Binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sealos
path: /usr/bin/sealos
overwrite: true
2 changes: 1 addition & 1 deletion .github/workflows/objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
bash ./scripts/resolve-tag-image.sh "${{ inputs.push_image }}" "${{ steps.check_tag.outputs.isTag }}" "${{ inputs.push_image_tag }}"
echo repo=ghcr.io/${{ github.repository_owner }}/sealos-cloud-objectstorage >> $GITHUB_OUTPUT
- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
echo cluster_repo=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module }}-service >> $GITHUB_OUTPUT

- name: Download sealos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sealos
path: /tmp/
Expand Down
68 changes: 68 additions & 0 deletions CHANGELOG/CHANGELOG-5.0.0-beta5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Welcome to the v5.0.0-beta5.2 release of Sealos!🎉🎉!



## Changelog
### New Features
* e19143794992d526fcd0775f455b1157f0081a4e: feat(applaunchpad): support file browser for pv (#4674) (@0fatal)
* 18464891fca36fd623da4f17faff2a035343dfa6: feat(desktop):add inviting others into workspace by link (#4712) (@xudaotutou)
* 835e22457b23e9be7700a11734d41c694231818a: feat: add providers workorder app (#4718) (@zjy365)
* d4040594a3cd148bf832651d435cf68d501db689: feat: cloud host supports GPU (#4728) (@zjy365)
* 4b2d3c0e72851ff5573d0c85f32450aa526df7e3: feat: desktop support controlling the size of the evoked window (#4700) (@zjy365)
* 3859de964955dda9a350ddbc5cda7f9f48c2cc6a: feat: upgrade cost center config. (#4756) (@lingdie)
* f0e17bc07ea8b512cd0895022e3176425b607b3c: feat:add cloudserver app (#4698) (@zjy365)
### Bug fixes
* add7316542a417b8ab0b1452c76873be60b38b50: fix(costcenter): remove bank account regex (#4713) (@xudaotutou)
* 9c178471c7e72b5beb2a9736a20b45fb4fda0fe4: fix(costcenter): update amount by the query (#4737) (@xudaotutou)
* 950e6cb44eb03f6e097a501a80b160eefe9017fc: fix: Delete unnecessary logs (#4710) (@ghostloda)
* 18be6fe4d903f3982900f07c80bea40853c9a109: fix:add check containerd (#4748) (@ghostloda)
* 5968bae3f03db7bf520294c497ca20264b0253d2: fix:cloudserver bandwidth price display (#4734) (@zjy365)
* 7b5fdf221c342f7e65611a5cd706dca78fa53bbb: fix:db podAntiAffinity Preferred (#4701) (@zjy365)
* bca847623a2c821c184d42fcf165c6fc5b8059e6: fix:launchpad checkNetworkPorts (#4724) (@zjy365)
* c723346d6ef16d9cc32feec91c46e4043c14eb1f: fix:launchpad config yaml boolean (#4715) (@zjy365)
### Documentation updates
* 29fb771de5298272254b6e04e593cc2e6f4e4e2d: doc(Frontend): Rename READMD.md to README.md (#4755) (@luoling8192)
### Other work
* b4187c53b61f384ca21d36e4b4b3d1de7688b35a: Add clear mongo log (#4757) (@wallyxjh)
* f04556bed1fe47332d9ad8286f308c4e9bb5db63: Change object storage monitor service from prometheus to vm (#4727) (@nowinkeyy)
* 1ad3c7185c5a88f9ddf3d7fdad96e141ffd24c62: Feat/ add vms/email debt notification (#4763) (@bxy4543)
* 8cb7b734000b94dc59e0b9a9722c1fbc466562e5: Feat: Cloud Virtual Machine Billing (#4699) (@bxy4543)
* afb2584ddcebf4d4c1655209704d1647152866e1: Fix desktop config (#4733) (@lingdie)
* 4d02f7661760c2a5fc140697bd95867bf14ea35e: Fix desktop password salt (#4762) (@lingdie)
* 2138f4656ed70f2d9c4a14ccdc8c7ce1a9ab4c0d: Fix doc link 404. (#4743) (@zzjin)
* 49e6422e89b7a11a47631e62c8291a5df870b0d9: Fix kubepanel typo&link. (#4729) (@zzjin)
* 13bd347c7e33097b304a2f159f08e79a6d517d0b: Fix/costcente svc (#4736) (@bxy4543)
* 3b044f328db58acdd0381c0aec7809027e2d2025: Launchpad monitor (#4689) (@wallyxjh)
* 16c8524f7b05201aea5d3edcbd10bc41be3827ab: Stop clusters (#4644) (@wallyxjh)
* 372632d16ee8f06110399b00c4a7a7e54e31fcce: Update README.md (#4745) (@fanux)
* a7c1d9df0e86ea64fb54860f661b4c52a6ffec16: Update app menu types. (#4735) (@zzjin)
* 17c2b43ac55b1170a236e043d3ed007e0bb8aa14: Update appcr (#4742) (@lingdie)
* c0bb1e72dd2564edef48e3b38d7c84719c76d6c4: add a key for a bucket (#4714) (@nowinkeyy)
* 7362d807e9c1612f97f1b9151a6701090431e338: change mongo 4.0 to 4.4 (#4708) (@lingdie)
* 47ba1b87d3adec8bbd48b1d1f557a36d1d65172b: docs: Update sealos version in self-hosting docs (#4683) (@yangchuansheng)
* daff4ac6f63a3f04938ef813c2d387b848b5aef7: feat. change desktop to use config file. (#4709) (@lingdie)
* c56ce7aebd2dd7eab3fdcb45764b513fdbd6ebbb: fix billing record query with app type (#4731) (@bxy4543)
* 786985e3cced44b14d8c1faa1018d208db671883: fix control-plane component status (#4749) (@ghostloda)
* dd1cfc9221c260fa2e4f0f9d344775f9aaeeb7bc: fix cost center frontend manifests (#4761) (@lingdie)
* 1d0ad5c5213e4915f196f7a9348a33c1e9cb65d2: fix object storage monitor (#4691) (@bxy4543)
* f6b1e76230978671d5ff52be4eb6d1cc232ccedc: fix objectstorage frontend deploy.yaml format error (#4725) (@nowinkeyy)
* 26739d9a6cee1afa95bae74e63c21a4f1b57ec5c: fix set account create region id (#4739) (@bxy4543)
* 9a4f321c1d19d9d0e58dd1569455f1b41316c091: i18n: update i18n for App Launchpad (#4754) (@yangchuansheng)
* 4c3fac74d54699dac47d1e029547b34fce601c00: monitor svc multi nodePort (#4726) (@bxy4543)
* 4b80930b9090afc7384ef6d6b875743a186c4d97: none (#4732) (@nowinkeyy)
* 9bb4c44653a379e2e36e21a5e3f9b700d13c974d: optimize query object storage metric (#4686) (@nowinkeyy)
* a05b86025cc091977f2b7ab53853d42b641cdb05: refactor(costcenter): refactor invoice (#4694) (@xudaotutou)
* 2fe621674f37a307d8af515ac7d316b3f6650065: style: launchpad displays monitoring values (#4688) (@zjy365)
* 0e1693c32ac098a0b78d793ab334a98246f03d10: styles: Updated UI design for dbprovider frontend (#4747) (@zjy365)
* a58a5b159dcfe74381ce5e85abff9f95149a8eca: styles: launchpad AppStatusTag & workorder appendixs (#4740) (@zjy365)
* f164e9dd48e8a8f6b4ac229dac96e7036854c29a: temporary hiding suspends kb package import (#4753) (@bxy4543)
* 7974ba511348f0e1a1acb472e694c460744a9cb4: 为kubepanel network 添加service (#4705) (@bearslyricattack)
* 4535a7fcaceeeb9de1b61018e013abf3674db0a0: 🤖 add release changelog using rebot. (#4681) (@sealos-release-robot)

**Full Changelog**: https://github.com/zijiren233/sealos/compare/v5.0.0-beta5.1...v5.0.0-beta5.2

See [the CHANGELOG](https://github.com/zijiren233/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.

Your patronage towards Sealos is greatly appreciated 🎉🎉.

If you encounter any problems during its usage, please create an issue in the [GitHub repository](https://github.com/zijiren233/sealos), we're committed to resolving your problem as soon as possible.
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

- [CHANGELOG-5.0.0-beta5.2.md](./CHANGELOG-5.0.0-beta5.2.md)
- [CHANGELOG-5.0.0-beta5.md](./CHANGELOG-5.0.0-beta5.md)
- [CHANGELOG-5.0.0-beta4.md](./CHANGELOG-5.0.0-beta4.md)
- [CHANGELOG-5.0.0-beta3.md](./CHANGELOG-5.0.0-beta3.md)
Expand Down
Loading
Loading