Skip to content

K0s 1.30 - DO NOT MERGE #2182

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

K0s 1.30 - DO NOT MERGE #2182

wants to merge 8 commits into from

Conversation

JGAntunes
Copy link
Member

Release Process for k0s-1-30 Branch

  1. Ensure current state:

    git checkout main && git pull
    git checkout k0s-1-30 && git pull
    
  2. Merge main into this branch:

    git merge origin/main
    

    Resolve any conflicts if necessary.

  3. Update images:

    • In pkg/config/static/metadata.yaml, update the kube-proxy and pause images to their latest patch versions and ensure the digests are updated accordingly.

    • To retrieve the digests for various platforms and architectures, use the following command:

      docker buildx imagetools inspect <image>:<tag>
      

      Example:

      docker buildx imagetools inspect registry.k8s.io/kube-proxy:v1.30.13
      
  4. Update dependencies:

    make go.mod
    
  5. Commit and push changes

  6. Wait for CI to pass

  7. Tag and release:

    git tag -m "<VERSION>+k8s-1.30" <VERSION>+k8s-1.30
    git push -u origin <VERSION>+k8s-1.30
    

    Replace <VERSION> with the correct version number

    Example:

    git tag -m "1.5.0+k8s-1.30" 1.5.0+k8s-1.30
    git push -u origin 1.5.0+k8s-1.30
    

Copy link

github-actions bot commented May 22, 2025

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-91cf229" -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-91cf229?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

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.

2 participants