Skip to content

Conversation

@arms11
Copy link
Contributor

@arms11 arms11 commented Apr 10, 2022

Ingress.yaml uses correct apiVersion and related spec changes that are now required starting version v1.22 of kubernetes.

@pull-request-size pull-request-size bot added the size/S PR that changes 10-29 lines. Very easy to review. label Apr 10, 2022
@arms11 arms11 force-pushed the ingress_api_version_k8s_122_support_issue_277 branch from 48359f4 to 6877f50 Compare April 10, 2022 23:18
@arms11 arms11 marked this pull request as ready for review April 10, 2022 23:38
@cognifloyd
Copy link
Member

Please add a changelog. And would you mind adding some unit tests for the Ingress? There are examples in tests/unit and see the readme under tests

@arms11
Copy link
Contributor Author

arms11 commented Apr 11, 2022

Thanks @cognifloyd for the feedback. Will take a look tomorrow.

@CLAassistant
Copy link

CLAassistant commented May 11, 2022

CLA assistant check
All committers have signed the CLA.

@pull-request-size pull-request-size bot added size/L PR that changes 100-499 lines. Requires some effort to review. and removed size/S PR that changes 10-29 lines. Very easy to review. labels Jul 9, 2022
@cognifloyd cognifloyd force-pushed the ingress_api_version_k8s_122_support_issue_277 branch from b9e886b to fd61b79 Compare July 9, 2022 22:58
@cognifloyd cognifloyd force-pushed the ingress_api_version_k8s_122_support_issue_277 branch from f5a9ad0 to f168716 Compare July 9, 2022 23:07
Copy link
Member

@cognifloyd cognifloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K. I added the changelog entry and tests.

@cognifloyd cognifloyd enabled auto-merge July 9, 2022 23:28
paths:
{{- range .paths }}
- path: {{ default "/*" .path }}
{{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1" }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests uncovered a bug here. It was missing $ so I added that.

@cognifloyd cognifloyd merged commit dbcd54d into StackStorm:master Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/L PR that changes 100-499 lines. Requires some effort to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants