chore(deps): update helm release nginx-stable/nginx-ingress to v1 #783
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.17.1
->1.4.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nginxinc/kubernetes-ingress (nginx-stable/nginx-ingress)
v1.4.0
Compare Source
FEATURES:
-nginx-debug
flag for enabling debugging ofNGINX using the
nginx-debug
binary.-nginx-status-allow-cidrs
command-lineargument for white listing IPv4 IP/CIDR blocks to allow access to NGINX stub_status or the NGINX Plus API. Thanks to
Jasmine Hegman.
random load balancing method.
stub_status metrics).
port via the
-nginx-status-port
command-line argument. See also the CHANGES section.error-log-level
configmap key. Thanks toboran seref.
stream-snippets
configmap key.IMPROVEMENTS:
feifeiiiiiiiiii.
internal/controller/controller.go. Thanks to Alex O Regan.
See also the CHANGES section.
Package. See also the CHANGES section.
BUGFIXES:
logging.
HELM CHART:
controller.serviceAccount.imagePullSecrets
parameter to the helm chart. See also the CHANGES section.
controller.nginxStatus.allowCidrs
andcontroller.service.externalIPs
parameters to helm chart.controller.service.loadBalancerIP
parameterto the helm chat.
controller.nginxStatus
parameters to thehelm chart.
controller.reportIngressStatus
parameters tothe helm chart.
CHANGES:
controller.serviceAccount.imagePullSecrets
parameter to the helm chart. Note: the
controller.serviceAccountName
parameter has been changed tocontroller.serviceAccount.name
.the Ingress Controller processes Ingress resources with TLS termination enabled but without any referenced (or with
invalid) secrets and Ingress resources with JWT validation enabled but without any referenced (or with invalid) JWK.
Please read here for more details.
Package. Note: the PR significantly changed the layout of the project to follow best practices.
Note: the manifests and the helm chart in the master branch now reference the edge version of the Ingress
Controller instead of the latest stable version used previously.
Note: the default load balancing method is now the power of two choices as it better suits the Ingress Controller
use case. Please read the blog post
about the method for more details.
port via the
-nginx-status-port
command-line argument. Note: For NGINX the stub_status is now exposed on port8080 at the /stub_status URL by default. Previously, the stub_status was not exposed on any port. The stub_status can
be disabled via the
-nginx-status
flag.DOC AND EXAMPLES FIXES/IMPROVEMENTS: 435,
433,
432,
418 (Thanks to Hal Deadman),
406,
381,
349 (Thanks to Artur
Geraschenko), 343
UPGRADE:
nginx/nginx-ingress:1.4.0
ornginx/nginx-ingress:1.4.0-alpine
v1.3.2
Compare Source
CHANGES:
UPGRADE:
nginx/nginx-ingress:1.3.2
ornginx/nginx-ingress:1.3.2-alpine
v1.3.1
Compare Source
CHANGES:
UPGRADE:
nginx/nginx-ingress:1.3.1
ornginx/nginx-ingress:1.3.1-alpine
v1.3.0
IMPROVEMENTS:
generation.
for Plus.
CHANGES:
BUGFIXES:
Location. Thanks to Fernando Diaz.
UPGRADE:
nginx/nginx-ingress:1.3.0
v1.2.0
least_conn.
DockerHub.
blacklists. Thanks to Fernando Diaz.
MergeableTypes. Thanks to Fernando Diaz.
Li.
-ingress-class
option. Thanks toNick Novitski.
controller.
zariye. 252.
270.
v1.1.1
Compare Source
Aleksandr Lysenko.
Aleksandr Lysenko.
v1.1.0
Thanks to Dewen Kong.
Ingress Controller starts; fix a problem with endpoints updates for Plus.
Aleksandr Lysenko.
Thanks to Luke Seelenbinder.
M.
key for the default server.
v1.0.0
Stanislav Seletskiy.
Controller will fail to start if there are no cert and key for the default server. You can pass a TLS Secret for the
default server as an argument to the Ingress Controller or add a cert and a key to the Docker image.
nginx.org/lb-method
annotation. Thanks toSajal Kayan.
Secret referenced by one or more Ingress resources becomes invalid or gets removed, the configuration for those
Ingress resources will be disabled until there is a valid Secret.
here.
receives
SIGTERM
, it shutdowns itself as well as NGINX, usingnginx -s quit
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.