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.9.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.10.0
Choose a head ref
  • 15 commits
  • 37 files changed
  • 4 contributors

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    bf9a61c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    099f3d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix(helm): auto approval of ClusterOriginIssuers

    Fixes: #132
    xorinzor authored and terinjokes committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7b16c1d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Adding semgrep yaml file

    Hrushikesh Deshpande committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db47960 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. chore(workflow): update semgrep.yml

    Update the semgrep workflow to always use the "ubuntu-latest" release.
    hrushikeshdeshpande authored and terinjokes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9a28764 View commit details
    Browse the repository at this point in the history
  2. chore(workflow): run semgrep on trunk

    The configuration added by the AppSec team did not take the default
    branch into account.
    terinjokes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9058548 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore(workflow): update semgrep.yml docker image

    Updating semgrep docker image for the exising semgrep workflow.
    hrushikeshdeshpande authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4222912 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. chore(suite): remove build tags

    The integration suite was guarded behind the "suite" build tag, which
    prevented Go tooling from working with the integration tests by default.
    This made the upcoming refactoring to support API tokens more difficult,
    and has historically discouraged the addition of more integration tests.
    
    As modern versions of Go support `testing.Cleanup` we can move the
    envtest setup into a helper function that runs, and automatically cleans
    up, in every test, instead of wrapping the main function. The tests are
    guarded by checking for the presence of the KUBEBUILDER_ASSETS
    environment variable, which is set by `setup-env` in the CI environment.
    terinjokes committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    73d255d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. feat(cfapi): replace Factory with Builder

    Replace an interface with a Builder type that can be partially
    constructed before being passed to the CertificateRequest controller.
    
    This changeset also adjusts the CertificateRequest controller's tests to
    use go-vcr to better test the (un)marshalling of requests and responses.
    terinjokes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c1d8920 View commit details
    Browse the repository at this point in the history
  2. feat(types): make ServiceKeyRef optional

    Prepare to allow multiple authentication types by allowing ServiceKeyRef
    to become nil, and requiring the controllers to properly handle no
    authentication types being set.
    
    Bug: #135
    terinjokes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e09e726 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. feat: support API Token authentication

    Adds support for using API Tokens to authenticate with the Cloudflare
    API, in addition to the existing support for Origin CA Service Keys.
    
    Bug: #135
    terinjokes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1531b86 View commit details
    Browse the repository at this point in the history
  2. docs: support for api tokens

    Documents support for using scoped API Tokens alongside the existing
    support for Origin CA service keys.
    
    Bug: #135
    terinjokes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eddcc70 View commit details
    Browse the repository at this point in the history
  3. docs: supported version range

    To be moved to the "production ready" tier in upstream's documentation,
    we need to include the versions of Kubernetes and cert-manager
    supported, and link to upstream's installation docs.
    terinjokes committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2e7a82d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    8151be4 View commit details
    Browse the repository at this point in the history
  2. release: v0.10.0

    terinjokes committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9e30f07 View commit details
    Browse the repository at this point in the history
Loading