Skip to content

feat(httproutes): support per-route annotations in httpRoutes - #444

Merged
shuesken merged 4 commits into
mainfrom
inf-4027-httproute-per-route-annotations
Jul 30, 2026
Merged

feat(httproutes): support per-route annotations in httpRoutes#444
shuesken merged 4 commits into
mainfrom
inf-4027-httproute-per-route-annotations

Conversation

@shuesken

@shuesken shuesken commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Allow consumers to set arbitrary annotations on individual HTTPRoute resources via the httpRoutes[].annotations field in values. Previously only the external-dns annotation was emitted; all other per-route annotations were silently ignored.

INF-4027

Allow consumers to set arbitrary annotations on individual HTTPRoute
resources via the httpRoutes[].annotations field in values. Previously
only the external-dns annotation was emitted; all other per-route
annotations were silently ignored.

Closes INF-4027
@github-actions github-actions Bot added the yaml label Jul 29, 2026
@shuesken
shuesken marked this pull request as ready for review July 30, 2026 09:54
@shuesken
shuesken requested review from a team as code owners July 30, 2026 09:54
Copilot AI review requested due to automatic review settings July 30, 2026 09:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR enhances the shared Helm library chart so that each generated Gateway API HTTPRoute can include arbitrary, user-defined annotations via httpRoutes[].annotations, instead of only emitting the external-dns hostname annotation.

Changes:

  • Extend common’s HTTPRoute template to render per-route annotations.
  • Bump common chart version to publish the library change.
  • Bump monolith chart version to publish the consumer-facing change for that chart.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
parcellab/monolith/Chart.yaml Bumps monolith chart version to release the updated behavior.
parcellab/common/templates/_httproutes.tpl Adds rendering of httpRoutes[].annotations into each HTTPRoute’s metadata.
parcellab/common/Chart.yaml Bumps common library chart version to release the template change.

Comment thread parcellab/common/templates/_httproutes.tpl
Comment thread parcellab/common/Chart.yaml

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4597d2f45d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread parcellab/monolith/Chart.yaml
Comment thread parcellab/common/templates/_httproutes.tpl
@shuesken
shuesken merged commit ce04eae into main Jul 30, 2026
3 checks passed
@shuesken
shuesken deleted the inf-4027-httproute-per-route-annotations branch July 30, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants