Fix chart-releaser action
This commit is contained in:
parent
89b3d40c99
commit
4a81a00414
2 changed files with 7 additions and 2 deletions
|
@ -4,9 +4,13 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
|
||||||
|
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
|
### 3.16.1
|
||||||
|
|
||||||
|
- Fix chart-releaser action
|
||||||
|
|
||||||
### 3.16.0
|
### 3.16.0
|
||||||
|
|
||||||
- [ ] [#6646](https://github.com/kubernetes/ingress-nginx/pull/6646) Added LoadBalancerIP value for internal service
|
- [X] [#6646](https://github.com/kubernetes/ingress-nginx/pull/6646) Added LoadBalancerIP value for internal service
|
||||||
|
|
||||||
### 3.15.1
|
### 3.15.1
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
# When the version is modified, make sure the artifacthub.io/changes list is updated
|
# When the version is modified, make sure the artifacthub.io/changes list is updated
|
||||||
# Also update CHANGELOG.md
|
# Also update CHANGELOG.md
|
||||||
version: 3.16.0
|
version: 3.16.1
|
||||||
appVersion: 0.41.2
|
appVersion: 0.41.2
|
||||||
home: https://github.com/kubernetes/ingress-nginx
|
home: https://github.com/kubernetes/ingress-nginx
|
||||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||||
|
@ -22,3 +22,4 @@ annotations:
|
||||||
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
|
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- Added LoadBalancerIP value for internal service
|
- Added LoadBalancerIP value for internal service
|
||||||
|
- Fix chart-releaser action
|
||||||
|
|
Loading…
Reference in a new issue