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: cloudflare/origin-ca-issuer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: cloudflare/origin-ca-issuer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 7 commits
  • 20 files changed
  • 1 contributor

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    117bcf5 View commit details
    Browse the repository at this point in the history
  2. feat(cfapi): include Ray ID in signing errors

    To allow for customer support and engineering teams to correlate
    failures to API requests from failure reports, include the request's Ray
    ID in error messages
    terinjokes committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3954a9e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. feat(controllers): implement ObjectReconciler

    With controller-runtime 0.17.0, reconcilers can be generic over
    client.Object objects, which can be used to reduce the boilerplate of
    returning requests into typed objects in the standard reconciler case
    over Kubernetes objects.
    
    This changeset implements both origin-ca-issuer reconcilers as
    ObjectReconcilers, and upgrades controller-runtime to 0.17.0 to use the
    new feature.
    terinjokes committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    000367f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore(deploy): increase cpu and memory

    The CPU and memory limits of the controller are intended to be tuned by
    cluster administrators, however it presents a better experience if the
    defaults work out of the box.
    
    This changeset increases the requests and limits, and documents the
    fields in the chart documentation.
    
    Bug: #118
    terinjokes committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9cbc0d5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix(cfapi): requeue after DB error

    The Origin CA API occasionally returns error code 1100 signaling a
    failure to write the certificate to the database. This reconciler
    intepreted this error as a permament failure, despite no local issues.
    
    This changeset detects this error code and requeues the
    CertificateRequest with controller-runtime's default backoff behavior.
    
    Fixes: #115
    Fixes: #116
    terinjokes committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3ab8e94 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore(docker): enable sbom and cache

    Update the Docker publishing Action to enable SBOM and provenance
    attestations to the published images, as well as enabling caching of
    layers across runs.
    terinjokes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3af9cea View commit details
    Browse the repository at this point in the history
  2. release: v0.8.0

    terinjokes committed May 21, 2024
    Configuration menu
    Copy the full SHA
    42a2563 View commit details
    Browse the repository at this point in the history
Loading