Skip to content

Conversation

screspod
Copy link
Member

Release Process for k0s-1-31 Branch

  1. Ensure current state:

    git checkout main && git pull
    git checkout k0s-1-31 && 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.31.11
      
  4. Update dependencies:

    make go.mod
    
  5. Commit and push changes

  6. Tag and release:

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

    Replace <VERSION> with the correct version number

    Example:

    git tag -m "release 2.9.0+k8s-1.31" 2.9.0+k8s-1.31
    git push -u origin 2.9.0+k8s-1.31
    

Copy link

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

Happy debugging!

@screspod screspod force-pushed the k0s-1-31 branch 2 times, most recently from d6f990d to a21fadd Compare August 19, 2025 15:41
@emosbaugh emosbaugh closed this Aug 25, 2025
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.

3 participants