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.4
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.5
Choose a head ref
  • 19 commits
  • 34 files changed
  • 5 contributors

Commits on Mar 8, 2024

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

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    760c137 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6844 from inteon/release-1.14_ctl

    [release-1.14] Update cmd/ctl's go.mod to v1.14.4
    jetstack-bot authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b106a4c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180

    find . -name go.mod -execdir go get github.com/go-jose/go-jose/v3@v3.0.3 \;
    make tidy
    
    Signed-off-by: Richard Wall <richard.wall@venafi.com>
    wallrj committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9e0de88 View commit details
    Browse the repository at this point in the history
  2. make update-licenses

     make vendor-go
     make update-licenses
    
    Signed-off-by: Richard Wall <richard.wall@venafi.com>
    wallrj committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    788673f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6856 from wallrj/release-1.14-bump-go-jose-CVE-20…

    …24-28180
    
    Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180
    jetstack-bot authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    87d5d2d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. ignore two false positive vulns

    Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
    SgtCoDFish committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c15dc71 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Merge pull request #6866 from SgtCoDFish/release-1.14-ignorevulns

    [release-1.14] ignore two false positive vulns
    jetstack-bot authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    61e21f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. limit DigitalOcean records for cleanup to TXT only

    Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
    SgtCoDFish authored and jetstack-bot committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c5ea956 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6893 from jetstack-bot/cherry-pick-6875-to-releas…

    …e-1.14
    
    [release-1.14] Limit DigitalOcean records for cleanup to TXT only
    jetstack-bot authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    47b9f4a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [release-1.14] fix CVE-2023-45288, bump base images, bump go

    Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
    SgtCoDFish committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8294b60 View commit details
    Browse the repository at this point in the history
  2. fix flaky dns test, make sure dns server has started before sending r…

    …equests
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored and cert-manager-bot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c35059a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6936 from cert-manager-bot/cherry-pick-6923-to-re…

    …lease-1.14
    
    [release-1.14] Fix flaky dns test
    cert-manager-prow[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ca8832b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6931 from SgtCoDFish/release-1.14-CVE-2023-45288

    [release-1.14] fix CVE-2023-45288, bump base images, bump go
    cert-manager-prow[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    04b2a8c View commit details
    Browse the repository at this point in the history
  5. remove docker custom network hack, since the test environment itself …

    …has been patched
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored and cert-manager-bot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    53656b4 View commit details
    Browse the repository at this point in the history
  6. disable rclone gcs bucket ACL

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a298c14 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6940 from cert-manager-bot/cherry-pick-6938-to-re…

    …lease-1.14
    
    [release-1.14] Remove docker custom network hack which has been moved to the test runner
    cert-manager-prow[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fb5b0ac View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6942 from inteon/release-1.14_acl

    [release-1.14] Disable rclone gcs bucket ACL
    cert-manager-prow[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c1bc830 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. [release-1.14] ignore trivy false positive CVE-2020-8559

    Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
    SgtCoDFish committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b774723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a09152 View commit details
    Browse the repository at this point in the history
Loading