-
Notifications
You must be signed in to change notification settings - Fork 72
Comparing changes
Open a pull request
base repository: cloudflare/origin-ca-issuer
base: v0.9.0
head repository: cloudflare/origin-ca-issuer
compare: v0.10.0
- 15 commits
- 37 files changed
- 4 contributors
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf9a61c - Browse repository at this point
Copy the full SHA bf9a61cView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 099f3d1 - Browse repository at this point
Copy the full SHA 099f3d1View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b16c1d - Browse repository at this point
Copy the full SHA 7b16c1dView commit details
Commits on Sep 20, 2024
-
Hrushikesh Deshpande committed
Sep 20, 2024 Configuration menu - View commit details
-
Copy full SHA for db47960 - Browse repository at this point
Copy the full SHA db47960View commit details
Commits on Sep 23, 2024
-
chore(workflow): update semgrep.yml
Update the semgrep workflow to always use the "ubuntu-latest" release.
Configuration menu - View commit details
-
Copy full SHA for 9a28764 - Browse repository at this point
Copy the full SHA 9a28764View commit details -
chore(workflow): run semgrep on trunk
The configuration added by the AppSec team did not take the default branch into account.
Configuration menu - View commit details
-
Copy full SHA for 9058548 - Browse repository at this point
Copy the full SHA 9058548View commit details
Commits on Sep 25, 2024
-
chore(workflow): update semgrep.yml docker image
Updating semgrep docker image for the exising semgrep workflow.
Configuration menu - View commit details
-
Copy full SHA for 4222912 - Browse repository at this point
Copy the full SHA 4222912View commit details
Commits on Sep 28, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 73d255d - Browse repository at this point
Copy the full SHA 73d255dView commit details
Commits on Oct 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c1d8920 - Browse repository at this point
Copy the full SHA c1d8920View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e09e726 - Browse repository at this point
Copy the full SHA e09e726View commit details
Commits on Oct 2, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1531b86 - Browse repository at this point
Copy the full SHA 1531b86View commit details -
Documents support for using scoped API Tokens alongside the existing support for Origin CA service keys. Bug: #135
Configuration menu - View commit details
-
Copy full SHA for eddcc70 - Browse repository at this point
Copy the full SHA eddcc70View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2e7a82d - Browse repository at this point
Copy the full SHA 2e7a82dView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8151be4 - Browse repository at this point
Copy the full SHA 8151be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e30f07 - Browse repository at this point
Copy the full SHA 9e30f07View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.0...v0.10.0