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

Release setup #274

Merged
merged 3 commits into from
Feb 3, 2025
Merged

Release setup #274

merged 3 commits into from
Feb 3, 2025

Conversation

ahg-g
Copy link
Contributor

@ahg-g ahg-g commented Feb 3, 2025

  • Added a make artifacts rule to generate release artifacts
  • Issue template for the release

Fixes #263

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 3, 2025
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 3, 2025
Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit eea8bb5
🔍 Latest deploy log https://app.netlify.com/sites/gateway-api-inference-extension/deploys/67a0fe2c27df2700086b4ef1
😎 Deploy Preview https://deploy-preview-274--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 3, 2025
@ahg-g ahg-g changed the title Adding an artifacts make rule for release Some release setup Feb 3, 2025
@ahg-g
Copy link
Contributor Author

ahg-g commented Feb 3, 2025

@robscott

@ahg-g ahg-g force-pushed the artifacts branch 4 times, most recently from 233c73b to 3ce9e38 Compare February 3, 2025 07:25
@ahg-g ahg-g changed the title Some release setup Release setup Feb 3, 2025
Copy link
Contributor

@danehans danehans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahg-g thanks for creating this PR. I have a few nits, otherwise /lgtm.

- [ ] Update things like README, deployment templates, docs, configuration, test/e2e flags.
Submit a PR against the release branch.
- [ ] A maintainer [prepares a draft release](https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases)
- [ ] Write the change log into the draft release.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this project follow the GW API approach to changelog management (xref)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please suggest what the exact step that we should add here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll defer to @robscott since he understands how GW API performs changelog management.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +200 to +204
artifacts: kustomize
if [ -d artifacts ]; then rm -rf artifacts; fi
mkdir -p artifacts
$(KUSTOMIZE) build config/crd -o artifacts/manifests.yaml
@$(call clean-manifests)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to cutting the CRDs, we need to consider:

  • How do we version the web docs?
  • Assets such as the POC example need to be tuned when cutting a release (xref).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those will be in the release branch, and so already properly versioned, right?

Copy link
Contributor

@danehans danehans Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahg-g not necessarily. For example, the vLLM image tag should be changed from latest to a release tag when cutting a release. The imagePullPolicy should be changed from Always to IfNotPresent. This applies to all images and pull policies in the POC deployments. Neither are blockers for the v0.1 release but something we should consider b/c both are best practices that we should follow.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, lets follow up on that after the first release. I would like to move the manifests directory out of the pkg and also move the guides into the site, I am not sure we will get to in the first release.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on all of the suggestions from @danehans, but also fine to make these follow ups like @ahg-g suggested.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahg-g, danehans

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@danehans
Copy link
Contributor

danehans commented Feb 3, 2025

@kfswain @robscott PTAL

Copy link
Member

@robscott robscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ahg-g!

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 3, 2025
@k8s-ci-robot k8s-ci-robot merged commit b24a9db into kubernetes-sigs:main Feb 3, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document Release Process
4 participants