kubernetes-sigs / metrics-server

Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/
Apache License 2.0
5.81k stars 1.87k forks source link

fix(chart): Fixed incorrect changelog version lookup #1417

Closed stevehipwell closed 9 months ago

stevehipwell commented 9 months ago

What this PR does / why we need it: This PR fixes the CHANGELOG lookup logic in the Helm chart automation. Due to the incorrect configuration it doesn't find the correct entry or error if the entry doesn't exist due to there being no version passed in.

Which issue(s) this PR fixes: n/a

stevehipwell commented 9 months ago

/triage accepted

stevehipwell commented 9 months ago

@dgrisonnet this PR fixes the automation in the previous PR ready for the next chart release.

k8s-ci-robot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dgrisonnet, stevehipwell

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: - ~~[OWNERS](https://github.com/kubernetes-sigs/metrics-server/blob/master/OWNERS)~~ [dgrisonnet] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment