Commit Graph

412 Commits

Author SHA1 Message Date
Tim Ramlot
da60405b21
run 'make upgrade-klone'
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-19 18:12:12 +02:00
Ashley Davis
8f54e130bd
re-add mistakenly removed make tidy target
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-04-19 11:26:00 +01:00
Tim Ramlot
8ee7ada5fa
running make in a make target causes concurrent download of dependencies yielding broken files and downloads
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-18 14:43:40 +02:00
Tim Ramlot
01b298a580
move to Makefile modules
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-04-10 18:53:40 +02:00
jetstack-bot
b2d7284881
Merge pull request #6840 from inteon/bump_base_images
Run ./hack/latest-base-images.sh
2024-03-07 17:55:06 +01:00
Tim Ramlot
6134af7341
run ./hack/latest-base-images.sh
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-03-07 17:00:20 +01:00
Tim Ramlot
c052ff6e4e
bump to latest go version
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-03-07 14:20:29 +01:00
Tim Ramlot
f011d80ace
bump go to 1.21.8
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-03-07 13:09:52 +01:00
Adam Talbot
8a103930c5 docs: add comment describing e2e testing of existing charts
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
2024-02-23 11:53:22 +00:00
Adam Talbot
cfffa15c21 feat: allow running e2e tests against a deployed chart
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
2024-02-23 10:08:53 +00:00
Tim Ramlot
d0508a5bc6
bump controller-gen to v0.14.0
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-22 13:18:09 +01:00
Richard Wall
541798c9e2 kustomize build . > policy.yaml
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-20 14:49:12 +00:00
Richard Wall
bbc006760f Add e2e-vault-mtls to the list of excluded namespaces
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-20 14:48:53 +00:00
Richard Wall
0ffc3c2550 Fix broken upstream Kyverno policy link
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-20 14:46:56 +00:00
jetstack-bot
0b379e4b5c
Merge pull request #6760 from inteon/add_crd_keep
Add `crds.keep` and `crds.enabled` Helm options
2024-02-20 12:09:35 +00:00
Tim Ramlot
4a35796f00
replace usage of installCRDs with crds.enabled
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-19 14:23:20 +01:00
Tim Ramlot
d34e2c8589
add CRD keep annotation
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-15 15:28:09 +01:00
Tim Ramlot
8f7af98772
remove testgroup CRD scripts
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-12 11:11:33 +01:00
Tim Ramlot
b8759139a2
rename BINDIR to bin_dir in preparation for makefile modules
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 15:57:34 +01:00
jetstack-bot
63bd488bfa
Merge pull request #6730 from inteon/remove_legacy
Remove deprecated files and functions
2024-02-08 13:21:31 +00:00
jetstack-bot
b656118bee
Merge pull request #6734 from SgtCoDFish/bumpbase
Bump base images
2024-02-08 11:14:25 +00:00
jetstack-bot
24899e3813
Merge pull request #6728 from wallrj/upgrade-kind-0.21.0
Upgrade to kind 0.21.0
2024-02-08 11:14:18 +00:00
Ashley Davis
b564d5eabe
bump base images
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-02-08 10:42:53 +00:00
Tim Ramlot
d17c8d6ea0
bump golang
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 11:20:01 +01:00
Tim Ramlot
04220447bc
remove deprecated files and functions
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 10:45:06 +01:00
Richard Wall
1c4f3950ea make update-kind-images
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-07 18:16:33 +00:00
Richard Wall
a72c77ec6f make learn-sha-tools
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-07 18:06:09 +00:00
Richard Wall
4aa47d16d9 Bump Kind to v0.21.0
https://github.com/kubernetes-sigs/kind/releases/tag/v0.21.0

Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-07 17:38:48 +00:00
Ashley Davis
494c4320d5
bump helm-tool to latest version and regenerate docs
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-02-01 15:51:05 +00:00
Ashley Davis
8c1369726a
add CI check for updated helm docs
also updates helm docs!

Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-02-01 15:37:19 +00:00
Tim Ramlot
3d406a087b
add Make target for trivy startupapicheck image scan
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-31 11:25:02 +01:00
Tim Ramlot
2bef9d35b6
remove remaining references to cmctl, which was moved to https://github.com/cert-manager/cmctl
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-30 14:56:05 +01:00
Tim Ramlot
1ac2c17361
remove all versionchecker makefile logic
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-29 11:50:09 +01:00
Richard Wall
fb31ee925b make update-kind-images
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-26 17:18:41 +00:00
Richard Wall
329124a47c Parse the kind release notes for compatible kindest/node images
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-26 17:18:24 +00:00
Richard Wall
b620953688 ./hack/latest-kind-images.sh
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-26 11:08:29 +00:00
Richard Wall
de8e9b07b3 Remove KIND_IMAGE_FULL_ variables and use KIND_IMAGE_K8S_ instead
Simplifies the latest-kind-images.sh script and the kind-images.sh variables.

Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-26 11:08:29 +00:00
Tim Ramlot
7b94868513
remove cmctl from this repo
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-24 16:15:34 +01:00
Ashley Davis
bd7e4f00a0
no-op: add GOEXPERIMENT var
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-01-19 10:20:38 +00:00
Richard Wall
b72010e98f Add 1.29 to the cluster.sh script
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-16 15:09:46 +00:00
Richard Wall
6d70b75ade ./hack/latest-kind-images.sh
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-16 13:20:29 +00:00
Richard Wall
0f30a69e48 ./hack/latest-kind-images.sh
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-16 13:16:17 +00:00
Adam Talbot
a362c742c5 docs: dont wrap reference urls in code blocks
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
2024-01-16 08:38:15 +00:00
Adam Talbot
af4685c595 feat: update chart README using autogenerated docs
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
2024-01-15 10:25:23 +00:00
Ashley Davis
dbf80f6aff
bump go to latest version
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-01-11 16:17:51 +00:00
jetstack-bot
18f4440a3c
Merge pull request #6609 from wallrj/6597-publish-startupapicheck
Add startupapicheck image to the server bundle of `make release`
2024-01-09 11:01:29 +00:00
Richard Wall
5f719ec7d9 Add startupapicheck image to the server bundle of make release
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-01-05 11:36:49 +00:00
Tim Ramlot
1750ff06ba
don't extract vendored go in downloaded folder
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-04 16:40:56 +01:00
Tim Ramlot
41404a7fd7
rename UseCertificateRequestNameConstraints to NameConstraints
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-01-03 15:49:18 +01:00
jetstack-bot
cc8925ae9f
Merge pull request #6404 from SpectralHiss/hef/otherNameSANs
Other name sans support in Certificates
2024-01-03 14:16:23 +00:00