irbekrm
5d7614ddd4
Passes controller context into all NewController funcs
...
Instead of individual arguments. For readability and consistency.
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-03-22 09:03:16 +00:00
irbekrm
8f3ea9a40d
Update comment on controller.cert-manager.io/fao label key
...
As this PR actually starts using this label to filter secrets
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-03-22 09:03:16 +00:00
irbekrm
53918b5d6c
Adds SecretsFilteredCaching alpha feature
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-03-22 09:03:16 +00:00
jetstack-bot
0c071f8d2f
Merge pull request #5878 from avi-08/handle-foreground-deletion
...
Skip syncing resources deleted via foreground cascading
2023-03-21 12:01:38 +00:00
Avi Sharma
a62f92e33d
Add testcases for foreground deletion sync
...
Signed-off-by: Avi Sharma <avi.08.sh@gmail.com>
2023-03-21 15:33:53 +05:30
Avi Sharma
e5d9745078
Skip syncing resources deleted via foreground cascading
...
Signed-off-by: Avi Sharma <avi.08.sh@gmail.com>
2023-03-21 15:33:28 +05:30
jetstack-bot
706ad574b9
Merge pull request #5820 from lucacome/bump-k8s.io-deps
...
Bump k8s.io dependencies
2023-03-20 12:13:41 +00:00
jetstack-bot
a717539023
Merge pull request #5871 from olekfur/remove-obsolete-documentation
...
Remove obsolete bazel documentation
2023-03-17 16:09:01 +00:00
jetstack-bot
1e460486c6
Merge pull request #5869 from andrewsomething/asb/godo-ua
...
digitalocean: Pass user agent string to godo client.
2023-03-17 14:25:01 +00:00
Ole Furseth
f5eff1f318
Remove obsolete bazel documentation
...
Signed-off-by: Ole Furseth <ole.furseth@bekk.no>
2023-03-17 11:44:15 +01:00
Andrew Starr-Bochicchio
70594bd7ca
digitalocean: Pass user agent string to godo client.
...
Signed-off-by: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
2023-03-16 11:20:56 -04:00
jetstack-bot
3d1638264f
Merge pull request #5865 from SgtCoDFish/containerfileprelude
...
Add license preludes for a variety of files
2023-03-15 10:58:54 +00:00
Ashley Davis
f3a051d94f
add license preludes for a variety of files
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-03-14 15:46:10 +00:00
Luca Comellini
0f64e055ae
Bump k8s.io dependencies
...
Signed-off-by: Luca Comellini <luca.com@gmail.com>
2023-03-10 14:55:26 -08:00
jetstack-bot
6ba1dcaf43
Merge pull request #5768 from yulng/gatewayversion
...
Bump gateway-api version to 0.6.0
2023-03-10 12:10:05 +00:00
jetstack-bot
34d245f69f
Merge pull request #5849 from maelvls/ingressclassname
...
Add the ingressClassName field to the Issuer and ClusterIssuer resources to support the ingressClassName from Ingress v1
2023-03-10 11:38:05 +00:00
jetstack-bot
8646e10d6c
Merge pull request #5858 from irbekrm/add_tim
...
Adds Tim to security contacts
2023-03-09 18:53:01 +00:00
irbekrm
ecb0ac57d9
Adds Tim to security contacts
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-03-09 18:18:28 +00:00
jetstack-bot
75c260f663
Merge pull request #5812 from rayandas/rayandas-registry.k8s.io
...
Update k8s.gcr.io to registry.k8s.io
2023-03-09 15:49:01 +00:00
Maël Valais
f0449ddb3b
ingressClassName: document the "oneOf" contraint for the "name" field
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-03-09 15:15:39 +01:00
Maël Valais
ca9aaa0440
ingressClassName: let's remove the link placeholder
...
The link itself is way too long to fit in the API reference.
Signed-off-by: Maël Valais <mael@vls.dev>
2023-03-09 14:42:21 +01:00
Maël Valais
1b9cd207d3
remove unused test func
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-03-07 15:06:58 +01:00
jetstack-bot
860b143c05
Merge pull request #5852 from SgtCoDFish/removetools
...
Remove tools/cobra script
2023-03-06 16:12:42 +00:00
Ashley Davis
086c36a2ec
remove tools/cobra script
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-03-06 14:21:31 +00:00
Maël Valais
6458ed1543
Move from a flag to the Issuer field "ingressClassName"
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-03-03 17:50:30 +01:00
Daniel Sonck
44d1467217
Add flag to allow switching ingressClassName specification
...
Adds a flag to allow between using the old class name annotation or the new
ingressClassName that is gaining support in more ingress controllers.
Signed-off-by: Daniel Sonck <daniel@sonck.nl>
2023-03-03 17:42:43 +01:00
Maël Valais
138b75cd24
make: force the use of registry.k8s.io by ingressnginx
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-03-03 12:50:34 +01:00
jetstack-bot
4e889b702b
Merge pull request #5834 from inteon/remove_unused_parameter
...
Removed unused NewCertManagerWebhookServer function argument
2023-02-28 13:04:33 +00:00
jetstack-bot
34a48e9de0
Merge pull request #5835 from cert-manager/move_cmd_util
...
Move `cmd/util/` to `internal/cmd/util/`
2023-02-28 12:22:32 +00:00
Tim Ramlot
f36c06f10d
move cmd/util/ to internal/cmd/util/, since it is also imported by packages outside of cmd/
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2023-02-28 12:38:59 +01:00
Tim Ramlot
82beacaee2
removed unused NewCertManagerWebhookServer function argument
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2023-02-28 12:30:44 +01:00
jetstack-bot
9a4cad7472
Merge pull request #5832 from irbekrm/updates_base_images
...
Updates base images
2023-02-27 14:26:47 +00:00
irbekrm
6a7a2dea18
Updates base images
...
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-02-27 10:46:31 +00:00
Maël Valais
69c7785723
make: fix the hash of the Gateway API YAML manifests
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-02-23 12:45:09 +01:00
jetstack-bot
0fb98c3aaf
Merge pull request #5813 from SgtCoDFish/bumphelm
...
Bump deps, go and base images
2023-02-20 17:43:22 +00:00
Maël Valais
716bd2a59d
e2e: update Contour to 1.24.1 and chart to 11.0.0
...
Signed-off-by: Maël Valais <mael@vls.dev>
2023-02-20 18:31:13 +01:00
jetstack-bot
bf18c49904
Merge pull request #5805 from inteon/vcert_fix_issue
...
Use jetstack vcert fork to properly reset on TPP error
2023-02-20 17:10:22 +00:00
jetstack-bot
2f2f620161
Merge pull request #5639 from irbekrm/memory_design
...
Design: reduce cert-manager controller's memory consumption
2023-02-20 16:31:23 +00:00
Ashley Davis
357a2f30aa
bump go version
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-02-20 14:22:29 +00:00
Ashley Davis
592abc4a36
update base images to latest
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-02-20 14:22:10 +00:00
Ashley Davis
018e6dc83b
bump dependencies to fix CVEs
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-02-20 14:22:04 +00:00
jetstack-bot
2aaef76b23
Merge pull request #5810 from SgtCoDFish/aarch64
...
Handle uname on linux/arm64
2023-02-20 07:35:22 +00:00
Rayan Das
11071f59bb
update k8s.gcr.io to registry.k8s.io
...
Signed-off-by: Rayan Das <rayandas91@gmail.com>
2023-02-18 22:50:16 +05:30
Ashley Davis
819a82a19a
handle uname on linux/arm64
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-02-17 16:56:49 +00:00
jetstack-bot
b5d1b1e274
Merge pull request #5804 from wallrj/compile-e2e
...
A Makefile target to build a standalone E2E test binary: make e2e-build
2023-02-15 16:20:23 +00:00
Richard Wall
9bf2fed7d6
A Makefile target to build a standalone E2E test binary
...
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2023-02-15 14:32:40 +00:00
Tim Ramlot
6d7b3dd216
use jetstack vcert fork to properly reset on error for TPP
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2023-02-15 15:01:50 +01:00
Richard Wall
b29404b094
Stop the internal variable E2E_SETUP_DEPENDENCIES being shown in the make help output
...
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2023-02-15 13:01:24 +00:00
jetstack-bot
4a7fa90710
Merge pull request #5801 from malovme/solver-image-pull-secret
...
Add imagePullSecrets for AMCE http01 solver pod
2023-02-14 08:55:51 +00:00
jetstack-bot
55b8153643
Merge pull request #5788 from ExNG/dev/jbh/add-kubernetes-api-to-egress
...
Add 6443/TCP to webhook egress NetworkPolicy
2023-02-13 15:20:40 +00:00