Skip to content

Commit

Permalink
Merge pull request #52 from sighupio/fix_perms
Browse files Browse the repository at this point in the history
Fixing permission issue for ingress-nginx-metrics svc
  • Loading branch information
nandajavarma authored Sep 15, 2021
2 parents 22999cc + bf97cb3 commit 1a0045f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/releases/v1.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Ingress Core Module version 1.11.1

`fury-kubernetes-ingress` is part of the SIGHUP maintained [Kubernetes
Fury Distribution](https://github.com/sighupio/fury-distribution). The
module ships Ingress Controller and TLS certificate management
components you need to manage external access to your services in your
cluster. Team SIGHUP makes it a priority to maintain these modules in
compliance with CNCF and with all the latest features from upstream.

This is a minor release fixing a permission issue.

## Changelog

### Breaking changes
> None
### Features
### Bug fixes
* [#52](https://github.com/sighupio/fury-kubernetes-ingress/pull/52) Fixing permission issue for ingress-nginx-metrics svc


## Upgrade Guide

### Process

To upgrade this core module from `v1.11.0` to `v1.11.1`, you need to download this new version, then apply the `kustomize` project.

```bash
kustomize build katalog/nginx/configs/ | kubectl apply -f -
# Configured
```
1 change: 1 addition & 0 deletions katalog/nginx/bases/configs/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ rules:
- get
- list
- watch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 1a0045f

Please sign in to comment.