Skip to content

Conversation

@dspo
Copy link
Contributor

@dspo dspo commented May 13, 2025

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches
  • Documentation
  • Refactor
  • Chore
  • CI/CD or Tests

What this PR does / why we need it:

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@github-actions
Copy link
Contributor

github-actions bot commented May 13, 2025

conformance test report

apiVersion: gateway.networking.k8s.io/v1
date: "2025-05-14T02:31:42Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
  contact: null
  organization: APISIX
  project: apisix-ingress-controller
  url: https://github.com/apache/apisix-ingress-controller.git
  version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
    result: partial
    skippedTests:
    - GatewaySecretInvalidReferenceGrant
    - GatewaySecretMissingReferenceGrant
    - HTTPRouteHTTPSListener
    - HTTPRouteInvalidCrossNamespaceBackendRef
    - HTTPRouteInvalidReferenceGrant
    - HTTPRoutePartiallyInvalidViaInvalidReferenceGrant
    - HTTPRouteReferenceGrant
    statistics:
      Failed: 0
      Passed: 26
      Skipped: 7
  name: GATEWAY-HTTP
  summary: Core tests partially succeeded with 7 test skips.

@dspo dspo requested a review from ronething May 14, 2025 01:04
resolved = true
)
for _, ref := range listener.TLS.CertificateRefs {
if ref.Group != nil && *ref.Group != corev1.GroupName && *ref.Group != "core" {
Copy link
Contributor

Choose a reason for hiding this comment

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

*ref.Group != "core",is this correct?

Copy link
Contributor

@ronething ronething left a comment

Choose a reason for hiding this comment

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

others lgtm.

@ronething ronething merged commit 7f80427 into release-v2-dev May 14, 2025
9 checks passed
@ronething ronething deleted the fix/GatewayInvalidTLSConfiguration branch May 14, 2025 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants