Skip to content

Release v0.10.0 #1043

@GiuseppeTT

Description

@GiuseppeTT

Release Checklist

  • All OWNERS must LGTM the release proposal
  • Verify that the changelog in this issue is up-to-date
  • For major or minor releases (v$MAJ.$MIN.0), create a new release branch.
  • Update BRANCH_NAME in the Makefile and set export VERSION=vX.Y.Z.
  • After the above PR is merged rebase your local branch and create a signed tag running:
    git tag -s $VERSION
    and inserts the changelog into the tag description.
    To perform this step, you need a PGP key registered on github.
  • An OWNER pushes the tag with
    git push $VERSION
    • Triggers prow to build and publish a staging container image
      gcr.io/k8s-staging-jobset/jobset:$VERSION
  • An OWNER prepares a draft release
    • Write the changelog into the draft release.
    • Run make artifacts IMAGE_REGISTRY=registry.k8s.io/jobset
      to generate the artifacts and upload the files in the artifacts folder
      to the draft release.
  • Submit a PR against k8s.io,
    updating k8s.gcr.io/images/k8s-staging-jobset/images.yaml to
    promote the container images
    to production:
  • Wait for the PR to be merged and verify that the image registry.k8s.io/jobset/jobset:$VERSION is available.
  • Wait for the PR to be merged and verify that the chart registry.k8s.io/jobset/charts/jobset is available.
    Try `helm show chart oci://registry.k8s.io/jobset/charts/jobset --version ${VERSION/#v/}
  • Publish the draft release prepared at the Github releases page.
  • Add a link to the tagged release in this issue:
  • Send an announcement email to [email protected], [email protected] and [email protected] with the subject [ANNOUNCE] JobSet $VERSION is released
  • Add a link to the release announcement in this issue:
  • For a major or minor release, update README.md in main branch: <!-- TODO (andreyvelich): Add example here>
  • For a major or minor release, create an unannotated devel tag in the
    main branch, on the first commit that gets merged after the release
    branch has been created (presumably the README update commit above), and, push the tag:
    DEVEL=v0.$(($MAJ+1)).0-devel; git tag $DEVEL main && git push $DEVEL
    This ensures that the devel builds on the main branch will have a meaningful version number.
  • For a major or minor release, submit a PR against test-infra,
    updating config/jobs/kubernetes-sigs/jobset periodics to drop n - 1 release and add a periodic
    covering the new release branch.
  • Close this issue

Changelog

New features

Documentation

Development and tooling

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Untriaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions