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

update helm chart index to include version 0.29.7 #786

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

Huang-Wei
Copy link
Contributor

@Huang-Wei Huang-Wei commented Jul 29, 2024

What type of PR is this?

/kind documentation

What this PR does / why we need it:

The manual steps to update are as follows:

  1. Wait for release/v0.29.7 to be generated in releases page
  2. Run cd site/static in scheduler-plugins folder locally
  3. Run wget https://github.com/kubernetes-sigs/scheduler-plugins/releases/download/v0.29.7/scheduler-plugins-0.29.7.tgz to download the tgz file
  4. Run helm repo index . --merge index.yaml --url https://scheduler-plugins.sigs.k8s.io
  5. Remove scheduler-plugins-0.29.7.tgz and check-in index.yaml

Which issue(s) this PR fixes:

Fixes #721.

Updated 7/31/2024: a follow-up is #787

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Documented how to use Helm repo in README.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 29, 2024
@Huang-Wei Huang-Wei requested a review from zwpaper July 29, 2024 23:13
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Huang-Wei

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

@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 Jul 29, 2024
Copy link

netlify bot commented Jul 29, 2024

Deploy Preview for kubernetes-sigs-scheduler-plugins ready!

Name Link
🔨 Latest commit cd8e9f0
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-scheduler-plugins/deploys/66a82234ba1d020008dcc3bf
😎 Deploy Preview https://deploy-preview-786--kubernetes-sigs-scheduler-plugins.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.

@Huang-Wei
Copy link
Contributor Author

@zwpaper could you review the steps of updating index.yaml to ensure it's accurate?

This was referenced Jul 29, 2024
@Huang-Wei Huang-Wei merged commit 781ea52 into kubernetes-sigs:master Jul 31, 2024
9 of 10 checks passed
@Huang-Wei Huang-Wei deleted the update-helm-index branch July 31, 2024 16:57
@Huang-Wei Huang-Wei mentioned this pull request Nov 4, 2024
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. kind/documentation Categorizes issue or PR as related to documentation. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document helm repository url
2 participants