-
Notifications
You must be signed in to change notification settings - Fork 2k
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
connect: fix bug where sidecar_task.resources was ignored with hcl1 #11927
Conversation
ec7181c
to
2623bb4
Compare
The HCL1 parser did not respect connect.sidecar_task.resources if the connect.sidecar_service block was not set (an optimiztion that no longer makes sense with connect gateways). Fixes #10899
2623bb4
to
15442b3
Compare
.changelog/10899.txt
Outdated
``` | ||
release-note:bug | ||
Fixed a bug where connect sidecar resources were ignored when using HCL1 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
release-note:bug | |
Fixed a bug where connect sidecar resources were ignored when using HCL1 | |
``` | |
```release-note:bug | |
connect: Fixed a bug where connect sidecar resources were ignored when using HCL1 |
The filename should also be the PR number 11927.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
Hello @shoenig, this bugfix was marked for back-porting into 1.1 but unfortunately the latest 1.1.12 does not include your fix here. Do you know if this was deliberate omission or just the backporting did not happen by mistake? Thanks! |
Hi @kirooshu, we just haven't shipped a release yet (v1.3 is coming soon) since fixing this bug. Once we do it'll also be backported into 1.1.x and 1.2.x at the same time. |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
The HCL1 parser did not respect
connect.sidecar_task.resources
if theconnect.sidecar_service
block was not set (an optimiztion that no longermakes sense with connect gateways).
Fixes #10899