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.14.1
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.14.2
Choose a head ref
  • 13 commits
  • 24 files changed
  • 5 contributors

Commits on Feb 2, 2024

  1. Update cmd/ctl's go.mod to v1.14.1

    Signed-off-by: Richard Wall <richard.wall@venafi.com>
    wallrj committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6e52ae1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6711 from wallrj/update-cmd/ctl/v1.14.1

    [Release v1.14.1] Update cmd/cmctl's go.mod to v1.14.1
    jetstack-bot authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    701ce53 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix: move server package out of internal

    Currently the TLS code here is imported by the approver-policy project. Long term we should break this code out to a new package, for now we can just move it out internal to unblock our ability to update the approver-policy imports.
    
    Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
    Adam Talbot authored and jetstack-bot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3f32c30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6726 from jetstack-bot/cherry-pick-6725-to-releas…

    …e-1.14
    
    [release-1.14] fix: move server package out of internal
    jetstack-bot authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    543d31c View commit details
    Browse the repository at this point in the history
  3. fix changed behavior: set critical flag of SANs extension based on su…

    …bject
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored and jetstack-bot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9ea674e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6727 from jetstack-bot/cherry-pick-6724-to-releas…

    …e-1.14
    
    [release-1.14] Fix changed behavior: set critical flag of SANs extension based on subject
    jetstack-bot authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2499e95 View commit details
    Browse the repository at this point in the history
  5. fix the Helm trick that we use to differentiate between 0 and an empt…

    …y value
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored and jetstack-bot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    201223a View commit details
    Browse the repository at this point in the history
  6. add comments that explain the empty value trick

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored and jetstack-bot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9f00466 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request #6729 from jetstack-bot/cherry-pick-6713-to-releas…

    …e-1.14
    
    [release-1.14] Fix the Helm trick that we use to differentiate between 0 and an empty value
    jetstack-bot authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0caa338 View commit details
    Browse the repository at this point in the history
  2. bump golang

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored and jetstack-bot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    77c4bc3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6735 from jetstack-bot/cherry-pick-6732-to-releas…

    …e-1.14
    
    [release-1.14] Bump golang to 1.21.7
    jetstack-bot authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9bf4908 View commit details
    Browse the repository at this point in the history
  4. bump base images

    Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
    SgtCoDFish authored and jetstack-bot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    180c58e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6737 from jetstack-bot/cherry-pick-6734-to-releas…

    …e-1.14
    
    [release-1.14] Bump base images
    jetstack-bot authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    306e329 View commit details
    Browse the repository at this point in the history
Loading