Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(infra-apps): upgrade ingress from 4.2.* to 4.4.0 #859

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

hairmare
Copy link
Contributor

@hairmare hairmare commented Nov 22, 2022

Description

1.5.1 (chart 4.4.0)

1.4.0 (chart 4.3.x)

updates ingress-nginx to use Endpointslices instead of Endpoints. Thank you, @tombokombo, for your work in
8890

  • Update to Prometheus metric names, more information available here
  • Deprecated Kubernetes versions 1.20-1.21, Added support for, 1.25, currently supported versions v1.22, v1.23, v1.24, v1.25

ADDED

  • _request_duration_seconds Histogram
  • _connect_duration_seconds Histogram
  • _header_duration_seconds Histogram
  • _response_duration_seconds Histogram

Updated

  • _response_size Histogram
  • _request_size Histogram
  • _requests Counter

DEPRECATED

  • _bytes_sent Histogram
  • _ingress_upstream_latency_seconds` Summary

REMOVED

  • ingress_upstream_header_seconds Summary

Issues

Checklist

  • This PR contains a description of the changes I'm making
  • I updated the version in Chart.yaml
  • I updated applicable README.md files using pre-commit run
  • I documented any high-level concepts I'm introducing in docs/
  • CI is currently green and this is ready for review
  • I am ready to test changes after they are applied and released

@github-actions github-actions bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 22, 2022
@hairmare hairmare marked this pull request as ready for review November 22, 2022 13:39
@hairmare hairmare requested a review from a team as a code owner November 22, 2022 13:39
@hairmare hairmare merged commit b84d80b into main Nov 22, 2022
@hairmare hairmare deleted the feat/infra-apps/ingress/update-from-4.2-to-4.4.0 branch November 22, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants