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

K0s 1.28 #893

Draft
wants to merge 56 commits into
base: main
Choose a base branch
from
Draft

K0s 1.28 #893

wants to merge 56 commits into from

Conversation

sgalsaleh
Copy link
Member

@sgalsaleh sgalsaleh commented Jul 29, 2024

To make a new release from this branch, first run:
git checkout main && git pull && git checkout k0s-1-28 && git pull to ensure state is current

Then, merge main into this branch (there should not be any conflicts) and push with:
git merge origin/main && git push

Run the update-addons and image-deps-updater github actions manually against the k0s-1-28 branch and merge the resulting PRs (if any).

Run make go.mod to ensure that dependencies match the Makefile.

This will trigger CI to run on the new merge commit. If it passes, tag and release with:
git tag -m "[EC-VERSION]+k8s-1.28" [EC-VERSION]+k8s-1.28 && git push -u origin [EC-VERSION]+k8s-1.28
(Please do not actually release [EC-VERSION], change that to the correct version)
Example: git tag -m "1.5.0+k8s-1.28" 1.5.0+k8s-1.28 && git push -u origin 1.5.0+k8s-1.28

@sgalsaleh sgalsaleh mentioned this pull request Jul 29, 2024
@sgalsaleh sgalsaleh changed the title K0s 1 28 K0s 1.28 Jul 29, 2024
Copy link

github-actions bot commented Jul 29, 2024

This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID.

Online Installer:

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/appver-dev-bc8288d" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Airgap Installer (may take a few minutes before the airgap bundle is built):

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci-airgap/appver-dev-bc8288d?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

emosbaugh and others added 30 commits August 30, 2024 11:47
updated seaweedfs version

Co-authored-by: ricardomaraschini <[email protected]>
updated openebs version

Co-authored-by: ricardomaraschini <[email protected]>
updated embeddedclusteroperator version

Co-authored-by: ricardomaraschini <[email protected]>
updated velero version

Co-authored-by: ricardomaraschini <[email protected]>
Update image versions

Co-authored-by: ricardomaraschini <[email protected]>
updated openebs version

Co-authored-by: ricardomaraschini <[email protected]>
Update image versions

Co-authored-by: ricardomaraschini <[email protected]>
Update image versions

Co-authored-by: ricardomaraschini <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants