jetstack-bot
c376bc495c
Merge pull request #6747 from erikgb/patch-1
...
Add erikgb to reviewers
2024-02-10 13:45:54 +00:00
Erik Godding Boye
9aa9aa5509
Add erikgb to reviewers
...
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
2024-02-09 20:00:50 +01:00
jetstack-bot
c4c0fd3268
Merge pull request #6744 from andrey-dubnik/master
...
Move token audiences under the SA ref for the Vault kubernetes auth
2024-02-09 11:58:18 +00:00
jetstack-bot
886e874c56
Merge pull request #6667 from davidnoyes/proposal/scarf
...
Scarf Proposal
2024-02-09 09:22:18 +00:00
jetstack-bot
b1adfb6623
Merge pull request #6671 from inteon/aws_v2
...
Migrate to AWS library to v2
2024-02-08 16:54:31 +00:00
Tim Ramlot
c3b8cbd608
improve comment that explains what removeReqID does and when it fails
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 17:20:36 +01:00
Tim Ramlot
06b3cd3372
add testcase for nested errors
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 17:15:28 +01:00
Tim Ramlot
deab9548c0
use errors.Is instead of errors.As
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 17:15:28 +01:00
Tim Ramlot
5a84e40944
remove trivy ignore file
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 17:15:28 +01:00
Tim Ramlot
893d30d938
migrate to github.com/aws/aws-sdk-go-v2
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-08 17:15:28 +01:00
jetstack-bot
bc53593768
Merge pull request #6745 from inteon/rename_BINDIR_to_bin_dir
...
Rename `$(BINDIR)` to `$(bin_dir)` in preparation for makefile modules
2024-02-08 15:48:30 +00: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
cloudwiz
75d1449903
move audiences under the SA ref
...
Signed-off-by: cloudwiz <andrey.dubnik@maersk.com>
2024-02-08 14:07:03 +00: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
jetstack-bot
9a334e2d3a
Merge pull request #6732 from inteon/bump_go
...
Bump golang to 1.21.7
2024-02-08 10:47: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
2b26e329a9
Allow for optional v prefix and optional patch component of version
...
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-02-07 18:16:05 +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
jetstack-bot
0bb8ed1c1e
Merge pull request #6713 from inteon/fix_helm_zero_trick
...
Fix the Helm trick that we use to differentiate between 0 and an empty value
2024-02-07 17:22:32 +00:00
Tim Ramlot
2d15bb55ce
add comments that explain the empty value trick
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-07 18:12:27 +01:00
jetstack-bot
968ad2f9ed
Merge pull request #6724 from inteon/fix_sans_critical
...
Fix changed behavior: set critical flag of SANs extension based on subject
2024-02-07 13:55:30 +00:00
Tim Ramlot
2b14b3234d
fix the Helm trick that we use to differentiate between 0 and an empty value
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-07 12:54:41 +01:00
jetstack-bot
8b44dd2b20
Merge pull request #6725 from ThatsMrTalbot/fix/move-server-package-out-of-internal
...
fix: move server package out of internal
2024-02-07 11:45:31 +00:00
Adam Talbot
a8bb63f0fc
fix: move server package out of internal
...
Currently the TLS code here is imported by the approver-policy project. Long term we should break this code out to a new package, for now we can just move it out internal to unblock our ability to update the approver-policy imports.
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
2024-02-07 11:31:17 +00:00
Tim Ramlot
0acde5b1a4
fix changed behavior: set critical flag of SANs extension based on subject
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-07 11:01:34 +01:00
jetstack-bot
895c10c303
Merge pull request #6718 from andrey-dubnik/master
...
Add vault extra audiences
2024-02-06 15:42:39 +00:00
cloudwiz
624f874d69
updated spelling and generated CRDs
...
Signed-off-by: cloudwiz <andrey.dubnik@maersk.com>
2024-02-06 15:06:31 +00:00
cloudwiz
9cf9cb7ea5
Vault extra audiences ( #3 )
...
---------
Signed-off-by: cloudwiz <andrey.dubnik@maersk.com>
2024-02-06 10:06:17 +00:00
jetstack-bot
323464062b
Merge pull request #6708 from inteon/remove_conversion
...
Remove webhook conversion logic
2024-02-05 13:35:41 +00:00
Tim Ramlot
899d55ae57
remove webhook conversion logic
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-02 11:19:08 +01:00
jetstack-bot
6a9c402c61
Merge pull request #6701 from SgtCoDFish/update-helm-tool
...
Update helm tool to latest version and regenerate helm README
2024-02-01 16:07:18 +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
cd1ad06801
Merge pull request #6696 from SgtCoDFish/fixhelmreadmeci
...
Add CI check for updated helm docs
2024-02-01 15:48:49 +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
jetstack-bot
03e31882c8
Merge pull request #6699 from inteon/fix_prometheus
...
Fix backwards incompatible change: include a prometheus service by default
2024-02-01 14:19:18 +00:00
Tim Ramlot
0a79f2eb0d
Update deploy/charts/cert-manager/values.yaml
...
Co-authored-by: Richard Wall <wallrj@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-01 14:11:21 +01:00
Tim Ramlot
4659b33b00
fix backwards incompatible change: include a prometheus service by default
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-01 13:10:29 +01:00
jetstack-bot
3cdd44bbed
Merge pull request #6695 from SgtCoDFish/fixreadme
...
Run update-helm-docs to fix Helm README
2024-02-01 10:43:18 +00:00
Ashley Davis
86b1282e9b
run update-helm-docs to fix Helm README
...
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-02-01 09:57:59 +00:00
jetstack-bot
8218f4d2ce
Merge pull request #6694 from inteon/fix_prometheus
...
Clearify prometheus options and fix error in Helm chart
2024-02-01 09:33:17 +00:00
Tim Ramlot
cdba8a7025
clearify prometheus options and fix error in Helm chart
...
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-02-01 10:16:53 +01:00
jetstack-bot
ce3d0570f7
Merge pull request #6692 from SgtCoDFish/fixcainjector
...
Fix mistakenly changed cainjector image value
2024-01-31 20:54:25 +00:00
Ashley Davis
a9ba9d8912
Fix mistakenly changed cainjector image value
...
See https://github.com/cert-manager/cert-manager/pull/6639
This was discovered during the release of cert-manager v1.14.0. See the
summary on Slack:
https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1706723744656039?thread_ts=1706713005.073879&cid=CDEQJ0Q8M
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2024-01-31 17:56:55 +00:00
jetstack-bot
4ed47b3804
Merge pull request #6683 from inteon/azure_redact
...
Redact the body of failed authentication requests
2024-01-31 11:52:28 +00:00