Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cert-manager/cert-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: cert-manager/cert-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.1
Choose a head ref
  • 19 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 11, 2025

  1. fix(acme): Use ImplementationSpecific pathType until next major release

    This change introduced a breaking change for users of the `ingress-nginx` ingress controller. `cert-manager` will in an upcoming release introduce this breaking change alongside with an option to make the pathType configurable.
    
    This reverts commit 0af46c4.
    
    Signed-off-by: Sascha Spreitzer <sascha@spreitzer.ch>
    sspreitzer authored and cert-manager-bot committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    c0faf73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7794 from cert-manager-bot/cherry-pick-7793-to-re…

    …lease-1.18
    
    [release-1.18] fix(acme):  Use ImplementationSpecific pathType until next breaking-change release
    cert-manager-prow[bot] authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    a1dbbd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. increasing timeout based on discussions

    Signed-off-by: hjoshi123 <hemant.joshi@vizio.com>
    hjoshi123 authored and cert-manager-bot committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    a0119d4 View commit details
    Browse the repository at this point in the history
  2. removing period

    Signed-off-by: hjoshi123 <hemant.joshi@vizio.com>
    hjoshi123 authored and cert-manager-bot committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    58d1aea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7801 from cert-manager-bot/cherry-pick-7796-to-re…

    …lease-1.18
    
    [release-1.18] fix(acmechallenges): increasing timeout
    cert-manager-prow[bot] authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    4bd5b72 View commit details
    Browse the repository at this point in the history
  4. make update-base-images

    https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1749807028639169
    
    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    0806243 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7803 from cert-manager-bot/cherry-pick-7802-to-re…

    …lease-1.18
    
    [release-1.18] make update-base-images
    cert-manager-prow[bot] authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    7709205 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Enable ingress-nginx admission webhook

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    7b0b88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969932b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7807 from cert-manager-bot/cherry-pick-7792-to-re…

    …lease-1.18
    
    [release-1.18] Upgrade ingress-nginx in E2E tests
    cert-manager-prow[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a95f4e1 View commit details
    Browse the repository at this point in the history
  4. feat(acme): Add default feature gate to set Ingress pathType to Exact

    Signed-off-by: Sascha Spreitzer <sascha@spreitzer.ch>
    sspreitzer authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    d69c1fc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7810 from cert-manager-bot/cherry-pick-7795-to-re…

    …lease-1.18
    
    [release-1.18] feat(acme): Add default feature gate for ACME HTTP01 Ingress pathType Exact
    cert-manager-prow[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    80e4745 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    ee3b742 View commit details
    Browse the repository at this point in the history
  7. Explain why we disable strict-validate-path in ingress-nginx

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    f05762b View commit details
    Browse the repository at this point in the history
  8. Update feature gate documentation in the Helm chart

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    aa0aedf View commit details
    Browse the repository at this point in the history
  9. make generate

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    9542d75 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7811 from cert-manager-bot/cherry-pick-7809-to-re…

    …lease-1.18
    
    [release-1.18] Documentation related to the ACMEHTTP01IngressPathTypeExact feature
    cert-manager-prow[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    379f43e View commit details
    Browse the repository at this point in the history
  11. Change ACMEHTTP01IngressPathTypeExact feature to beta

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark authored and cert-manager-bot committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    c4e9ecf View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7814 from cert-manager-bot/cherry-pick-7813-to-re…

    …lease-1.18
    
    [release-1.18] Change ACMEHTTP01IngressPathTypeExact feature to beta
    cert-manager-prow[bot] authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    d5382c8 View commit details
    Browse the repository at this point in the history
Loading