Chart: Rename changelog/Changelog-*.md
into changelog/helm-chart-*.md
.
This commit is contained in:
parent
84ced1ed1c
commit
b8e4e3ceba
12 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
|
|||
|
||||
### 4.8.2
|
||||
|
||||
* - "update nginx base, httpbun, e2e, helm webhook cert gen (#10506)"
|
||||
* - "Update Ingress-Nginx version controller-v1.9.3"
|
||||
* update nginx base, httpbun, e2e, helm webhook cert gen (#10506)
|
||||
* Update Ingress-Nginx version controller-v1.9.3
|
||||
|
||||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.8.1...helm-chart-4.8.2
|
|
@ -3,6 +3,7 @@
|
|||
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
|
||||
|
||||
### 4.8.3
|
||||
|
||||
* Update Ingress-Nginx version controller-v1.9.4
|
||||
|
||||
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.8.2...helm-chart-4.8.3
|
|
@ -65,7 +65,7 @@ func (r ReleaseNote) HelmTemplate() {
|
|||
Debug("ChangeLog Templates %s", string(changelogTemplate))
|
||||
t := template.Must(template.New("changelog").Parse(string(changelogTemplate)))
|
||||
// create a new file
|
||||
file, err := os.Create(fmt.Sprintf("charts/ingress-nginx/changelog/Changelog-%s.md", r.NewHelmChartVersion))
|
||||
file, err := os.Create(fmt.Sprintf("charts/ingress-nginx/changelog/helm-chart-%s.md", r.NewHelmChartVersion))
|
||||
if err != nil {
|
||||
ErrorF("Could not create changelog file %s", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue