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.29 - DO NOT MERGE #1363

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

K0s 1.29 - DO NOT MERGE #1363

wants to merge 29 commits into from

Conversation

emosbaugh
Copy link
Member

@emosbaugh emosbaugh commented Oct 22, 2024

Release Process for k0s-1-29 Branch

  1. Ensure current state:

    git checkout main && git pull
    git checkout k0s-1-29 && 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.29.9
      
  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.29" <VERSION>+k8s-1.29
    git push -u origin <VERSION>+k8s-1.29
    

    Replace <VERSION> with the correct version number

    Example:

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

Copy link

github-actions bot commented Oct 22, 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-5c389b8" -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-5c389b8?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

@emosbaugh emosbaugh changed the title pin k0s version to 1.29 K0s 1.29 Oct 22, 2024
@emosbaugh emosbaugh changed the title K0s 1.29 K0s 1.29 - DO NOT MERGE Oct 30, 2024
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.

4 participants