Skip to content

Commit

Permalink
Fix chart-releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Dec 21, 2020
1 parent 89b3d40 commit 4a81a00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion charts/ingress-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku

### Unreleased

### 3.16.1

- Fix chart-releaser action

### 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

Expand Down
3 changes: 2 additions & 1 deletion charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ingress-nginx
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 3.16.0
version: 3.16.1
appVersion: 0.41.2
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
Expand All @@ -22,3 +22,4 @@ annotations:
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: |
- Added LoadBalancerIP value for internal service
- Fix chart-releaser action

0 comments on commit 4a81a00

Please sign in to comment.